@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 html 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*@import ;
@import ;*/
img, object, embed, video {
	max-width: 100%;
}
/* ie 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;
}

/*
	dreamweaver 流体网格属性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	灵感来自于 ethan marcotte 的“具有响应的 web 设计” 
	http://www.alistapart.com/articles/responsive-web-design
	
	和 joni korpi 的“黄金网格系统”
	http://goldengridsystem.com/
*/

/* 移动设备布局: 480px 及更低。 */

.gridcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.head {
	width:100%;
}
.logo {
	width:100%;
	text-align:center;
}
.nav {
	width:100%;
	height:55px;
}
.language {
	display:none;
}
.banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
.banner2 {
	width:100%;
	clear:both;
	text-align:center;
}
.localtion {
	max-width:1130px;
	margin:0 auto;
	line-height:25px;
	font-size:12px;
}
.main {
	width:100%;
	float:left;
	padding-top:50px;
}
.sub1 {
	max-width:1130px;
	margin:0 auto;
	padding:45px 0 25px 0;
}
.sub1-l, .sub1-m, .sub1-r {
	width:100%;
}
.sub1-r {
	background:#f3f3f3;
	margin-bottom:20px;
}
.sub1-r h2 {
	font-size:15px;
	font-weight:200;
	text-indent:10px;
	text-align:center;
}
.contents {
    width:100%;
}
.login-form {
    width:100%;
    height:207px;
    padding-top:10px;
    background-image:-*-linear-gradient(top,rgb(255,255,255),rgb(242,242,242));
    box-shadow:0 3px 3px rgba(21,62,78,0.8);
}

.not-registered {
    position:absolute;
    color:rgb(153,153,153);
    font-weight:bold;
	font-size:13px;
    top:calc(100%   20px);
    background-color:rgb(255,255,255);
    width:100%;
    height:46px;
    margin:0 auto;
    line-height:46px;
    text-align: center;
    box-shadow:0 3px 3px rgba(21,62,78,0.8);
}
.not-registered a {
    margin-left:5px;
    text-decoration: none;
    color:rgb(52,119,182);
    cursor: pointer;
}
.login-form div {
    width:216px;
    height:35px;
    margin:10px auto;

    line-height:35px;
    border:none;
}
.login-form .user-icon, 
.login-form .password-icon {
    display:inline-block;
    font-family: 'loginform-icon';
    font-size:15px;
    text-align:center;
    line-height:28px;
    color:rgb(153,153,153);
	position:relative;
	float:left;
    background-color:rgb(255,255,255);
    border:none;
    border-right:1px solid rgb(229,229,232);
    width:30px;
    height:28px;
    transition: all 300ms linear;
}
.login-form .username input, .login-form .password input {
    height:100%;
    width:calc(100% - 40px);
    padding-left:40px;
    border-radius:2px;
    border:1px solid;
    border-color:rgb(229,229,232) rgb(220,220,221) rgb(213,213,213) rgb(220,220,221);
    display:block;
    transition: all 300ms linear;
}

.login-form .icon:before, .login-form .icon:after {
    content:"";
    position:absolute;
    top:10px;
    left:30px;
    width:0;
    height:0;
    border:4px solid transparent;
    border-left-color:rgb(255,255,255);
}
.login-form .icon:before {
    top:9px;
    border:5px solid transparent;
    border-left-color:rgb(229,229,232);
}
.login-form .username input:focus, .login-form .password input:focus {
    border-color:rgb(69,153,228);
    box-shadow:0 0 2px 1px rgb(200,223,244);
}
.login-form .username input:focus   span, .login-form .password input:focus   span {
    background:-*-linear-gradient(top,rgb(255,255,255),rgb(245,245,245));
    color:rgb(51,51,51);
}
.login-form .username input:focus   span:after, .login-form .password input:focus   span:after {
    border-left-color:rgb(250,250,250);
}

