/*多个弹框会增加body padding-right*/
body {
    padding-right: 0 !important;
}

/* ------------------banner轮播---------------- */
.scroll{position: relative;width: 100%;}
.scroll .slides {width: 100%;    background: #333;}
.scroll .slides .item {
    /* padding:0 10px; */
    opacity: 0.2;filter:alpha(opacity=20);}
.scroll .slides .item.slick-active {opacity: 1;filter:alpha(opacity=100);}
.scroll .scroll-text{ position:absolute;bottom:0;  width:100%;}
.scroll .scroll-text h3 a{ font-size:20px; color:#3b3b3b; line-height:24px;}
.scroll .scroll-text p{ color:#535353; line-height:20px; padding-top:15px}
.point{ margin-bottom:10px; text-align:center;}
.point li{ display:inline-block; zoom:1; *display:inline;margin:0 5px;} 
.point li span{background:#ffd800;border-radius:7px;cursor:pointer;display:block;height:10px;margin:0 5px;width:10px;}
.point li.current span,.point li:hover span{ background:#960d13;}
.point li.slick-active button {width:30px;background-color: #9E192F;}
.point li button {font-size: 0;line-height: 0;border-radius:7px;display: block;width: 10px;height: 10px;padding: 0px;cursor: pointer;border: 0;outline: none;}
.scroll-text a.prev,.scroll-text a.next{font-size:50px;line-height:28px;color:#fff;display:block;width:28px;text-align:center; position:absolute;bottom:200px;}
.scroll-text a.prev{left:100px;}
.scroll-text a.next{right:100px;}
.scroll-text a.prev:hover,.scroll-text a.next:hover{ color:#000;}
.scroll .scroll-2{ position:absolute; top:0; left:360px;}
.scroll .scroll-2 .scroll-text{ right:0;}
.slides img{height:400px;}

/* ---------------------新闻通知公告--------------------- */
.homebc{
    width:100%;
}
.homebc img{
    width:100%;
}
.cont_warp{
    /* height:455px; */
    /* margin: 20px 0; */
    overflow: hidden;
    margin-bottom: 20px;
}
.cont_main{
    width: 100%;
    /* height: 100%; */
}
.cont_left{
    width: 100%;
    /* height: 100%; */
    background: #fff;
}
.lunbobanner{
    width: 100%;
    /* height: 424px; */
}
.lunbobanner a{
    display: block;
    width: 100%;
    /* height: 424px; */
    position: relative;
}
.lunbobanner a img{
    width: 100%;
    /* height: 424px; */
}
.lunbobanner a p{
    width: 100%;
    height:99px;
    background:linear-gradient(180deg,#33333300 0%,#8d8d8d 100%);
    position: relative;
    left: 0;
    bottom: 99px;
    font-size:14px;
    line-height: 150px;
    text-indent: 20px;
    color: #fff;
}
.lunbobanner .swiper-button-next, .lunbobanner .swiper-button-prev {
    height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 10px;
    padding-right: 12px;
}
.swiper-pagination{
    text-align: right;
}
.swiper-pagination-bullet{
    background: #D8D8D8;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #155CC7;
}
.cont_right{
    width: 680px;
}
.cont_tit{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E7EDFB;
    background: #E7EDFB;
}
.cont_tit h4{
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:16px;
    color: #333;
    cursor: pointer;
    position: relative;
}
/* .cont_tit h4::before{
    content:"";
    display: block;
    width: 2px;
    height: 15px;
    background: #bbbbbb;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
} */
.cont_tit h4:hover{
    color: #155CC7;
}
.cont_tit h4.active{
    color: #fff;
    /* border: 1px solid #155CC7; */
    background: #155CC7;
    position: relative;
}
/* .cont_tit h4.active::after{
    content:"";
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     
    line-height: 0;  
    border-width:7px;
    border-style:solid dashed dashed dashed;
    border-color:transparent transparent #fff transparent;
    position: absolute;
    left:50%;
    bottom: 0;
    margin-left: -7.5px;
} */
.cont_tit h4.active::before,
.cont_tit h4:nth-of-type(4)::before{
    display: none;
}
.cont_tit h4 img{
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -10px;
    display: none;
    height: 20px;
}
.cont_tit h4.active img{
    display: block;
}
.cont_tit a{
    font-size:14px;
    color: #155CC7;
    padding-right: 10px;
    display: none;
}

.flexBox {
  display: flex;
  justify-content: space-between;
}

.ulitem{
    display: none;
}
.ulitem li{
    height: 34px;
    line-height: 34px;
}
.ulitem li:first-child{
    margin-top: 10px;
}
.ulitem li a{
    font-size:14px;
}
.ulitem li a span:first-child{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ulitem li a span:last-child{
    font-size:12px;
}

/* ----------------------宣讲会、双选会、宣讲会------------------------ */
.subject{
    height: 403px;
    margin-bottom: 20px;
    background-color: #fff;
}
.sub_xjh{
    width: 390px;
    height: 100%;
    /* padding-bottom: 10px; */
    background-color: #F6F7FA;
}
.dt_rili{
    padding: 10px 25px 0;
}
#calendar{
    height: 291px;
}
#calendar .calendar_month_span{
    font-size:18px;
    margin-top: 15px;
}
.yue{
    font-size:18px;
}
.dt_tishi{
    overflow: hidden;
}
.dt_tishi>p{
    float: left;
    line-height: 35px;
    margin-right: 24px;
}
.dt_tishi>p:first-child{
    margin-left: 20px;
}
.dt_tishi>p>span{
    display: inline-block;
    width:16px;
    height:16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size:10px;
    border-radius:4px;
    margin-right: 10px;
}
.dt_tishi>p>span.zhuan{
    background: #7F80FF;
}
.dt_tishi>p>span.shuang{
    background: #FA6400;
}
.dt_tishi>p>span.xiaow{
    background: #7F80FF;
}
.dt_tishi>p>span.kongtag{
    background: #44D7B6;
}
.sub_zph{
    width: 390px;
    height: 100%;
    background-color: #F6F7FA;
}
.newsInfo {
  height: 445px;
  background-color: #fff;
  margin-bottom: 20px;
}
.newsInfo .sub_zph {
    width: 600px;
}
.newsInfo .sub_zph:nth-child(2) {
  width: 576px;
}
.newsInfo .cont_bottom {
  padding: 0;
  background-color: #fff;
}
.newsInfo .newsImg {
  position: relative;
  margin-top: 20px;
  height: 375px;
}
.newsInfo .newsImg #swiper-container2 {
  height: 100%;
}
.newsInfo .newsImg img{
  height: 100%;
  width: 100%;
}
.newsInfo .newsImg .newsInfoTips {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.newsInfo .newsImg #swiper-container2 .newsInfoTips .xinwentips {
  display: inline-block;
  /* width: 100%; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;     
  /* overflow: hidden; */
}

.newsInfo .newsImg #swiper-container2 .newsInfoTips .tips2 {
  display: inline-block;
  white-space: nowrap;
  animation: 10s scrollAni linear infinite;
}

.newsInfo .xqhuodong {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsInfo .xqhuodong .newsImg {
  width: 280px;
  height: 175px;
  margin-top: 23px;
}

.newsInfo .xqhuodong .newsImg .newsInfoTips .tips {
  display: inline-block;
  white-space: nowrap;
  animation: scrollAni2 linear infinite;
  animation-duration: 10s;
}

.newsInfo .xqhuodong .newsImg .newsInfoTips .hudongTips {
  display: inline-block;
  white-space: nowrap;
}

@keyframes scrollAni {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-100% + 500px));
  }
}

@keyframes scrollAni2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-100% + 200px));
  }
}

