﻿/*图片滚动*/
.SwitchImage,.swiper-box { width: 376px; height: 223px;}
.SwitchImage{position: relative;}
.SwitchImage .pic{width: 376px; height: 223px; overflow: hidden;}
.SwitchImage img{width:100%;min-height:223px; height: auto;}
.SwitchImage .swiper-box ul li h2{ height: 60px !important;text-align: center;font-size: 14px; }
.SwitchImage .pagination { right: 140px !important;  bottom: 10px !important;}
.article_list2{ width: 395px; }
/*会议*/
.article_list_con{ overflow: hidden; }
.article_list_con li{ border-bottom: 1px solid #ededed; padding-bottom: 10px;  overflow: hidden; margin-bottom: 10px;}
.article_list_con li img{ width: 130px; height: 95px; float: left; margin-right: 20px;  }
.article_list_con li a.title_type{font-size: 16px;line-height:30px;}
.article_list_con li p{font-size: 14px;line-height: 2em;color: #666;}
.article_list_con li.last{ padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px; }
/*图片*/
.img_boxs{ display:block; width:100%; height:96px; overflow:hidden;border:1px solid #ededed;}
.img_boxs img{ width:100%;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;}
.img_boxs img:hover{-webkit-transform:scale(1.03);-moz-transform: scale(1.03);-o-transform:scale(1.03);}
.tab_tit b{ color: #999; margin: 0px 0px 0px 5px; }
.tab_tit span.No_active{ border-bottom: 0px !important; }
.tab_tit span.No_active a{color: #999 !important; }
/*进修*/
.jxtable { margin-top:15px; width:100%;}
.jxtable .First_tr{ background:#d4d4d4;}
.jxtable td{ text-align:center; line-height:35px;}
.jxtable a{background: #45b796;color: #fff;padding: 2px 4px;border-radius: 4px;}
.jxtable a:hover{background: #57deb7;}


@media only screen and (max-width:768px){
	.article_list li{ overflow: hidden;text-overflow: ellipsis; white-space: nowrap; }
	.article_list2{ width: 40%; }
 .img_boxs{ display: none; }
 .pl10,.pr10{ padding:0px; }
}
@media only screen and (max-width:650px){
	.SwitchImage{ display: none; }
	.article_list2{ width: 100%; }
}
@media only screen and (max-width:360px){
	h2.title_header{ font-size: 18px; }
}

 