﻿/*公用*/
.linkmap{ display: none; }
.main{ margin-bottom: 40px; }
.article_box img:hover{ transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1);-webkit-transform:scale(1.1);}
img:hover{ transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s;}
.border_bottom{ border-bottom:1px dotted #c1c1c1;}
.border-top{ border-top: 1px solid #cccccc;}
.article_banner{ display:block;}
/*工作动态*/
.main1 .article_box{ width: 410px; }
.main1 .article_box h2{ font-weight:normal; margin-bottom: 5px; }
.main1 .article_box h2 a{ color:#2076bd;font-size:18px; font-weight: normal}
.main1 .article_box p{ line-height: 30px; }
/*图片滚动*/
.SwitchImage{position: relative;}
.SwitchImage{ width: 550px; }
.SwitchImage .swiper-box ul li,.SwitchImage .Img_Box{ *width: 550px; }
.SwitchImage img{width:100%;*width: 550px;height:260px;}
.SwitchImage .swiper-box{height:260px;*width: 550px;}
.content_box{*width: 550px;background: url(/Content/Areas/Common/images/Article/op_bg.png) repeat;height: 34px;position: absolute;right: 0;bottom: 0;width: 100%;}
.SwitchImage .swiper-box ul li h2{_width:540px !important;background:none;color: #fff;font-size: 18px;height:auto;left: inherit;line-height: 34px;position: static;top: inherit;width:auto;padding-left: 10px;}
.SwitchImage .swiper-box ul li .content_box h2{_width:540px}
.SwitchImage .swiper-box ul li h2 a{ padding-left:0;}
.content_box p{color: #fff;font-size: 14px;line-height: 24px;margin-top: 15px;display: none;}
.SwitchImage .pagination{ bottom:10px !important; right:10px !important;}
/*媒体报道*/
.main2{/* background: #f4f4f2; */border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;}
.main2 .article_list_img{ width: 1000px; margin: 0 auto; }
.article_list_img li{ height: 150px;  }
.article_list_img li.column_1{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #ccc;}
.article_list_img li .img_box{width:300px;height:140px; display:block;}
.article_list_img li.Li_Odd .img_box{float:left;margin-right: 20px; }
.article_list_img li.Li_Even .img_box{float:right;margin-left: 20px; }
.article_list_img li img{width:300px;height: auto;min-height:140px;transition: all 0.2s ease 0s;-moz-transition: all 0.2s ease 0s;-webkit-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s;}
.article_list_img li a.title_type{ line-height: 40px; font-size: 16px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article_list_img li p{ line-height: 30px; }
/*合作交流*/
.col-md-6 .article_box > a{ display:block;height:105px; width:150px; overflow:hidden;float: left;margin-right: 20px; overflow: hidden;}
.col-md-6 .article_box img{ float: left; width: 150px; margin-right: 20px; min-height: 105px; height: auto; display:block ; }

@media only screen and (max-width: 1024px){
.main2{ width: 1000px; }
}
@media only screen and (max-width:768px){
.main2{width: 100%;background: none;}
.main1 .article_box{ width: 100%; }
.article_box li{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.SwitchImage{ display: none }
.main2 .article_list_img{ width: 100%; }
.article_list_img li{ height: auto; } 
.pr10{ padding:0;}	
.pl10{ padding:0;}
}
@media only screen and (max-width: 450px){
.article_list_img li.Li_Even .img_box,.article_list_img li.Li_Odd .img_box{ float: none; margin: 0px auto 10px; }
}
@media only screen and (max-width: 320px){
.col-md-6 .article_box > a{ height:auto; width:100%;float: none;margin-right: 0px; margin-bottom: 10px; }
.col-md-6 .article_box img{ float: none; width: 100%; margin-right: 20px; height: auto; }

}