.kstongdao {
  height: 190px;
  margin-bottom: 24px;
}

.kstongdao .flexBox {
  align-items: center;
}

.kstongdao .tongdaoItem {
  flex: 1;
  height: 175px;
  position: relative;
  transition: all 0.5s;
}
.kstongdao .active {
  height: 100%;
  flex: 2.5;
  box-shadow: rgba(0, 0, 0, .3) 5px 5px 5px 2px;
  z-index: 1;
}
.kstongdao .tongdaoImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.kstongdao .active .tongdaoImg {
  opacity: 1;
}
.kstongdao img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  transform: scale(1.5);
}
.kstongdao .active img {
  transform: scale(1);
}
.kstongdao .tongdaoItem:nth-child(1) {
  background-color: #044082;
}

.kstongdao .tongdaoItem:nth-child(2) {
  background-color: #1B4691;
}
.kstongdao .tongdaoItem:nth-child(3) {
  background-color: #24509A;
}
.kstongdao .tongdaoItem:nth-child(4) {
  background-color: #2957A2;
}
.kstongdao .tongdaoItem:nth-child(5) {
  background-color: #2B5CB1;
}
.kstongdao .tongdaoItem .tongdaoMsg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kstongdao .active .tongdaoMsg {
  background-color: rgba(0, 0, 0, .3);
}