.login-form .account-control label {
    margin-left:24px;
    font-size:12px;
    font-family: arial, helvetica, sans-serif;
    cursor:pointer;
	background:none;
}
.login-form button[type="submit"] {
    color:#143781;
    font-weight:bold;
	float:inherit;
    width:68px;
    height:30px;
   
    background:-*-linear-gradient(top,rgb(74,162,241),rgb(52,119,182)) 1px 0 no-repeat,
               -*-linear-gradient(top,rgb(52,118,181),rgb(36,90,141)) left top no-repeat;
    background-size:66px 28px,68px 29px;
    border: solid 1px #f3f3f3;
    border-top:1px solid rgb(52,118,181);
    border-radius:2px;
    box-shadow:inset 0 1px 0 rgb(86,174,251);
    text-shadow:0 1px 1px rgb(51,113,173);
    transition: all 200ms linear;
}
.login-form button[type="reset"] {
    color:#143781;
    font-weight:bold;
	float:inherit;
    width:68px;
    height:30px;
   
    background:-*-linear-gradient(top,rgb(74,162,241),rgb(52,119,182)) 1px 0 no-repeat,
               -*-linear-gradient(top,rgb(52,118,181),rgb(36,90,141)) left top no-repeat;
    background-size:66px 28px,68px 29px;
    border: solid 1px #f3f3f3;
    border-top:1px solid rgb(52,118,181);
    border-radius:2px;
    box-shadow:inset 0 1px 0 rgb(86,174,251);
    text-shadow:0 1px 1px rgb(51,113,173);
    transition: all 200ms linear;
}
.login-form button[type="submit"]:hover {
    text-shadow:0 0 2px rgb(255,255,255);
    box-shadow:inset 0 1px 0 rgb(86,174,251),0 0 10px 3px rgba(74,162,241,0.5);
}
.login-form button[type="submit"]:active {
    background:-*-linear-gradient(top,rgb(52,119,182),rgb(74,162,241)) 1px 0 no-repeat,
               -*-linear-gradient(top,rgb(52,118,181),rgb(36,90,141)) left top no-repeat;
}

.login-form .account-control input {
    width:0px;
    height:0px;
}
.login-form label.check {
    position:absolute;
    left:0;
    top:50%;
    margin:-8px 0;
    display:inline-block;
    width:16px;
    height:16px;
    line-height: 16px;
    text-align:center;
    border-radius:2px;
    background:-*-linear-gradient(top,rgb(255,255,255),rgb(246,246,246)) 1px 1px no-repeat,
               -*-linear-gradient(top,rgb(227,227,230),rgb(165,165,165)) left top no-repeat;
    background-size:14px 14px,16px 16px;
}
.login-form .account-control input:checked   label.check:before {
    content:attr(data-on);
    font-family:loginform-icon;
}



