@charset "utf-8";
.container{width:1200px;margin:0 auto;}
.top{ background-color: #282828;height: 50px;  text-align: right;}
.top div{color: #fff;}
.top a{color: #fff;font-size:14px;line-height: 50px;}
.logo{ float:left;margin-top:40px; }
.logo a{width:377px; height:26px; display:block; }

.navMenu { float:right;margin-top:10px;}
.navMenu li{  display:inline-block; position:relative;  float:left;}
.navMenu li a {padding:30px 16px; cursor:pointer; white-space:nowrap; font-size:16px;display:block;color:#000; }
.navMenu li.cr a,.navMenu li a:hover{ color:#95262a;}
.navMenu li ul{ position:absolute;top:100px; left:50%;margin-left:-100px; background:rgba(255,255,255,.8); width:200px; padding:5px 0;transition-duration:.3s;-ms-transition-duration:.3s;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;opacity:0; z-index:-1;}
.navMenu li ul li{ padding:0; display:block; text-align:center; background:none; float:none;  border-right:none;}
.navMenu li ul li a{ padding:7px 0; border-bottom:none;text-shadow:none;font-size:15px; }
.navMenu li ul li a:hover{ background-color:#95262a; color:#fff;border-bottom:none;}
.navMenu li.cr ul li{ padding:0; display:block; text-align:center; border-right:none;}
.navMenu li.cr ul li a{ padding:7px 0;border-bottom:none;text-shadow:none; background:none;  color:#000;}
.navMenu li.cr ul li a:hover{border-bottom:none;  background-color:#95262a; color:#fff;}
.navMenu li:hover ul{ top:85px;opacity:1;z-index:50;}

.search{ float:right; position: relative;}
.search .searchBtn{
	background:#95262a url(../img/ico01.png) no-repeat center center;
	height:100px; width:60px; cursor: pointer;
}
.search .searchbox{ position: absolute;top:100px;right:0; height:0; overflow: hidden; width:300px; background:#eee; padding:0 20px; z-index: 10; 
	-webkit-transition:all 250ms;
	-ms-transition:all 250ms;
	-moz-transition:all 250ms;
	-o-transition:all 250ms;
	transition:all 250ms;
}
.search .searchbox input{ float: left;  width:230px; height:30px; line-height: 35px; border:#ccc solid 1px; border-right:none; background: #fff;}
.search .searchbox .btn{ float: left; width:65px; height:34px; line-height: 34px; text-align: center; color:#fff; background-color:#95262a;font-size:14px;cursor: pointer;}
.search .searchboxHover{z-index: 100; height: 35px; padding: 20px;}

#btn01{text-align: center;}
.title{margin-bottom:50px;}
.title .tit{font-size:24px; color:#000; display: inline; position:relative; z-index: 10;}
.title b{ background-color:#e9a635; width:85px; height: 10px; display: inline-block;margin-left:-90px; position:relative; top:7px;}
.title span{font-size:16px; color:#999;margin-left:15px;}
.mod01{padding:80px 0 50px; background: #f7f7f7 url(../img/bg01.jpg) no-repeat 20% bottom;}
.mod01 .intro{ float:left; width: 530px;}
.mod01 .more{ width:150px; height:4#0px; line-height: 40px; text-align: center; color: #95262a; border:#95262a solid 1px; display: block;margin-top:50px;}
.mod01 .picScoll{ float:right;position: relative;}
.mod01 .more:hover{ background-color: #95262a; color: #fff;}
.mod01 .btn{position: absolute;bottom:50px;left:-45px; z-index: 20;}
.mod01 .btn .next,.mod01 .btn .prev{width:45px; height: 45px; text-align: center; line-height: 45px; background-color: #95262a; color: #fff;  float:left;font-size:24px; font-family: "宋体"!important;font-weight: bold;cursor: pointer;}
.mod01 .btn .next{background-color: #e9a635;}
.mod01 .colorBlock{background-color: #e9a635; width:145px; height:20px; float:right; margin-right:50px; }


.mod03,.mod02{padding:80px 0;}	
.mod03	.title,.mod02	.title{ text-align:center;}
.pro{ display: flex;}
.pro .cell{ position: relative; width: 16.66%; float: left; cursor: pointer;}
.pro .cell img{ width: 100%;}
.pro .cell .info{width: 100%; position: absolute; bottom:-100px;height:55px;overflow: hidden; text-align: center; padding: 30px 0;	
	-webkit-transition:all 250ms;
	-ms-transition:all 250ms;
	-moz-transition:all 250ms;
	-o-transition:all 250ms;
	transition:all 250ms;}	
.pro .cell h3 a{ font-size:20px; color:#222; overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}	
.pro .cell h5{ font-size:14px; color:#999;}	
.pro .cell .txt{font-size:14px; color:#fff;margin:30px;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-break:break-all;}
.pro .cell .more{width:30px;height:30px; line-height: 30px; font-family: "宋体"!important;color:#fff;font-size:20px; margin:40px auto 0;  border:#fff solid 1px; display:block;}
.pro .cell:hover .info{ background-color:#95262a; position: absolute; height: 300px;bottom:-100px;}
.pro .cell:hover .txt{ display: block;display:-webkit-box;}
.pro .cell:hover h3 a,.pro .cell:hover h5{color:#fff;}
.pro .cell:hover h3{margin-top:20px;}


.news .newsLeft{ padding:40px; float: left; width:445px; background-color: #f7f7f7; position: relative;}
.news .block{background-color: #95262a;width:150px; height: 80px; position: absolute; bottom:-15px; right:50px; z-index: -1;}
.news .newsRight{float: right;width:640px;}
.news .newsLeft .time{color:#999;font-size:16px;margin-bottom:15px;font-family: Arial;}
.news .newsLeft .tit{color:#222;font-size:20px;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.news .newsLeft .info{color:#999;font-size:14px;margin-bottom:25px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-break:break-all;}
.news .newsLeft .pic{margin-bottom:20px;}
.news .newsLeft .tip{background-color: #e9a635; color: #fff; display: inline;font-size:14px; padding: 3px 10px;}
.news .newsRight .cell{padding:20px;}
.news .newsRight .cell:hover{background-color: #e9a635;}
.news .newsRight .tip{color:#e9a635;font-size:14px;}
.news .newsRight .tit{margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news .newsRight .tit a{color:#222;font-size:20px;}
.news .newsRight .info a{color:#999;font-size:14px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.news .newsRight .cell:hover .tip,.news .newsRight .cell:hover .info a,.news .newsRight .cell:hover .tit a{color:#fff;}

.footer{ width:100%; margin-top:25px;  background:#292929 url(../img/footBg.jpg) no-repeat center top;}
.footMenu { float:left; margin:20px 0 50px;}
.footMenu li{display:inline-block; position:relative; float: left; margin-right:33px;}
.footMenu li a {padding:30px 0 15px 20px; cursor:pointer; white-space:nowrap; font-size:16px;display:block;color:#fff;  background: url(../img/dot.jpg) no-repeat left 40px;}
.footMenu li.cr a,.footMenu li a:hover{ color:#fff;}
.footMenu li ul{ }
.footMenu li ul li{ padding:0; display:block; background:none; float:none;  border-right:none;}
.footMenu li ul li a{ padding:5px 0 5px 20px;text-shadow:none;font-size:14px; color:#a6a6a6; background: none;}
.footMenu li ul li a:hover{  color:#fff;}


.links{float:right;margin-top:25px;}
.links li{margin:10px 0 20px 0; text-align:center;}
.links li img{ width:79px; height:79px;}
.links li span{font-size:14px; display:block; margin-top:5px; color:#fff;}
.copyright{color:#a6a6a6;font-size:12px; background-color: #262626; padding:15px 0; text-align:center;}


/*内页样式*/
.bannerIn{ text-align: center;}
.innerL{ float: left; width:240px;}
.innerR{ float: left;width:960px;}
.MN02{  background:#f1f1f1 ; margin-bottom:20px;}
.MN02 .Tit{ padding:25px 30px; background-color:#95262a;}
.MN02 .Tit span{color:#fff;font-size:22px;display:block;}
.MN02 .Tit span.en{font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.MN02 a { background: url(../img/ico03.png) no-repeat 35px center; height:60px;border-bottom:#fff solid 1px; line-height:60px; display: block; padding:0 0 0 50px; color:#333; font-size:16px;}
.MN02 .cr a, .MN02 a:hover{ background:#e9a635 url(../img/ico02.png) no-repeat 35px center; color:#fff; }

.contact{background:#f1f1f1 ; border:#e6e6e6 solid 1px;}
.contact .cell{border-bottom:#fff solid 1px; padding: 30px 20px; text-align:center;}
.contact .cell .tit{color:#95262a;font-size:14px;font-weight: bold; padding: 0 0 5px; background:url(../img/ico05.png) no-repeat 40px center;margin-bottom:10px;}
.contact .cell .con{color:#95262a;font-size:20px;}
.contact .cell01 .tit{background:url(../img/ico06.png) no-repeat 40px center;}
.contact .cell01 .con{font-size:17px;}

.LC01{background:#f1f1f1; margin-bottom:20px; padding:10px 50px;}
.LC01 ul{ width:100%; }
.LC01 li{display:inline-block;font-size:14px;}
.LC01 li a{font-size:14px;}
.LC01 .cr{color:#000 ;} 


.article{ padding:25px 0 25px 50px;}
.gsjj .list01{text-align: center;margin-bottom:30px;}
.gsjj .list01 li{ display: inline-block;margin-left:-5px;text-align: center;  background-color:#95262a; color:#fff;font-size:24px;  padding:20px 0;width:160px;}
.gsjj .list01 li span{ font-size:16px; display:block;}
.gsjj .list01 li:nth-child(even){background-color:#e9a635;}
.gsjj .list02{margin:20px 0;}
.gsjj .list02 li{ background:url(../img/ico04.png) no-repeat left 13px; line-height: 40px; padding-left:25px;font-weight: bold;} 


.newslist{ padding:25px 0 25px 0;}
.newslist li{ border-bottom:#dcdcdc solid 1px; padding-bottom:30px; margin-bottom:30px;}
.newslist .date{ border:#dcdcdc solid 1px; border-top:none; width:89px;font-size:14px;color:#333;text-align: center; float: left;margin-right:20px; padding-bottom:5px; }
.newslist .date em{font-size:32px;color:#fff; height:55px; line-height:55px;  display:block;background-color: #dcdcdc ;font-style: normal;margin-bottom:5px;}
.newslist .tit{margin-bottom:12px; }
.newslist .tit a{font-size:20px;color:#333;}
.newslist .desc{ font-size:14px;color:#666;}
.newslist li:hover .date{border:#95262a solid 1px;border-top:none;}
.newslist li:hover .date em{background-color: #95262a; }
.newslist li:hover .tit a{color:#95262a;}


.newsInfo {padding:25px 0 25px 0;}
.newsInfo h3.tit {font-size: 24px;text-align: center; font-weight:normal;color: #333; margin-bottom:25px;}
.newsInfo .source ul {text-align: center;border-bottom:1px solid #ededed;border-top:1px solid #ededed;}
.newsInfo .source li {display: inline;padding: 0 15px;line-height: 50px;color: #999;font-size:14px;}
.newsInfo .content {margin:20px 0;min-height: 100px;}
.relnews{ margin-top:30px;border-top:1px solid #ededed; padding-top:20px;}
.relnews .next{ margin-top:10px;}


.newsPiclist{padding:25px 0 25px 50px;}
.newsPiclist .cell{  float:left; margin:0 10px 30px;}
.newsPiclist .cell img{ width:430px; height:230px;}
.newsPiclist .cell .tit{ height:45px; line-height:45px; text-align: center; background-color: #ece8e8; width:100%;}
.newsPiclist .cell .tit span{ color:#333; font-size:16px; padding:0 15px;}

.history{padding:25px 0 25px 50px;}
.history .desc{ background-color: #95262a; padding:20px;color:#fff; font-size:16px; }
.history ul{ background: url(../img/ico12.png) repeat-y 67px top;padding-top:20px; padding-bottom:10px;}
.history li{ position: relative; padding-top:10px;}
.history .year{color:#333;  position: absolute;top:50%;left:10px; margin-top:-8px;font-size:20px; font-style: italic;font-weight: bold;width:70px;}
.history .dot{background-color:#fff;position: absolute;top:50%;  width:6px; height: 6px; border:#e9a635 solid 5px; border-radius:10px; left:70px;}
.history .hisinfo{background:url(../img/ico10.png) no-repeat left center;width:810px;margin-left:100px;  }
.history .hisinfo p{color:#333; padding: 20px;background:#f1f1f1; margin-left:12px;}
.history .arrow{background: url(../img/ico11.png) no-repeat left top; width:22px; height:19px;margin-left:67.5px;}

#btn01 .prev,#btn01 .next{width:60px;height:45px; text-align: center; line-height: 45px; font-family: "宋体"!important; font-size:20px; color: #fff; background-color: #b5b5b5; cursor: pointer;display: inline-block; position: relative;top:-23px;}
#btn01 .prev:hover,#btn01 .next:hover{background-color: #e9a635;}
.yearlist{padding:25px 0 25px 50px;}
.yearlist .yearscroll{display: inline-block;}
.yearlist li,.yearlist ul{ display: inline-block;}
.yearlist li a{ color: #fff; display: block;background-color:#b53b3f;height:45px;line-height: 45px; width:190px; text-align: center;margin:0 1px; }
.yearlist li.cr a,.yearlist li a:hover{background-color:#e9a635;}

.newspaperlist{padding:0 0 25px 50px;}
.newspaperlist .cell{ border-bottom:#dcdcdc solid 1px;  padding-bottom:20px; width:765px; margin:0 auto;margin-bottom:20px;}
.newspaperlist .cell .tit{ background:url(../img/pdf.png) no-repeat left center; padding-left:40px; font-size:16px; color: #333; display: inline-block;}
.newspaperlist .cell .button{display: inline-block; float:right}
.newspaperlist .cell .button span{background:url(../img/ico13.png) no-repeat left center;padding-left:30px; margin:0 10px; cursor: pointer; }
.newspaperlist .cell .button span:nth-child(2){background:url(../img/ico14.png) no-repeat left center;}
.newspaperlist .cell .tit span{padding-left:50px;}

.joblist{padding:25px 0 25px 50px;}
.joblist .post li,.joblist .tit li{float:left;margin-left:1px;  width: 23%; background-color:#b53b3f; height: 45px; line-height:45px; text-align: center; color: #fff;}
.joblist .post .btn,.joblist .tit .btn{ width:7%;}
.joblist .post li{background-color:#f1f1f1;color: #333; border-bottom:#fff solid 1px;}
.joblist .post .up{background:url(../img/ico15.png) no-repeat; width:22px; height:22px; margin:12px auto 0; cursor: pointer;
	-webkit-transition:all 200ms;
	-ms-transition:all 200ms;
	-moz-transition:all 200ms;
	-o-transition:all 200ms;
	transition:all 200ms;
}
.joblist .post .down{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.joblist .desc{ height:0; overflow: hidden; font-size:14px;
	-webkit-transition:all 200ms;
	-ms-transition:all 200ms;
	-moz-transition:all 200ms;
	-o-transition:all 200ms;
	transition:all 200ms;
}
.joblist .on{ height: auto; padding:20px 75px 30px;}
.joblist .desc .tel{ border-top:#999 dotted 1px; margin-top:20px;padding-top:20px;}
.joblist .desc .tel span{background-color:#b53b3f; color: #fff; padding:0 5px;}


.ST12{ padding:15px 0 25px 50px;}
.ST12 li{border-bottom:#EBEBEB solid 1px; height:50px; line-height:50px; }
.ST12 li a{ display:block; float:left;}
.ST12 li .time{ display:block; float:right; font-family:Arial; font-size:14px;}

.sitemap{padding:15px 0 25px 50px;}
.sitemap li{margin-bottom:20px; font-weight: bold; border-bottom:#eee solid 1px;}
.sitemap li li{ display: inline-block;font-weight:normal; margin-top:10px; margin-right:20px;border-bottom:none;}


@media screen and (max-width:480px){	
.container{ width:auto; padding:0 10px;}
.logo{ width:80%; float:none;margin:20px 0; }
.logo a{width:100%; background-size:100%!important;}
.top,.search{ display: none;}

.bannerIn img{height:150px; object-fit: cover;}	
	
.sideMenuBtn{ background:url(../img/menu.gif) no-repeat; cursor:pointer; width:31px; height:28px;  float:right;margin-top:-50px;}
.sideMenu,.sideMenu li{transition:all .25s ease 0s;-webkit-transition:all .25s ease 0s;-ms-transition:all .25s ease 0s;}

.navMenu { left:0;top:0; position:fixed;width:0; height:100%; background:#ccc; overflow:hidden; z-index:100; margin-top:0;}
.navMenu li{border-bottom:#eee solid 1px; width:100%; display:block; padding:0; opacity:0; filter:Alpha(opacity=0);transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0); }
.navMenu li a {padding:1.5rem 3rem; display:block; text-shadow:none; font-size: 1.4rem;}
.navMenu li.cr a,.navMenu li a:hover{ border-bottom:none; background:#94312a; color:#fff;}
.navMenu li ul{ display:none;}
.navMenu li:nth-child(1){transition-delay:0;-webkit-transition-delay:0;-ms-transition-delay:0;}	
.navMenu li:nth-child(2){transition-delay:0.1s;-webkit-transition-delay:0.1s;-ms-transition-delay:0.1s;}	
.navMenu li:nth-child(3){transition-delay:0.2s;-webkit-transition-delay:0.2s;-ms-transition-delay:0.2s;}	
.navMenu li:nth-child(4){transition-delay:0.3s;-webkit-transition-delay:0.3s;-ms-transition-delay:0.3s;}	
.navMenu li:nth-child(5){transition-delay:0.4s;-webkit-transition-delay:0.4s;-ms-transition-delay:0.4s;}	
.navMenu li:nth-child(6){transition-delay:0.5s;-webkit-transition-delay:0.5s;-ms-transition-delay:0.5s;}	
.navMenu li:nth-child(7){transition-delay:0.6s;-webkit-transition-delay:0.6s;-ms-transition-delay:0.6s;}	
.navMenu li:nth-child(8){transition-delay:0.7s;-webkit-transition-delay:0.7s;-ms-transition-delay:0.7s;}		
.navMenu li:nth-child(9){transition-delay:0.8s;-webkit-transition-delay:0.8s;-ms-transition-delay:0.8s;}	
.navMenu li:nth-child(10){transition-delay:0.9s;-webkit-transition-delay:0.9s;-ms-transition-delay:0.9s;}	
.sideMenu{ width:80%;}
.sideMenu li{opacity:1;filter:Alpha(opacity=100);transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}


.mod01 .title{ text-align:center;}
.title{margin-bottom:2.5rem;}
.mod01{padding:25px 0;}
.mod01 .intro{ float:none; width:auto;}
.mod01 .intro .txt{font-size:1.6rem;}
.mod01 .more{ width:130px; height:30px; line-height:30px; margin-top:30px;font-size:1.2rem;}
.mod01 .picScoll{ float:none;margin-top:3rem;}
.mod01 .btn{position: absolute;bottom:0;right:0;left:auto; z-index: 20;}
.mod01 .picScoll img{width:100%;}
.mod01 .colorBlock{ float: left;margin-top:-1px;}

.mod03,.mod02{padding:2.5rem 0;}	
.pro{ display:block;clear: both;}
.pro .cell{ position: inherit; width:100%;cursor: pointer; clear: both; margin-bottom:20px;}
.pro .cell img{ width: 50%; float: left;}
.pro .cell .info{width:50%; position: inherit; float: left; bottom:0;height:auto; text-align: left; padding:0;	}	
.pro .cell h3 a{ font-size:20px; color:#222; padding-left:15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}	
.pro .cell h5{ font-size:14px; color:#999;padding-left:15px;}	
.pro .cell .txt{font-size:14px; color:#999;padding:15px 0;margin-left:15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-break:break-all;}
.pro .cell .more{width:30px;height:30px; font-family: "宋体"!important;color:#95262a;font-size:20px; margin:15px 0 0;  border:#95262a solid 1px; display:block; text-align: center;}
.pro .cell:hover .info{ background-color:#fff; position: inherit; height:auto;bottom:0;}
.pro .cell:hover .txt{ color:#999;}
.pro .cell:hover h3,.pro .cell:hover h5{color:#95262a;}
.pro .cell:hover .more{color:#fff; border:#95262a solid 1px;background-color:#95262a;}
.pro .cell:hover h3{margin-top:0;}

.news .newsLeft{ padding:20px; margin-bottom:20px;float: none; width:auto; background-color: #f7f7f7; position: relative;}
.news .newsRight{float: none;width:auto;}
.news .newsRight .cell{padding:20px 10px;}

.footer{ width:100%; margin-top:25px;  background:#292929 url(../img/footBg.jpg) no-repeat center top;}
.footMenu { display: none;}

.links{float:none;padding-top:20px;text-align:center;}
.links li{margin:10px 20px 20px;  display: inline-block;}



/*内页样式*/
.innerR,.innerL{ float:none; width:auto;}
.MN02{  background:none ; margin-bottom:20px;margin-top:20px; text-align: center;}
.contact,.LC01,.MN02 .Tit{ display:none;}
.MN02 li{display: inline-block; margin:5px 3px;}
.MN02 a { background:none; height:auto;border:#ccc solid 1px; line-height: normal; padding:6px 20px; color:#333; font-size:1.4rem; }
.MN02 .cr a, .MN02 a:hover{ background:#e9a635;border:#e9a635 solid 1px; color:#fff; }

.article{ padding:10px 0; font-size:1.4rem}
.gsjj .list01{display: flex;}
.gsjj .list01 li{ font-size:1.8rem;  padding:20px 0;}
.gsjj .list01 li span{ font-size:1.2rem;}

.newslist{ padding:0;}
.newslist .tit a{font-size:1.6rem;}
.newsInfo .source li{font-size:1.2rem;}
.newslist li{height:auto;}
.newslist .desc a{font-size:1.2rem;}
.newslist .date{padding-bottom:0px;  }
.newslist .date em{height:40px; line-height:40px; margin-bottom:0px;}

.newsInfo {padding:0;}
.newsInfo h3.tit {font-size: 2rem;}
.newsInfo .content {font-size: 1.5rem;}
.relnews{ font-size: 1.5rem;}

.newsPiclist{padding:0;}
.newsPiclist .cell{  float:none; margin:0 0 20px;}
.newsPiclist .cell img{ width:100%; height:auto;}
.newsPiclist .cell .tit span{font-size:1.6rem;}

.history{padding:0 0 15px 0;}
.history .desc{font-size:1.4rem;}
.history .hisinfo{width:68%;margin-left:100px; }
.history .hisinfo p{font-size:1.4rem;}

#btn01{ text-align: center;}
#btn01 .prev,#btn01 .next{width:40px; position: relative;top:-15px;}
.yearlist{padding:0;}
.yearlist ul{ display: flex;}
.yearlist li a{ width:auto; padding:0 8px; font-size:1.5rem;}
.newspaperlist{padding:20px 0 15px 0;}
.newspaperlist .cell{  width:auto;  clear: both;}
.newspaperlist .cell .tit{font-size:1.5rem;}
.newspaperlist .cell .tit span{ padding-left:20px;}
.newspaperlist .cell .button{display:block; float:none; padding:10px 35px 0;}
.newspaperlist .cell .button span{font-size:1.5rem; padding-top:2px;}


.joblist{padding:0;}
.joblist .post li,.joblist .tit li{ width: 20%; font-size:1.4rem;}
.joblist .post .btn,.joblist .tit .btn{ width:18%;}
.joblist .on{ height: auto; padding:20px 10px;}
.joblist .desc{font-size:1.3rem; }


.ST12{ padding:0 0 20px;}
.ST12 li{height:auto;}
.ST12 li a{ display:block; float:left; width:70%; font-size:1.4rem; padding:15px 0; line-height:23px;}
.ST12 li .time{ display:block; float:right;width:25%; font-family:Arial; font-size:1.3rem;}

.sitemap{padding:0;}
.sitemap li{font-size:1.4rem;}
.sitemap ul{ margin:10px 0 20px 0;}
.sitemap li li{ font-size:1.4rem; margin:5px 10px 5px 0;}
	
	.article img,.newsInfo .content img{height:auto!important;}
}