.kstongdao .tongdaoItem .tongdaoMsg span{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.cont_bottom{
    display: none;
    padding: 0 20px 20px;
}
.cont_bottom li{
    margin-top: 20px;
}
.cont_bottom li:nth-child(1) {
  margin-top: 24px;
}
.cont_bottom li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont_bottom li .times {
    width: 56px;
    height: 44px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    color: #155CC7;
    text-align: center;
    overflow: hidden;
}
.cont_bottom li .times b {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
}
.cont_bottom li .times span {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: #E7EDFB;
    font-size: 12px;
}
.cont_bottom li .titles {
    width: 73%;
    margin-left: 11px;
}
.cont_bottom li .titles h4 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont_bottom li .titles h4 i{
    font-style: normal;
    font-size: 14px;
    color: #f00;
}
.xhss_ .titles h4 span.left, .zczp_ .titles h4 span.left{
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.titles h4 span.right{
    font-size:12px;
}
.titles h4 span.yqx{
    color: #333;
}
.titles h4 span.zajx{
    color: #F00;
}
.titles h4 span.wks{
    color: #666;
}
.titles h4 span.yjs{
    color: #999;
}
.titles h4 span.jjks{
    color: #178BD9;
}
.cont_bottom li .titles p {
    color: #999;
    overflow: hidden;
    font-size:12px;
    margin-top: 3px;
    height: 20px;
    line-height: 20px;
}
.cont_bottom li .titles p span{
    display: inline-block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}
.cont_bottom li .titles p span i{
    font-size: 12px;
}
.cont_bottom li:hover h4,
.cont_bottom li:hover p,
.cont_bottom li:hover h4 span{
    color: #155CC7;
}
.cont_bottom li:hover .times{
    border: 1px solid #155CC7;
}
.cont_bottom li:hover .times span{
    background: #155CC7;
    color: #fff;
}

/* --------------------------专题活动-------------------------------- */
.sx_bottom{
    height: 180px;
    position: relative;
    margin-top: 20px;
}
.sx_bottom>div{
    width: 1110px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.sx_bottom ul{
    height: 173px;
    position: absolute;
    left: 0;
    top: 0;
}
.sx_bottom ul li{
    height: 173px;
    float: left;
    margin: 3px 0;
}
.sx_bottom ul li a{
    display: block;
    width: 255px;
    height: 173px;
    float: left;
    margin-right: 30px;
    padding: 0;
    flex: 1;
}
.sx_bottom ul li a:last-child{
    margin-right: 0;
}
.sx_bottom a>div{
    height: 173px;
    color: #fff;
    position: relative;
}
.sx_bottom a>div img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.sx_bottom a>div>.neir{
    height: 100%;
    padding: 34px 20px 20px 18px;
    border: 1px solid #F2F2F2;
    position: relative;
}
.sx_bottom a:hover h4,.sx_bottom a:hover p{
    color: #fff;
}
.sx_bottom .neir>span{
    display: block;
    width:59px;
    height:23px;
    border-radius: 0 0 0 10px;
    font-size:12px;
    text-align: center;
    line-height: 23px;
    background: #E6E6E6;
    position: absolute;
    right: 0;
    top: 0;
}
.sx_bottom .neir h4{
    font-size: 14px;
    font-weight:bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.sx_bottom .neir h4 i{
    color: #F00;
    font-style: normal;
    margin-right: 2px;
}
.sx_bottom .neir p{
    margin-bottom: 9.5px;
    font-size:12px;
    color: #fff;
    overflow: hidden;
}
.sx_bottom .neir p span{
    display: block;
}
.sx_bottom .neir p span.p_s{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
.sx_bottom>span{
    width: 25px;
    height: 145px;
    position: absolute;
    top: 35%;
    margin-top: -42px;
    cursor: pointer;
    line-height: 84px;
    text-align: center;
    border-radius: 3px;
}
.sx_bottom>span.zd_left{
    left: 5px;
}
.sx_bottom>span.zd_right{
    right: 5px;
}

/* ------------------友情链接--------------------- */
.yqlj_cont{
    /* margin:30px 0 20px; */
}
.you{
    width:100%;
    height:50px;
    background: #fff;
    position: relative;
    padding:7px 50px;
    box-sizing: border-box;
    margin-top: 15px;
}
.you>span{
    position: absolute;
    left:18px;
    top:16px;
}
.dropdown{
    width:30%;
    height:36px;
    float: left;
}
.dropdown:nth-child(2){
    margin:0 50px;
}
.dropdown>button{
    width:100%;
    height:100%;
    border:none;
    outline:none;
    border-radius: 0;
    background:rgba(0, 116, 64, 0.1);
    color: #143465;
    text-align: left;
    padding:0 9%;
    line-height:36px;
}
.dropdown>button:hover{
    background: #155CC7;
    color: #fff;
}
.dropdown>button>span{
    margin-left:10px;
    float: right;
    margin-top: 16px;
}
.dropdown-menu{
    width:100%;
    max-height: 90px;
    overflow-y: auto;
    margin:0;
}
.dropdown-menu>li>a{
    padding:3px 9%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover{
    color: #155CC7;
}
@media screen and (max-width:768px){
    .you{
        padding:7px 30px 7px 80px;
    }
    .you>span{
        left:10px;
    }
    .dropdown {
        height: 36px;
        margin-bottom:20px;
    }
    .news>div>div>div{
        margin-bottom:20px;
    }
}

/* ----------------------右侧固定----------------------- */
.right_fixed{
    width:45px;
    height:140px;
    position: fixed;
    right:0px;
    top:50%;
    z-index: 1000;
    transform: translateY(-50%);
}
.right_fixed>div{
    width: 45px;
    height: 45px;
    position: relative;
    background: #F2F2F2;
}
.right_fixed>div>span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.right_fixed>div>span i{
    font-size: 25px;
}
.right_fixed>div>span:hover{
    color: #155CC7;
}
.right_fixed .fixedyc{
    width:220px;
    height:125px;
    background: #F2F2F2;
    border-radius:5px 0px 5px 5px;
    position: absolute;
    top:85px;
    left:-5px;
    transform: translate(-100%,-50%);
    padding: 10px 15px;
    display: none;
}
.right_fixed .fixedyc p{
    line-height: 25px;
}
.right_fixed .fixedyc p>i{
    font-size: 18px;
    vertical-align: -2px;
    color: #333;
}
.right_fixed .fixedyc p>span{
    cursor: pointer;
    float: right;
}
.big{
    width:139px;
    height:139px;
    background:url(../image/erweima.jpg);
    background-size: 100% 100%;
    position: absolute;
    top:0;
    left:-300px;
    opacity: 0;
    display:none;
}
.big>i{
    width:0;
    height:0;
    display: block;
    border:5px solid transparent;
    border-left:5px solid #fff;
    position: absolute;
    top:20px;
    right:-9px;
}

/*------------------------- 飘窗 ------------------*/
.automv{
    width: 200px;
    height: 150px;
    z-index: 1032;
    position: relative;
}
.automv a{
    display: block;
    width: 100%;
    height: 100%;
}
.automv a img{
    width: 100%;
    height: 100%;
}
.automv span{
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.automv:hover span{
    color: #fc87a3;
}