/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img,.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}



.index_news { display: flex; margin-bottom:30px;}
.index_news .column { flex: 1;  padding-right: 32px; width:33.33%;}
.index_news .column:last-child { padding-right: 0;}


.panel-body {  padding: 15px;}
.panel{border-radius: 0; -webkit-border-radius:0; box-shadow: none;}
.panel-success{border:0;border-top: 2px solid #688C00;}
.panel-success .panel-body{border:1px solid #eee;border-top: 0;}
small.text-uppercase{font-family: garamond; font-size: 16px;}

.img-width{width: 100%;}
.panel-group .panel{border-radius: 0; -webkit-border-radius:0; border:0;}
.panel-heading{padding: 0; border-radius: 0; -webkit-border-radius:0;}
.panel-title>a{padding: 10px 15px; display: block;}
.panel-title>a:hover,.panel-title>a:visited,.panel-title>a:focus{text-decoration: none; color: inherit;}
.panel-default>.panel-heading{background-color: #fbfbfb; border:1px solid #ddd; border-left: 5px solid #F60201;}
.panel-group .panel-heading+.panel-collapse>.panel-body{border-top: 0;}
.panel-group .panel-body{padding: 15px 0;}
.panel-group .panel-body.list-btns{padding-bottom: 0;}

.img-ctrl{ height: 253px;overflow: hidden;}
.img-ctrl img{height: 100%; width: auto;}


.list-news{margin-bottom: 0;}
.list-news>li{padding-bottom: 18px; border-bottom: 1px solid #ddd; margin-bottom: 18px;}
.ie8 .list-news li.last{margin-bottom: 0!important;}

.ie8 .list-news>li.last,.list-news li.last{margin-bottom: 0; border-bottom-color: transparent; margin-bottom: 0; padding-bottom: 0;}
.list>li{white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.list>li>a{display: block; padding: 5px 0;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}


.text-green{color: #418757;}
.text-grey{color: #666;}
.text-nowrap{text-overflow: ellipsis;overflow: hidden;}
.pt30{padding-top: 30px;}
.mb15{margin-bottom: 15px;}
.mb30{margin-bottom: 30px;}
.font14{font-size: 14px;}



.isect3 ul{height: 360px;}
.isect3 ul li{width: 100%;}
.isect3 ul li a{display: block;}
.isect3 ul li.li1 a .pic{height: 0;position: relative;overflow: hidden;position: relative;padding-bottom:53%; height:247px;}
.isect3 ul li.li1 a .pic em,
.isect3 ul li.li1 a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect3 ul li.li1 a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 ul li.li1 a .pic b{background: rgba(0,0,0,0.4);opacity: 0;}
.isect3 ul li.li1 a .text{padding: 5px 20px 0;background: #ffffff;height: 101px; border:1px solid #eee;}
.isect3 ul li.li1 a .text h5{font-size: 22px;line-height: 39px;color: #1a1a1a; font-weight:normal;}
.isect3 ul li.li1 a .text p{font-size: 16px;line-height: 20px;color: #666666;height: 40px;overflow: hidden;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.isect3 ul li.li1 a:hover .pic b{opacity: 1;}
.isect3 ul li.li1 a:hover .text h5{color: #00797c;}
/*.isect3 ul li:hover{-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1);
 -webkit-transform:translate3d(0, -6px, 0);transform:translate3d(0, -6px, 0);}*/
 
.media:first-child {  margin-top: 0; }
.media, .media .media { margin-top: 15px; }
.media{  overflow: hidden;  zoom: 1;}


.media-body {  overflow: hidden;  zoom: 1; width:calc(100% - 135px);} 
.media-body h5 a{ font-size:17px; color:#000;  font-weight:normal;}
.media-body h5 a:hover { color:#00797c;}



.media>.pull-left {  margin-right: 15px;}
.pull-left { float: left !important;}

.media-heading {  margin: 0 0 15px;}


.text-nowrap {  text-overflow: ellipsis;  overflow: hidden;  }

.text-grey { font-size:16px; line-height:22px;height:44px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

 .wzgg_video { padding-top:180px;overflow: hidden; margin: 0 auto;width: 1460px; max-width: 94%; }
.wzgg_video ul{/*padding: 5px 5px 50px 5px;*/margin-left:-35px;}

.wzgg_video li{float: left; width: 33.33%; padding-left:35px; }

.wzgg_video a{display: block;overflow: hidden; box-shadow:0 0 10px rgba(0, 0, 0, .1); transition: All 0.4s ease-in-out; }

.wzgg_video a:hover{color: #fff;} 

.wzgg_video li a .wzgg_video_pic{position: relative;overflow: hidden;height: 0;padding-bottom:42%;border-radius: 4px;}
.wzgg_video li a .wzgg_video_pic em,.wzgg_video li a .wzgg_video_pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.wzgg_video li a .wzgg_video_pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.wzgg_video li a .wzgg_video_pic b{background: rgba(0,0,0,0.4);opacity:0;z-index: 2;}
.wzgg_video li a .wzgg_video_pic p { margin-top:50px; zoom:0.8;}
/*.wzgg_video li a p{height: 48px;line-height: 48px;font-size: 14px;color: #999999;}
.wzgg_video li a p span:first-child{padding-right: 28px;position: relative;}
.wzgg_video li a p span:first-child:before{content: "";width: 1px;height: 12px;background: #dcdcdc;position: absolute;right: 12px;top:50%;margin-top: -6px;}
.wzgg_video li a h5{font-size: 20px;line-height: 30px;color: #333333;height: 60px;overflow: hidden;font-weight: normal;}*/
.wzgg_video li a:hover p{color: #666;}
.wzgg_video li a:hover h5{color: #0066b5;}
.wzgg_video li a:hover .wzgg_video_pic b{opacity: 1;}

 
@media(max-width:1600px){



}


@media(max-width:1400px){



}


@media(max-width:1200px){
.imgCon img { width: 120px;  height: 84px;}

.text-nowrap { text-overflow: inherit;}



}



@media(max-width:1000px){

.img-ctrl{float: left; padding: 15px;  margin-right: 10px;  width: 135px;  height: 120px;}


.panel-success{margin-bottom: 0;}
.panel-success.ctrl-xs{border-top: 0;}


.index_news { display:block;} 
.index_news .column {
    flex: 1;
    padding-right:0;
    width:100%;
}

.wzgg_video li{float: left; width: 100%; padding-left:0px; }


}