@import url(reset.css);
@import url(common.css);
@import url(top.css);
@import url(footer.css);
@import url(sub.css);
@import url(pd_list_style.css);
@import url(pd_detail_style.css);
@import url(paging.css);
@import url(swiper.min.css); /* mainSlide withd mobile */
@import url(/thumb_slide/thumb_slide.css); /* thumbnail_slide */

/* Layout *******/
body {background-color:#fff;}
#wrap {position:relative; min-width:1120px; min-height:100%;}
.inner {position:relative; width:1080px; margin:0 auto; border:0px solid red;}


/* main news list */
.mainMiddle {margin-top:20px; padding-top:0px; background-color:#fff;}
.mainMiddle .pText {font-weight:600;font-size:17px;height:25px}
.main.subTit {margin-bottom:10px; font-size:16px; font-weight:600; border-bottom:1px solid #d5d5d5;}
.main.subTit a {display:block; height:38px; line-height:38px; background: url('/images/icon_more.png') no-repeat right center;}

.listBox {display:inline-block; width:340px; height:250px; margin-right:30px; margin-left:-3px; background-color:#fff; border:px solid #ececec;  vertical-align:top; overflow:hidden;}
.listBox:first-child {height:220px; border-bottom:1px solid #d5d5d5;}
.listBox p{height:30px}
.listBox a.cursor_non {background:none; cursor:inherit;}
.listBox:last-child { margin-right:0;}
.listBox .caption {padding-top:10px; color:#f44336; font-size:12px; text-align:center; border-top:1px solid #d5d5d5;}

.listBox .articleBox {padding:10px 0; border-bottom:1px dotted #d5d5d5;}
.listBox .articleBox:last-child {/*border-bottom:0;*/}
.listBox .articleBox .news_tit {float:left;width:230px; padding-bottom:5px; font-size:16px; font-weight:600;}
.listBox .articleBox .news_preTxt {width:230px; height:38px;}

/*maddle banner & map*/
.middleBox {display:inline-block; /*width:260px;*/width:220px; margin-right:10px; margin-left:-3px; background-color:#fff;border:0px solid red; }
.middleBox:first-child {width:160px; }
.middleBox:last-child {margin-right:0;}
.middleBox .img_bann{height:85px;/*width:260px;*/width:220px;margin-top:10px;border:0px solid red;}
.middleBox .img_bann:first-child {margin-top:0;}
.middleBox .img_bann .txt{font-size:17px;padding-left:10px;margin-top:35px;font-weight:600;border:0px solid red;display:inline-block;letter-spacing:-1px;}
.middleBox .img_bann .txtW{width:100px;margin-top:25px;line-height:120%}
.middleBox .img_bann img{max-height:80px;float:right;padding-top:5px; padding-right:5px}
.middleBox .blue{background-color:#cbe9f6;}
.middleBox .green{background-color:#f0f8da;}
.middleBox .pink{background-color:#ffdedd;}
.middleBox .bor{border:1px solid #d5d5d5;}
.middleBox .img_bann_1:first-child {padding-bottom:2px;}


.listBox .mbList li {width:100%; line-height:1; border-bottom:1px dotted #d5d5d5;}
.listBox .mbList li:last-child {border-bottom:0;}
.listBox .mbList li a {display:block; padding:10px 0 10px 10px; background: url('/images/bullet_list.png') no-repeat left center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:1;}
.listBox .mbList li a .news_tit {margin-bottom:-2px;}
.listBox .mbList .articleBox .main_photo,
.listBox .mbList .articleBox .news_preTxt {display:none;}



/* newstab */
.news_tab {position:relative; padding-top:43px;}
.news_tab>li>a {display:block; position:absolute; top:0; width:113px; height:38px; line-height:38px; font-size:14px; font-weight:400; text-align:center; background:#fff; color:#4f4f4f; border:1px solid #e2e2e2; border-bottom:1px solid #bdbdbd; box-sizing:border-box;}
.news_tab>li.on>a {background:#f7f7f7; border:1px solid #bdbdbd;}
.news_tab>li:nth-child(1)>a {left:0;}
.news_tab>li:nth-child(2)>a {left:113px;}/*2*/
.news_tab>li:nth-child(3)>a {left:226px;}/*3*/
.news_tab>li>div {height:0; overflow:hidden; position:absolute;}
.news_tab>li.on>div {height:auto; position:relative; padding:5px 10px; line-height:1.5; /*border-bottom:1px dotted #bdbdbd;*/}



/****************************************************************************
@media screen and (max-width:768px) {}***************************************/

/**********************************************************************************************************************/
@media screen and (max-width:480px) {

	#wrap {min-width:360px;}
	.inner {width:100%; padding:0 10px;}
	.inner.m {width:100%; padding:0 0px;}

	.mainMiddle {padding-top:10px; padding-bottom:0; margin-top:0;}
	.main.subTit {font-size:15px;}

	/*maddle banner & map*/
	.middleBox {width:100%; margin-right:0; margin-left:0; margin-bottom:10px;}
	.middleBox .img_bann{width:100%;border:0px solid red}
	.middleBox:first-child {width:100%; }
	.middleBox .img_bann .txtW{width:200px;margin-top:35px;}

	.middleBox .img_bann_1 {text-align:center}


	.listBox {margin-bottom:30px; width:100%; margin-right:0;}

	.listBox .articleBox {padding:15px 0px;}
	.listBox .articleBox .news_tit {width:220px; padding-bottom:5px;}
	.listBox .articleBox .news_preTxt {width:220px; height:37px;}


	.newsS {border-left:0;}
	.newsBox {width:100%; min-height:inherit; margin-bottom:30px; padding:0; border-right:0;}
	.mbList .articleBox {padding:0 0 0 0;}
	.newsBox .mbList li a .news_tit {height:inherit; font-size:13px;}





/**********************************************************************************************************************/
}