section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #143781;
  font-size:14px;
}
.secimg {
	width:100%;
	float:left;
	padding-bottom:15px;
}
#content3 img {
	width:100%;
}
#content1 ul, #content2 ul, #content3 ul, #content4 ul {
	margin:0;
}
#content1 ul li i, #content2 ul li i {
	background: url(/uploads/image/saimages/have.png) no-repeat;
    width: 16px;
    height: 8px;
    display: inline-block;
}
#content3 ul li i, #content4 ul li i {
	background: url(/uploads/image/saimages/have1.png) no-repeat;
    width: 16px;
    height: 8px;
    display: inline-block;
}
#content1 ul li.c1, #content2 ul li.c1, #content1 ul li.c2, #content2 ul li.c2, #content1 ul li.c3, #content2 ul li.c3, #content1 ul li.c4, #content2 ul li.c4, #content1 ul li.c5, #content2 ul li.c5, #content1 ul li.c6, #content2 ul li.c6 {
	line-height:200%;
	border:solid 1px #f3f3f3;
	overflow:hidden;
	margin-bottom:15px;
	width:100%;
	text-align:center;
}
#content1 ul li.c1, #content2 ul li.c1, #content1 ul li.c3, #content2 ul li.c3, #content1 ul li.c5, #content2 ul li.c5 {
	float:left;
}
#content1 ul li.c2, #content2 ul li.c2, #content1 ul li.c4, #content2 ul li.c4, #content1 ul li.c6, #content2 ul li.c6 {
	float:right;
}
#content3 ul li, #content4 ul li {
	width:100%;
	line-height:250%;
}
#content3 ul li span, #content4 ul li span {
	float:right;
}
input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding:8px 10px;
  font-weight:200;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  font-size:14px;
  background:#143781;
  border-top-left-radius: 10px;   
  border-top-right-radius: 10px; 
}
label a {color:#fff;}
label a:hover {color:#fff;}
label a:visited {color:#fff;}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f1cb';
}

label[for*='2']:before {
  content: '\f17d';
}

label[for*='3']:before {
  content: '\f16b';
}

label[for*='4']:before {
  content: '\f1a9';
}

label:hover {
  color: #fff;
  cursor: pointer;
}

input:checked   label {
  color: #fff;
  border: 1px solid #143781;
  border-top: 2px solid #143781;
  border-bottom: 1px solid #143781;
}

input:checked   label a {color:#fff;}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
.stnn {
	width:100%;
	margin-top:10px;
}
.link {
	max-width:1130px;
	margin:0 auto;
}
.link h2 {
	font-size:16px;
	font-weight:300;
}
.link ul {
	padding:0;
	border-top:solid 1px #f5f5f5;
	border-left:solid 1px #f5f5f5;
	margin-bottom:30px;
}
.link ul li {
	width:25%;
	border-bottom:solid 1px #f5f5f5;
	border-right:solid 1px #f5f5f5;
	float:left;
	text-align:center;
	margin-left:-1px;
}
.footer {
	width:100%;
	background:#4c4c4c;
	padding:20px 0;
	margin-top:40px;
}
.foot {
	width:98%;
	margin:0 auto;
	line-height:180%;
}
.foot a {
	color:#fff;
}
.foot a:hover {
	color:#143781;
}
.footl, .footr {
	width:100%;
	color:#fff;
	text-align:center;
}
/*--list--*/
.minsub {
	max-width:1130px;
	margin:0 auto;
	line-height:200%;
	font-size:18px;
}
.leftlist {
	width:100%;
}
.leftlist ul {
	width:100%;
	padding:0;
	margin:0;
}
.leftlist ul li {
	width:100%;
	border-bottom:dotted 1px #f3f3f3;
	padding-bottom:10px;
	line-height:200%;
	margin-bottom:20px;
}
.leftlist ul li span {
	float:right;
}
.renpic {
    width: 15%;
    float: left;
	
}
.fenyue {
	width:100%;
	text-align:center;
}
.renpic img {
	position:static;
     position:relative;
    top:-50%;left:-50%;
}
.rentitl h3 span {
    float: right;
    font-weight: normal;
    font-size: 14px;
}
.rentitl {
    width: 80%;
    float: right;
    line-height: 25px;
}
.rentitl h3 {
    padding: 5px 0;
    margin: 0;
    border-bottom: solid 1px #f3f3f3;
	text-align:left;
}
.rightlist {
	width:100%;
	border-top: solid 1px #f3f3f3;
    border-left: solid 1px #f3f3f3;
    border-right: solid 1px #f3f3f3;
}
.rightlist ul {
	padding:0;
	margin:0;
}
.rightlist ul li.classp {
    height: 45px;
    line-height: 45px;

    background: #143781;
	color:#fff;
}
.rightlist ul li.classp h3 {
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
}
.rightlist ul li.classcc {
    border-bottom: solid 1px #f3f3f3;
    text-indent: 15px;
    line-height: 45px;
    font-size: 16px;
	background:url(/uploads/image/saimages/arrow.png) center right no-repeat;
	color:#666;
}
.pagestitle {
	width:100%;
}
.pagestitle h1 {
	font-size:18px;
	text-align:center;
	border-bottom:dotted 1px #ccc;
	padding-bottom:15px;
}
.auth {
	width:100%;
	font-size:12px;
	text-align:center;
}
.pagescontent {
	width:100%;
	line-height:200%;
	font-size:14px;
	padding:20px 0;
	color:#333;
}
.minsub h3 {
	padding: 5px 0;
    margin: 0;
    border-bottom: solid 1px #f3f3f3;
	font-size:18px;
}
.artleft {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.artright {
	width:100%;
	float:right;
	margin:30px 0;
}
.artcolumn {
	width:100%;
	float: left;
	line-height:200%;
	color:#666;
}
.artcolumn h3 {
	margin:15px 0;
    font-size: 16px;
    text-align: left;
	border-bottom:none;
}
.artcontent {
	width:100%;
	float:left;
	line-height:200%;
	color:#666;
}
.leiber {
    width: 100%;
    float: left;
	padding-top:40px;
}
.leiber h3 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    border-bottom: solid 1px #f3f3f3;
}
.leiber ul {
	padding:10px 0;
	margin:0;
}
.leiber ul li {
	width:47.0%;
	margin:5px 1%;
	float:left;
	line-height:250%;
	text-align:center;
	border:1px #f3f3f3 solid;
	font-size:15px;
}
	
.joblist {
	width:100%;
}
.joblist ul {
	width:100%;
	padding:0;
	margin:0;
}	
.joblist ul li {
	background:#f3f3f3;
	border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
	text-align:center;
	line-height:200%;
}
.joblist ul li.job1, .joblist ul li.job2, .joblist ul li.job3, .joblist ul li.job4, .joblist ul li.job5, .joblist ul li.job6, .joblist ul li.job7, .joblist ul li.job8, .joblist ul li.job9, .joblist ul li.job10, .joblist ul li.job11, .joblist ul li.job12 {
	width:49%;
	float: left;
}
.joblist ul li.job13 {
	width:99%;
	text-align:left;
	padding:0 0.5%;
}
.joblist ul li.job14 {
	width:99%;
	text-align:right;
	padding:0 0.5%;
	margin-bottom:30px;
}
.feedlist {
	width:100%;
	float:left;
}
.feedlist ul {
	padding:0;
	margin:0;
}
.feedlist ul li {
	width:49%;
	float:left;
	background:#f3f3f3;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	text-indent:10px;
	line-height:350%;
}
.feedlist ul li.fe1, .feedlist ul li.fe3, .feedlist ul li.fe5, .feedlist ul li.fe7, .feedlist ul li.fe9, .feedlist ul li.fe11, .feedlist ul li.fe13, .feedlist ul li.fe15, .feedlist ul li.fe17, .feedlist ul li.fe19, .feedlist ul li.fe21, .feedlist ul li.fe23, .feedlist ul li.fe25, .feedlist ul li.fe27, .feedlist ul li.fe29, .feedlist ul li.fe31, .feedlist ul li.fe33, .feedlist ul li.fe35, .feedlist ul li.fe37, .feedlist ul li.fe39 {
	width:25%;
}
.feedlist ul li.fe2, .feedlist ul li.fe4, .feedlist ul li.fe6, .feedlist ul li.fe8, .feedlist ul li.fe10, .feedlist ul li.fe12, .feedlist ul li.fe14, .feedlist ul li.fe16, .feedlist ul li.fe18, .feedlist ul li.fe20, .feedlist ul li.fe22, .feedlist ul li.fe24, .feedlist ul li.fe26, .feedlist ul li.fe28, .feedlist ul li.fe30, .feedlist ul li.fe32, .feedlist ul li.fe34, .feedlist ul li.fe36, .feedlist ul li.fe38, .feedlist ul li.fe40 {
	width:74%;
}
.feedlist ul li.fe41 {
	width:100%;
	text-align:center;
}
.feedlist ul li.fe41 input {
	padding:0 15px;
}
.feedlist ul li	input {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border: 2px inset;
	border:solid 1px #ccc;
	display:inline-block;
	line-height:200%;
}
.feedlist ul li select option {
	line-height:200%;
}
.feedlist2 {
	width:100%;
	float:left;
}
.feedlist2 ul {
	padding:0;
	margin:0;
}
.feedlist2 ul li {
	width:49%;
	float:left;
	background:#f3f3f3;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	text-indent:10px;
	line-height:350%;
}
.feedlist2 ul li.fe3, .feedlist2 ul li.fe5, .feedlist2 ul li.fe7, .feedlist2 ul li.fe9, .feedlist2 ul li.fe11, .feedlist2 ul li.fe13, .feedlist2 ul li.fe15, .feedlist2 ul li.fe17, .feedlist2 ul li.fe19, .feedlist2 ul li.fe21, .feedlist2 ul li.fe23, .feedlist2 ul li.fe25, .feedlist2 ul li.fe27, .feedlist2 ul li.fe29, .feedlist2 ul li.fe31, .feedlist2 ul li.fe33, .feedlist2 ul li.fe35, .feedlist2 ul li.fe37, .feedlist2 ul li.fe39 {
	width:100%;
}
.feedlist2 ul li.fe4, .feedlist2 ul li.fe6, .feedlist2 ul li.fe8, .feedlist2 ul li.fe10, .feedlist2 ul li.fe12, .feedlist2 ul li.fe14, .feedlist2 ul li.fe16, .feedlist2 ul li.fe18, .feedlist2 ul li.fe20, .feedlist2 ul li.fe22, .feedlist2 ul li.fe24, .feedlist2 ul li.fe26, .feedlist2 ul li.fe28, .feedlist2 ul li.fe30, .feedlist2 ul li.fe32, .feedlist2 ul li.fe34, .feedlist2 ul li.fe36, .feedlist2 ul li.fe38, .feedlist2 ul li.fe40 {
	width:100%;
}
.feedlist2 ul li.fe41 {
	width:100%;
	text-align:center;
}
.feedlist2 ul li.fe41 input {
	padding:0 15px;
}
.feedlist2 ul li input {
    
	border:solid 1px #ccc;
	display:inline-block;
	line-height:200%;
}

.feedlist2 ul li select option {
	line-height:200%;
}
.feedlist2 ul li.fe1, .feedlist2 ul li.fe2 {
	width:100%;
}
/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */

@media only screen and (max-width: 481px) {
.gridcontainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
  .main {padding-top:0px;}
}

/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */

@media only screen and (min-width: 769px) {
.gridcontainer {
	width:100%;
	padding-left:0%;
	padding-right:0%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.head {
	max-width:1160px;
	margin:0 auto;
}
.logo {
	float:left;
	width:25.486%
}
.nav {
	float:right;
	width:71.51%;
	margin-left:3%;
}
.language {
	line-height:20px;
	text-align:right;
	display:block;
	width:71.51%;
	float:right;
	margin-bottom:10px;
}
.banner {
	width:100%;
	float:left;
	height:580px;
	display:block;
	clear:both;
}
/*--banner--*/
.fullslide {
	width:100%;
	height:580px;
	background:#000;
	float:left;
}
.fullslide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullslide .bd ul {
	width:100% !important;
}
.fullslide .bd li {
	width:100% !important;
	height:580px;
	overflow:hidden;
	text-align:center;
}
.fullslide .bd li a {
	display:block;
	height:580px;
}
.fullslide .hd {
	width:100%;

	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullslide .hd ul {
	text-align:center;
}
.fullslide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullslide .hd ul .on {
	background:#f00;
}
.fullslide .prev,.fullslide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(/uploads/image/saimages/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullslide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
/*--banner end--*/
.sub1 {
	max-width:1130px;
	margin:0 auto;
}
.sub1-l, .sub1-m, .sub1-r {
	width:30%;
	height:auto;
}
.sub1-l {
	float:left;
}
.sub1-m {
	margin:0 auto;
}
.sub1-r {
	float:right;
}
#content1 ul li.c1, #content2 ul li.c1, #content1 ul li.c2, #content2 ul li.c2, #content1 ul li.c3, #content2 ul li.c3, #content1 ul li.c4, #content2 ul li.c4, #content1 ul li.c5, #content2 ul li.c5, #content1 ul li.c6, #content2 ul li.c6 {
	width:38%;
	padding:5px 15px;
	text-align:left;
}
.link ul li {
	width:11.11%;
}
.foot {
	max-width:1130px;
}
.footl {
	width:65%;
}
.footr {
	width:35%;
}
.footl {
	float:left;
	text-align:left;
}
.footr {
	float:right;
	text-align:right;
}
/*--list--*/
.leftlist {
	width:73%;
	float:left;
}
.rightlist {
	width:20%;
	float:right;
}
.artleft {
	width:45%;
}
.artright {
	width:45%;
}
.leiber ul li {
	width:22.7%;
}
.joblist {
	width:73%;
	float:left;
}
.joblist ul li.job1, .joblist ul li.job3, .joblist ul li.job5, .joblist ul li.job7, .joblist ul li.job9, .joblist ul li.job11 {
	width:12%;
	float: left;
}
.joblist ul li.job2, .joblist ul li.job4 {
	width:37.7%;
	float:left;
	text-align:left;
	text-indent:10px;
}
.joblist ul li.job6, .joblist ul li.job8, .joblist ul li.job10, .joblist ul li.job12 {
	width:37.7%;
	float:left;
	text-align:left;
	text-indent:10px;
}
.feedlist ul li.fe1, .feedlist ul li.fe3, .feedlist ul li.fe5, .feedlist ul li.fe7, .feedlist ul li.fe9, .feedlist ul li.fe11, .feedlist ul li.fe13, .feedlist ul li.fe15, .feedlist ul li.fe17, .feedlist ul li.fe19, .feedlist ul li.fe21, .feedlist ul li.fe23, .feedlist ul li.fe25, .feedlist ul li.fe27, .feedlist ul li.fe29, .feedlist ul li.fe31, .feedlist ul li.fe33, .feedlist ul li.fe35, .feedlist ul li.fe37, .feedlist ul li.fe39 {
	width:9%;
}
.feedlist ul li.fe2, .feedlist ul li.fe4, .feedlist ul li.fe6, .feedlist ul li.fe8, .feedlist ul li.fe10, .feedlist ul li.fe12, .feedlist ul li.fe14, .feedlist ul li.fe16, .feedlist ul li.fe18, .feedlist ul li.fe20, .feedlist ul li.fe22, .feedlist ul li.fe24, .feedlist ul li.fe26, .feedlist ul li.fe28, .feedlist ul li.fe30, .feedlist ul li.fe32, .feedlist ul li.fe34, .feedlist ul li.fe36, .feedlist ul li.fe38, .feedlist ul li.fe40 {
	width:90.8%;
}
.feedlist ul li.fe41 {
	width:100%;
	text-align:center;
}
.feedlist ul li.fe41 input {
	padding:0 15px;
}
.feedlist2 ul li.fe3, .feedlist2 ul li.fe5, .feedlist2 ul li.fe7, .feedlist2 ul li.fe9, .feedlist2 ul li.fe11, .feedlist2 ul li.fe13, .feedlist2 ul li.fe15, .feedlist2 ul li.fe17, .feedlist2 ul li.fe19, .feedlist2 ul li.fe21, .feedlist2 ul li.fe23, .feedlist2 ul li.fe25, .feedlist2 ul li.fe27, .feedlist2 ul li.fe29, .feedlist2 ul li.fe31, .feedlist2 ul li.fe33, .feedlist2 ul li.fe35, .feedlist2 ul li.fe37, .feedlist2 ul li.fe39 {
	width:18%;
}
.feedlist2 ul li.fe4, .feedlist2 ul li.fe6, .feedlist2 ul li.fe8, .feedlist2 ul li.fe10, .feedlist2 ul li.fe12, .feedlist2 ul li.fe14, .feedlist2 ul li.fe16, .feedlist2 ul li.fe18, .feedlist2 ul li.fe20, .feedlist2 ul li.fe22, .feedlist2 ul li.fe24, .feedlist2 ul li.fe26, .feedlist2 ul li.fe28, .feedlist2 ul li.fe30, .feedlist2 ul li.fe32, .feedlist2 ul li.fe34, .feedlist2 ul li.fe36, .feedlist2 ul li.fe38, .feedlist2 ul li.fe40 {
	width:81.8%;
}
.feedlist2 ul li.fe41 {
	width:100%;
	text-align:center;
}
.feedlist2 ul li.fe41 input {
	padding:0 15px;
}

}