/* v20200420 */

@charset "utf-8";

.main_mode .container{background:#fff url(xjsds_bg3.png) bottom center no-repeat;padding-top:20px;padding-bottom:20px;}

.main_mod1,.main_mod2,.main_mod3{}
.main_mod3{padding-bottom:110px;}

/*banner*/
.banner_comm{}
.banner_img .flexslider .slides a:hover img{opacity: 1!important;}
.banner_img .flexslider .slides a img {
  height: auto;
  width:100%;
  -moz-user-select: none;
  border-radius: 15px;
  max-height: 360px;
}
.flex-caption  .banner_text{
  width:100%;
  background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  overflow: hidden;
  padding:20px 30px;
  border-radius: 0 0 15px 15px;
}
.flex-caption  .banner_text h1{margin:0px;}
.flex-caption  .banner_text h1 a{float:left;color:#fff;font-size:16px;}
.flex-caption  .banner_text h1 a:hover{color:#f09236;}
.banner_comm .flex-control-nav{width:auto;right:30px;bottom:13px;}
.banner_comm .flex-control-paging li a.flex-active{background:#fff;}

.banner_righttext h3{margin-top:15px;border-bottom:1px solid #f1f1f1;margin-bottom:0px;padding-bottom:20px;}
.banner_righttext h3 a{color:#12379b;font-size:24px;line-height:32px;font-weight:bold;}
.banner_righttext h3 a:hover{color:#d20006;}

@media (min-width:1440px) {
  .comment_list li a{
    float:left;font-size:16px;color:#3f3f3f;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width:80%;
    
  text-overflow: ellipsis;
  white-space: nowrap;
  }
}

@media (max-width:1439px) {
 .banner_righttext h3 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  } 
  .comment_list li a{
    float:left;font-size:16px;color:#3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width:75%;
  }
  .comment_list li{
    padding:6px 0px 7px 15px;
  }  
}

.banner_rightlist .comment_list li{background:transparent;padding-left:0px;}
.banner_rightlist .more2{
color:#dfdfdf;font-size: 20px;font-weight: bold;margin:10px 0 5px;
background: url(xjsds_more.png) center left no-repeat;
width: 33px;

}
.banner_rightlist  a.more2:hover{color:#f09236;background: url(xjsds_more_hov.png) center left no-repeat;}
@media (min-width:992px) and (max-width:1199px) {
  .banner_righttext h3{margin-top:10px;padding-bottom:10px;}
  .banner_righttext h3 a{font-size:20px;line-height:25px;}
  .comment_list li a{
    float:left;font-size:16px;color:#3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width:70%;
  }
  .comment_list li{
    padding:4px 0px 4px 15px;
  }  
}

@media (max-width:991px){
  .banner_img,.banner_righttext{padding:0px;}
  .banner_comm .flex-control-nav{display:none;}
  .comment_list li{
    background:url(xjsds_list.png) left 17px no-repeat;
    padding:11px 0px 11px 15px;
    line-height:30px;
    border-bottom:1px solid #f1f1f1;
  }
  .comment_list li a{
    float:left;font-size:16px;color:#3f3f3f;
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    width:100%;
    line-height:24px;
  }
  .comment_list li span{float:left;}
  .banner_righttext h3 a{
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
  } 
}

@media (max-width:480px){
  .banner_img .flexslider .slides a img {
    height: auto;
    width:100%;
    -moz-user-select: none;
    border-radius: 15px;
  }
  .flex-caption  .banner_text{
    width:100%;
    background:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    overflow: hidden;
    padding:10px 30px;
    border-radius: 15px;
  }
}

/*------*/

.title_div{position:relative;margin-bottom:8px;position:relative;height:30 px;background:url(tit_bg.png) center right no-repeat ;}
ul.nav-tabs{border-bottom:transparent;margin-bottom:8px;background:#fff;padding-right:30px;}
ul.nav-tabs li{position:static;background:#ebecef;height:35px;line-height:35px;}
ul.nav-tabs li:first-child{border-radius: 8px 0px 0px 8px ;}
ul.nav-tabs li:last-child{border-radius: 0px 8px 8px 0px ;}
ul.nav-tabs li.active button{display:block;text-decoration:none;}
ul.nav-tabs li > a.a_tabs{
  float:left;
  font-size:16px;
  border:none!important;
  color:#575757;
  border-radius: 8px;
  cursor: pointer!important;
  margin:0px 0px 0px 0px;
  height:35px;
  line-height:35px;
  padding:0px 20px;
  width:110px;
  text-align:center;
}
ul.nav-tabs li:hover > a.a_tabs,
ul.nav-tabs li.active > a.a_tabs{
  color:#fff!important;
  background:#12379b;
  height:45px;
  line-height:45px;
  margin-top:-5px;
}

.tabs_more_home{
  position:absolute;top:2px;right:0;display:none;
  font-size:14px;border:none;background:none;
  padding-left:25px;
}
ul.nav-tabs li.active .tabs_more_home{display:block;}
.tabs_more_home > a.more2:hover{color:#f09236;
background: url(xjsds_more_hov.png) center left no-repeat;
}
.tabs_more_home a{
  color:#dfdfdf;
  font-size: 20px;
  font-weight: bold;
  background: url(xjsds_more.png) center left no-repeat;
  width: 33px;
  float: left;
}


/*tab2 */
.tab2_img img{width:100%;max-height:275px;border-radius: 15px;}
.tab2_img a .tab2_img_hov{
  display: block;
  overflow: hidden;
  position: relative;
  margin-top:10px;
  border-radius: 15px;
}
.tab2_img a .tab2_img_hov img{ 
  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.tab2_img a .tab2_img_hov img:hover {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
}
.tab2_list_text .comment_list li{
    background:url(xjsds_list.png) left center no-repeat;
    background:url(xjsds_list.png) left 13px no-repeat\9;
    background:url(xjsds_list.png) left 13px no-repeat\0;
    *background:url(xjsds_list.png) left 13px no-repeat;
    background:url(xjsds_list.png) left 13px no-repeat\9\0;
    background//:url(xjsds_list.png) left 13px no-repeat;
    padding:5px 0px 5px 15px;
    line-height:1.4;
    border-bottom:1px solid #f1f1f1;
}
.tab2_img .tab2_img1{position:relative;}
.tab2_img .tab2_img_text{
  /*! position:absolute; */bottom:0px;/*! background:rgba(0,0,0,0.5); */width:100%;border-radius:0 0 15px 15px;}

.tab2_img a p{
  margin-bottom:0;/*! padding-left:15px; */
  margin-top:5px;line-height:1.3;color:#3f3f3f;font-size:15px;
  /*! display: -webkit-box; */
  /*! -webkit-box-orient: vertical; */
  /*! -webkit-line-clamp: 1; */
  overflow: hidden;
  /*! padding-right:15px; */
  padding-bottom:8px;
  padding-top:5px;
  text-align: left;
}
.tab2_img a p:hover{/*! color:#f09236; */}
@media (max-width:991px) {
.tab2_img a p{
  margin-bottom:0;padding-left:8px;
  margin-top:5px;line-height:1.4;color:#fff;font-size:16px;
  display: block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
  overflow: hidden;
  padding-right:8px;
  padding-bottom:5px;
  padding-top:5px;
}
}


/*-----------*/


/*zt*/
.main_right_zt{padding-top:5px;}
.main_right_zt a{float:left;width:50%;padding:5px 5px 10px 5px;}
.main_right_zt a img{width:100%;min-height:35px;max-height:86px;border-radius: 5px;}
.main_right_zt .row{margin-left:-5px;margin-right:-5px;}

.main_right_zt a{
  display: block;
  overflow: hidden;
  position: relative;
}
.main_right_zt a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.main_right_zt a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
/*--------*/

/* xue hui */

.main_mod3_xh a{float:left;padding:0px 15px 15px 15px;width: 20%;text-align:center;position:relative;}
.main_mod3_xh a img{width:100%;border-radius: 10px;height:75px;}
.main_mod3_xh p{position: absolute;margin-bottom:0px;width:100%;top:calc(30%);left:0;font-size:18px;color:#fff;}

/*-----------*/

@media (min-width:992px) and (max-width:1199px) { 
  /* .main_right_zt a{float:left;width:50%;padding:10px 5px 10px 5px;} */
  .main_mod3_xh a img{width:100%;height:70px;border-radius: 10px;}
  .main_mod3_xh p{font-size:16px;}
}
@media (max-width: 991px){
  .main_mod1_left,.main_mod1_right{
    padding:0px;
  }

  .tab2_list_text .comment_list li{
      background:url(xjsds_list.png) left 15px no-repeat;
      padding:9px 0px 9px 15px;
      line-height:30px;
      border-bottom:1px solid #f1f1f1;
  }
  .tab2_list_text .comment_list li a{width:100%;padding-left:0px;}
  .tab2_list_text .comment_list li span{float:left;}
  .main_mod3_xh a{float:left;padding:0px 15px 15px 15px;width: 33.3333%;text-align:center;position:relative;}
  .main_mod3_xh p{font-size:16px;}
}

@media (max-width: 767px){
  .tab2_img a .tab2_img_hov{text-align:center;}
  .tab2_img img{width:100%;max-height:auto;border-radius: 15px;}
  .tab2_list_text{padding:15px 15px 0px 15px;}
  .main_mod1_right .tab2_list_text{padding:15px 0 0px 0px;}
}

@media (max-width: 580px){
  .main_mod3_xh a{float:left;padding:0px 15px 15px 15px;width: 50%;text-align:center;position:relative;}
  .main_mod3_xh p{font-size:15px;}
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* .main_xh{border-top:1px solid #ddd;} */
.main_xh .row{margin-left:-5px;margin-right:-5px;}
.main_xh .main_mod3_xh a{width:50%;padding:5px 5px 5px 5px;}
.main_xh .main_mod3_xh a p{font-size:18px;}
.main_xh .main_mod3_xh a img{height:56px;}
.main_xh .main_mod3_xh p{top:calc(40%);}

@media (min-width: 768px) and (max-width:992px){
.main_xh .main_mod3_xh a img{height:80px;}
.main_xh .main_mod3_xh p{top:calc(40%);}
}

/* link */
.main_mod2{border-bottom:1px solid #e4e4e4;padding-bottom:100px;}

.mt14{margin-top:14px;}
.mr_frbox { height: 180px; position:relative;}
.mr_frBtnL { position:absolute;top:0px;left:0;float: left;cursor: pointer; display: inline;margin-top: 30px; }
.mr_frBtnR { position:absolute;top:0px;right:0;float: right;cursor: pointer; margin-top:30px;}
.mr_frUl { float: left; height: 180px;}
.mr_frUl{width:100%!important;padding:0px 15px;}
.mr_frUl > .tempWrap{width:100%!important;padding:1px;}
.mr_frUl ul li { display: inline; 
  float: left; margin-right: 13px; 
  overflow: hidden;
}
.mr_frUl ul li a{float:left;width:100%; vertical-align: middle;/*! border: 1px solid #D8D8D8; */margin-bottom: 45px;
}
.mr_frUl ul li img {width: 100%;}
.mr_frUl ul li a{line-height:50px;height:54px;display:list-item;padding:1px;}
.mr_frUl ul li a img{max-height:49px;}  

@media (min-width: 1500px){
  .mr_frUl ul li { 
    height: 165px; 
    width: 263px!important;
  }
}
@media (min-width:1367px) and (max-width: 1499px){
  .mr_frUl ul li { 
    height: 165px; 
    width: 265px!important;
  }
}
@media (max-width: 1366px){
  .mr_frUl ul li { 
    height: 165px; 
    width: 211px;
  }
}
@media (max-width: 1199px){
  .mr_frUl ul li { 
    height: 165px; 
    width: 225px;
  }
}

@media (min-width: 480px) and (max-width:991px){
  .mr_frUl ul li { 
    height: 170px; 
    width: 220px!important;
  }
}
@media (max-width: 480px){
  .mr_frbox{padding:0px 25px;}
  .mr_frUl ul li { 
    height: 170px; 
    width: 380px!important;
  }
  .mr_frUl ul li a{line-height:50px;height:60px;display:list-item;}
  .mr_frUl ul li a img{max-height:55px;}
}
@media (max-width: 420px){
  .mr_frUl ul li { 
    height: 170px; 
    width: 320px!important;
  }
  .mr_frUl ul li a{line-height:50px;height:60px;display:list-item;}
  .mr_frUl ul li a img{max-height:55px;}
}
@media (max-width: 400px){
  .mr_frUl ul li { 
    height: 170px; 
    width: 310px!important;
  }
  .mr_frUl ul li a{line-height:50px;height:60px;display:list-item;}
  .mr_frUl ul li a img{max-height:55px;}
}
@media (max-width: 375px){
  .mr_frUl ul li { 
    height: 170px; 
    width: 285px!important;
  }
  .mr_frUl ul li a{line-height:50px;height:60px;display:list-item;}
  .mr_frUl ul li a img{max-height:55px;}
}
@media (max-width: 360px){
  .mr_frUl ul li { 
    height: 170px; 
    width: 275px!important;
  }
  .mr_frUl ul li a{line-height:50px;height:60px;display:list-item;}
  .mr_frUl ul li a img{max-height:55px;}
}