@charset "utf-8";
.xyqyn ul li {
    width: 32%;
}

.school2-2 {
    padding-left: 22px;
    padding-right: 22px;
}

.school2-2 a {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
    padding: 37px 42px 39px 30px;
    border-radius: 10px;
    border: 1px solid #ceded7;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.school2-2 a h5 {
    height: 59px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #111111;
    text-align: justify;
    overflow: hidden;
}

.redLine {
    width: 48px;
    height: 2px;
    margin-top: 17px;
    margin-bottom: 18px;
    background-color: #024daa;
}

.school2-2 a p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #666666;
}

.school2-2 a p::after {
    content: url(../images/icon_schoolJian.png);
    float: right;
}

.school2-2 .slick-prev {
    width: 58px;
    height: 58px;
    background: url(../images/school_left.png) no-repeat;
    background-size: cover;
    left: -22px;
}

.school2-2 .slick-prev::before {
    content: '';
}

.school2-2 .slick-next {
    width: 58px;
    height: 58px;
    background: url(../images/school_right.png) no-repeat;
    background-size: cover;
    right: -20px;
}

.school2-2 .slick-next::before {
    content: '';
}

.school2-2 a:hover h5 {
    color: #024daa;
    font-weight: 600;
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /* width: 20px; */
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}


/* .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
} */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}


/* .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.slick-prev {
    left: 0;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'â†';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: 'â†’';
}

[dir='rtl'] .slick-next:before {
    content: 'â†';
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}


.wap-menu {
    position: fixed;
    top: 16px;
    right: 12px;
    z-index: 99999;
    font-size: 0;
}

.news-tit {
    padding: 20px 0 15px;  position: relative;
  border-bottom: 1px solid #ededed; margin-bottom: 10px;
}

.news-tit b {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #006fc4; 
background: url(../images/line.jpg) left center no-repeat; padding-left:20px;}

.more {
    float: right;
    position: relative;

}

.more:hover img {
    transform: rotate(180deg);
}

.more .gd {
    color:#0043a4;
    font-size: 16px;
}

.more img {
    vertical-align: middle;
    transition: all 0.6s;
}

.jia {
    position: absolute;
      font-size: 16px;
    color: #3e99d5;
}

.s1-l {
    float: left;
    width: 46.6%;
    box-shadow: 0px 4px 10px 0px rgb(10 11 24 / 20%);

}
.s2-l {
    float: left;
    width: 46.6%;
}
.s2-r {
    width: 50.4%;
    float: right;
}
.news-c {
    margin-top: 23px;
}


.s1-lpic li a {
    display: block;
}

.s1-lpic li a:hover h3 {
    text-decoration: underline;
}

.newspic {
    height: 457px;
    position: relative;
    overflow: hidden;
}

.newspic img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition-property: width, height;
    transition-duration: 0.6s;
    object-fit: cover;
}

.newspic img:hover {
    width: 105%;
    height: 105%;


}

.s1-linfo {
    background: url(../images/news-banner-bj.png) no-repeat;
    background-size: cover;
    padding: 0 30px;
    position: absolute;
    bottom: 0px;
    height: 95px;


}

.s1-lpic h3 {
    color: #FFF;
    font-size: 18px;
    line-height: 95px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.s1-lpic p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 32px;
    color: #0f579f;
}

.s1-lpic p span {
    font-size: 24px;
    font-weight: bold;
    color: #0f579f;
}

.s1-lpic .slick-dots {
    bottom: 30px;
    right: -3px;
    width: auto;
    font-size: 0;
}

.s1-lpic .slick-dots li:nth-child(1)::after {
    content: '01';
    color: #fff;
    font-size: 12px;
}

.s1-lpic .slick-dots li:nth-child(2)::after {
    content: '02';
    color: #fff;
    font-size: 12px;
}

.s1-lpic .slick-dots li:nth-child(3)::after {
    content: '03';
    color: #fff;
    font-size: 12px;
}

.s1-lpic .slick-dots li {

    width: 10px;
    height: 15px;
    margin: 0 8px;
    padding: 2px;
    transition: all 0.3s;

}

.s1-lpic .slick-dots li button {
    display: block;
    display: none;
}

.s1-lpic .slick-dots li.slick-active {
    background-size: 100%;
    border: 3px solid #684813;
    border-right: none;
}

.s1-r {
    width: 50.4%;
    float: right; 
   
}

.s1-r ul .slick-list {
    padding-top: 50px;
}

.s1-r1 li {
    float: left;
    width: 48%;
}

.s1-r1 li:nth-child(1) {
    margin-right: 4%;
}

.s1-r li a {
    display: block;
    position: relative;
    transition: all 0.3s;
    top: 0;

}

.s1-r li.slick-slide.slick-current a {
    top: -50px;
}

.s1-r li a .pic {
    height: 240px;
    padding-top: 0;
}


.s1-rinfo {

    padding: 32px 25px 35px 25px;
    position: relative;
    transition: all 0.3s;


}

.shumiao {
    background: #fff url(../images/shumiao.png) no-repeat;

    background-position: 94% 43%;
}

.s1-rinfo h3 {
    font-size: 18px;
    line-height: 28px;
    color: #111;
    overflow: hidden;
    height: 56px;
    margin-bottom: 16px;

}

.s1-rinfo p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
    height: 65px;
    overflow: hidden;
    margin-top: 28px;
    padding-top: 20px;
    height: 46px;

}

.s1-rinfo span {
    position: absolute;
    color: #1689d5;
    font-size: 14px;
}



.s1-r li a:hover .s1-rinfo h3 {
    color: #0053a7;
}

.news-item {
display: flex

}

.news-item h3 {
    font-size: 18px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.news-item h3:hover {
    color: #0053a7;
}

.news-item span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    background: #024daa;
    margin: 8px;
    padding: 20px;width:60px;

}

.news-item p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 23px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news-r-t {
    display: block;
  
}


.foot-x
 {
     margin-top: 80px;    color:#fff;padding-left: 20px;
}
.foot-c {
    padding-bottom: 33px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;min-height: 240px;
}
.foot-x img {
    max-width: 100%;
}
.foot-x p{line-height: 32px;    display: flex;
    align-items: center;}
.foot-c .foot-x:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;width:33%;
}
.foot-x:nth-child(1){width:33%;}
.foot-x:nth-child(3){width:33%;    display: flex;}
.b.px1400 {
    display: flex;justify-content: space-between;
}
.b ul.yqlj {
    display: flex;
}
ul.yqlj li a {
    color: #fff;
}
.b ul.yqlj li {
    padding: 0 5px;
    border-right: 1px solid #ffffff;
}
.b ul.yqlj li:last-child{
    border-right: 0;
}
.foot-x p.ss:nth-child(1):before {
    content: ""; /* 设置为空 */
    width: 20px; /* 设置宽度 */
    height: 20px; /* 设置高度 */
    background-image: url('../images/weizhi.png'); /* 设置背景图片 */
    background-size: cover; /* 确保图片覆盖整个区域 */
    background-position: center; /* 图片居中 */
    display: inline-block; /* 确保它作为一个内联块显示 */
    margin-right: 10px; /* 添加一些空间 */
}
.foot-x p.ss:nth-child(2):before {
    content: ""; /* 设置为空 */
    width: 20px; /* 设置宽度 */
    height: 20px; /* 设置高度 */
    background-image: url('../images/dianhua.png'); /* 设置背景图片 */
    background-size: cover; /* 确保图片覆盖整个区域 */
    background-position: center; /* 图片居中 */
    display: inline-block; /* 确保它作为一个内联块显示 */
    margin-right: 10px; /* 添加一些空间 */
}
.foot-x p.ss:nth-child(3):before {
    content: ""; /* 设置为空 */
    width: 20px; /* 设置宽度 */
    height: 20px; /* 设置高度 */
    background-image: url('../images/email-fill.png'); /* 设置背景图片 */
    background-size: cover; /* 确保图片覆盖整个区域 */
    background-position: center; /* 图片居中 */
    display: inline-block; /* 确保它作为一个内联块显示 */
    margin-right: 10px; /* 添加一些空间 */
}
.foot-x p.ss:nth-child(4):before {
    content: ""; /* 设置为空 */
    width: 20px; /* 设置宽度 */
    height: 20px; /* 设置高度 */
    background-image: url('../images/hebingxingzhuangcopy.png'); /* 设置背景图片 */
    background-size: cover; /* 确保图片覆盖整个区域 */
    background-position: center; /* 图片居中 */
    display: inline-block; /* 确保它作为一个内联块显示 */
    margin-right: 10px; /* 添加一些空间 */
}
a.djbm {
    background: #0043a4;
    padding: 6px 20px;
    color: #fff;
    border-radius: 4px;
}
.xy13 p {
    line-height: 30px;margin-bottom:8px;
}
.xy13>div {
    padding: 13px;min-height: 140px;
}
.news-r-b {
    display: block;
    background: url(../images/news-list-bj2.png) no-repeat;
    background-size: cover;
}

.news-r-b h3 {
    color: #fff;

}
.zzqx:hover>div{
       box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.8);
}
.dib img:hover {
 transform: scale(1.1);
}
.news-r-b span {
    color: #ffffff;
    opacity: 0.6;
}

.news-r-b p {
    color: #ffffff;
    opacity: 0.6;

}

.index {

    padding-top: 10px;
    background-size: cover;

}

.sci-box {
    margin-top: 30px;
}

.sci-c {
    margin-top: 29px;
}

.sci-more:hover {
    transform: rotate(180deg);
}

.sci-l {
    width: 62.5%;
    float: left;
    box-shadow: 0px 0px 5px 0px rgba(12, 3, 6, 0.14);
    margin-right: 1.9%;

}

.sci-img {
    float: left;
    width: 374px;
    height: 266px;
    overflow: hidden;
    position: relative;


}

.sci-img img {
    position: absolute;
    transition: all 0.6s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sci-txt {
    border-top: 5px solid #0094de;
    overflow: hidden;
    padding: 39px;
    background: #fff url(../images/sci-bj.png) no-repeat;
    background-position: 80% 20%;

}

.sci-txt span {
    color: #0094de;
    font-size: 14px;
}

.sci-txt h3 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
}

.sci-txt h3:hover {
    color: #0053a7;
}

.sci-txt p {
    color: #999;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

.sci-l {
    position: relative;
}

.sci-btn {
    position: absolute;
    bottom: -7px;
    right: 14px;
    cursor: pointer;
    width: 80px;
    height: 30px;
    padding: 10px;
}

.sci-btn span:last-child {
    margin-left: 44px;
}

.sci img:hover {
    transform: scale(1.05);
}

.sci-r {
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(12, 3, 6, 0.14);
    position: relative;
}

.sci-r .slick-dots li {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border: solid 2px #0094de;
    border-radius: 50%;
}

.sci-r .slick-dots .slick-active {
    background-color: #0094de;
    border: solid 2px #0094de;
}

.sci-r .slick-dots {
    display: inline-block;
    bottom: 15px;
    right: 25px;
    width: auto;
}

.acade-img1 {
    position: relative;
    padding-top: 48%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.acade-img1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    object-fit: cover;
}
.acade-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    padding: 0px;
}



.acade-r3 {
   border-radius: 10px;
   border: 0px solid #ceded7;
   padding: 0px;
   width:33%;
   float: right;overflow:hidden;
}
.acade-r2 {
   border-radius: 10px;
   border: 0px solid #ceded7;
   padding: 0px;
   width: 36%;
   float: right;
}

.acade-r2 ul li {
    width: 100%; margin: 5px 5px 20px 5px;
 }

.acade-r2 ul li a {
    display: block;
}

.acade-r2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    padding: 0px;
}



.sbd{display:flex;}
h2.zxs {
    font-weight: normal;
    font-size: 16px;
}
.notice-d3 {
   padding-right: 10px;
}
.dd {
    display: flex;
    justify-content: space-between;font-size: 14px;    margin: 10px 0 0 0;display:none;
}

.notice-d1 {
    width: 80px;
    background: #0053a7;
    margin: 15px;
    border-radius: 10px;
    position: absolute;z-index:1;
}
.notice-d1 p {
       color: #fff;
    font-size: 16px;
    padding: 10px;
}
.notice-d1 h3 {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
}
.acade {

display: block;

overflow: hidden;
}

.acade-c {
 width: 65%;
 float: left;
}

.acade-img {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.acade-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    object-fit: cover;
}

.acade-img img:hover {
    transform: scale(1.05);
}

.acade-l {
    width: 61.48%;
    border: 1px solid #ceded7;
    border-radius: 0 0 10px 10px;
    float: left;
}

.acade-txt {
    padding: 10px 18px;

}
.tj {
    display: flex;
    justify-content: space-between;
    margin: 58px 0;display:none;
}
.acade-txt h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 18px 0;

}

.acade-txt h2:hover {
    color: #333;
}

.acade-txt p {
       font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.acade1 {

}

.acade2 {
    background: url(../images/l-w.png) no-repeat;
    padding-left: 30px;
    background-position: 0 4px;
}

.acade3 {
    background: url(../images/t-w.png) no-repeat;
    padding-left: 30px;
    background-position: -2px 2px;
}

.acade-l a {
    display: block;
}

.acade-r {
   border-radius: 10px;
    border: 0px solid #ceded7;
    padding: 0px;
width:56%;

}

.acade-r ul li {
    width: 47%; margin: 5px 5px 20px 5px;
 }

.acade-r ul li a {
    display: block;
}

.acade-list:hover {
    background-color: #f3faff;
    box-shadow: 0px 0px 24px 0px rgba(12, 3, 6, 0.19);
}

.acade-list:hover h2 {
    color: #0094de;
}

.acade-list {
    padding: 17px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);

}

.acade-list>h2 {
    color: #111;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;min-height: 60px;
}

.acade-list p {
    color: #004980;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;

}





.notice-box {
    width: 100%;
    padding-top: 65px;
    background: url(../images/notice-bj.png) no-repeat;
    background-size: cover;
    background-position: -90px -215px;

}

.notice-c {
    padding-top: 15px;
}

.notice-c ul li {
    width:15.2%;
    float: left;
    transition: all .6s;    
padding: 0 0.7%;


}

.notice-c ul li:nth-child(3n+2) {
   
}
p.xq {
    padding: 5px;
    color: #0f579f;
}
.notice-c ul li:hover {
    transform: translateY(-21px);
}

.notice-c ul li a {
    display: block;
    position: relative;
    background-color: #fff;
     overflow: hidden;border-radius: 10px;
border: 1px solid #ceded7;padding:10px;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);

}

.notice-c ul li a:hover {
    background-color: #0094de;
}

.notice-c ul li a:hover h3 {
    color: #fff;
}

.notice-c ul li a:hover p {
    color: #fff;
}

.notice-c ul li a:hover .notice-d {
    color: #fff;
    background: url(../images/n-tree-bj-b.png) no-repeat;
    background-position: 0 30px;
}

.notice-d {
    width: 80px;
    background: #0053a7;
    margin: 15px;
    border-radius: 10px;
}

.notice-d h3 {
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
}

.notice-d p {
    text-align: center;
    color: #fff;
    opacity: 0.66;
    font-size: 15px;    padding: 10px 0;
}

.notice-txt p {
    line-height: 28px;
    color: #000;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;padding:10px;

}



.xyqyn *{font-size:15px;line-height: 26px;}

.xyqyn {
background: url(../images/xyqybg.jpg);
background-repeat: repeat-x; /* 水平平铺 */
background-position: center top; /* 背景图片居上 */
margin-top: 30px;
border-radius: 10px 10px 0 0;
}


.xyqyn ul {
    display: flex;
    justify-content: space-around;
}


.xyqyn ul li.xyqy1 {
    /* width:30%; */
}

.xyqyn ul li.xyqy2 {
  /* width:35%; */
}
.xyqyn ul li.xyqy3 {
    /* width:35%; */
}

.xyqyn ul li

 {
    margin: 1%;
}



.zyjg ,.zyjg2{
    display: flex;
}


.zyjg img
 {
    width: 50%;height:100%; margin-top: 18px;
}
.zyjg1 img
 {
    width: 50%;height:100%; margin-top: 18px;
}

.zyjg2 img
 {
    width: 50%;height:100%; margin-top: 18px;
}


.zyjg ,.zyjg1,.zyjg2 {
    padding: 17px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);    border-radius: 10px;
}


.xytitle {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
       font-size: 24px;
    font-weight: 600;
}

.xy13 {
    width:100%;
}

p.rd { font-size: 16px;
    font-weight: 600;
}

.ckxq {
padding: 5px 20px;
    border-radius: 6px;
    color: #0053a7;
    border: 1px solid #0053a7;display: block;
  
}

.flx {
    display: flex;
    justify-content: space-between;align-items: flex-end;
}
.zyjg1 img

 {
    max-height: 105px;
}

.zyjg .ckxq,.zyjg2 .ckxq
 {
    width: 72px;
    display: block;
    margin: 0px auto 5px auto;
}

.flx>div {
    width: calc(100% - 120px);
}

@media screen and (max-width: 1425px) {
    .s1-linfo h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1300px) {

    .s1-linfo {
        padding: 0 10px;
    }

    .s1-linfo h3 {

        font-size: 15px;
    }

    .s1-lpic .slick-dots {
        bottom: 6px;
    }

    .acade-list {
        padding: 17px 20px;
    }
}

@media screen and (max-width: 1200px) {

    .s1-linfo {
        padding: 0 10px;
    }

    .s1-linfo h3 {

        font-size: 15px;
    }

    .s1-lpic .slick-dots {
        bottom: 6px;
    }

    .acade-list {
        padding: 37px 20px;
    }

    .acade-list>h2 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .s1-lpic li a .newspic {
        padding-top: 70%;
        height: 0px;
    }

.seaBtn {
      display: none;
}



.xyqyn ul {
        display: block;
    }
.xyqyn ul li.xyqy1,.xyqyn ul li.xyqy2,.xyqyn ul li.xyqy3

 {
    width: 100%;
}
    .s1-l {
        float: none;
        width: auto;
    }

    .s1-r {
        margin-top: 30px;
        float: left;
        width: 100%;display: block;overflow: hidden;
    }

.s1-l {
    float: left;
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgb(10 11 24 / 20%);

}
.s2-l {
    float: none;
    width: 100%;
}
.s2-r {
    width: 100%;
    float: none;
}

.acade-l {
    width: 100%;
    float: none;
   
}
.acade-c {
 width: 100%;
    float: none;
}
.acade-r2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    padding: 0px;
}

.acade-r3 {
   border-radius: 10px;
   border: 0px solid #ceded7;
   padding: 0px;
   float: none;
    width: 100%;overflow:hidden;
}
.acade-r2 {
   border-radius: 10px;
   border: 0px solid #ceded7;
   padding: 0px;
 float: none;
    width: 100%;
}

    .acade-r {
        margin-top: 30px;
    }

    .sci-l {
        width: 100%;
        float: none;
    }

    .sci-txt {
        padding: 39px;

    }

    .sci-r {
        margin-top: 30px;
    }

    .notice-c ul li {
        width: 48%;
    }


    .footer-box {
        background-position: center -15px;
        padding-top: 25px;
    }

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width:760px) {

.foot-c {
    display: block;padding:10px;
}
.xyqyn ul {
    display: block;
 }
.foot-x {
    padding-left:0;
}

.acade-r

 {

    width: 100%;
}
.s1-linfo {
    width: 20%;
}

    .footer-box {
        background-position: center -62px;
        padding-top: 0px;
    }

    .s1-r li a .pic {
        padding-top: 68%;
        height: 0px;
    }

    .notice-c ul li {
        width: auto;
        float: none;
        padding-right: 0px !important;
    }

    .acade-r ul li {
        width: 100%;

    }

.xyqyn ul li.xyqy1,.xyqyn ul li.xyqy2,.xyqyn ul li.xyqy3

 {
    width: 100%;
}

.foot-x

 {
    width: 100% !important;
}


    .s1-r li {
        float: none;
        width: auto;
    }

    .s1-r li:nth-child(1) {
        margin-bottom: 23px;
    }

    .s1-r li:nth-child(1) {
        margin-right: 0;
    }

    .sci-btn {
        bottom: -12px;
        right: 10px;
    }
    .sci-r .slick-dots {
        bottom: 12px;
        right: 16px;
    }

    .sci-txt {
        padding: 20px 15px;
        padding-bottom: 36px;
    }
    .sci-txt h3{
        margin: 15px 0;
    }
    .index {
        padding-top: 30px;
    }

    .acade {
   
    }

    .notice-box {
        padding-top: 30px;
    }

    .sci-img {
        width: 100%;
        float: none;
        padding-top: 66%;
        height: 0;
    }

    .s1-rinfo {
        padding: 15px 13px 15px 13px;
    }

    .news-item {
 
    }

    .notice-c ul li {
        margin-bottom: 20px;
    }
    .notice-d {
        top: -4px;
        left: 12px;
       
    }
    .notice-c ul li a{

    }
    .acade-txt h2{
        margin-bottom: 10px;
    }
    .acade-txt{
        padding: 30px 15px;
    }
    .acade-list{
        padding: 20px 15px;
    }
    .acade-r{
        margin-top: 20px;
    }
    .news-tit b {
        font-size: 22px;
    }
    .news-tit{
        padding: 6px 0 13px 51px;
        background-size: 130px;
    }
    .index{
        padding-top: 20px;
    }
    .sci-box{
        margin-top: 20px;
    }
    .sci-r{
        margin-top: 20px;
    }
    .acade{
        margin-top: 20px;
    }
    .acade-c{
        margin-top: 15px;display: block;
    }
    .notice-box{
       padding-top: 20px;
    }
    .notice-c{
        padding-top: 20px;
    }
    .acade-r ul li {
        width: 100%;

    }
}

@media screen and (max-width:568px) {
    .foot-l ul li {
        width: 33.3%;
    }

    .acade-r ul li {
        width: 100%;
        float: none;

    }
}


@media screen and (max-width:360px) {
    .s1-linfo {
    width: 19%;
   }
}




/**自定义新闻列表**/

.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: "";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.mbox  {
	margin-top: 10px;
}
.mbox li {
    float: left;
    width: 100%;
	margin-bottom: 15px;
}
.mbox .news_box.clearfix {
    
    margin: 0 15px;
    background: #fff;
    border-bottom: 4px solid rgba(227,227,227,.8);
    border-right: 4px solid rgba(227,227,227,.8);
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.mbox ul.news_list.clearfix {
    margin: 0 -15px;
}

.mbox .tt {
    margin-bottom: 20px;
}
.mbox .news_date {
    width: 80px;
    background: #437ad5;
	    float: left;
		    padding: 5px 0;font-family: 微软雅黑;
}
.mbox .news_days {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 28px;
	    line-height: 32px;font-family: 微软雅黑;
}
.mbox .news_year {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 32px;font-family: 微软雅黑;
}
.mbox .news_con {
    margin-left: 100px;
    padding-right: 20px;
}
.mbox .news_title {
    font-size: 18px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.mbox  .news_text {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.notice{display: block;
    width: 100%;
    padding: 10px 0 40px; margin: 30px 0;
    background: url(../images/bg3.jpg) no-repeat top center;
    background-size: cover;

}

.notice .news-item2 {color: #111;background: url(../images/dot.png) no-repeat center left;padding-left: 15px;}



.notice .news-item2 {
display: flex

}

.notice .news-item2 h3 {
    font-size: 18px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.notice .news-item2 h3:hover {
    color: #0053a7;
}

.notice .news-item2 span {
    color: #024daa;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 8px;
    padding: 0px;width:4rem;

}

.notice .news-item2 p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 23px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.notice .news-r-t2 {
    display: block;
  
}



.list1 {
    width: 100%;
    line-height: 30px;
}

.list1 ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    background: url(../images/dot.png) left center no-repeat;
}

.list1 ul li a {
    font-size: 17px;
    color: #222;
    float: left;
    padding-left: 15px;
    position: relative;
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}





.list1 ul li a:hover {
    padding-left: 25px;
    color: #084699;
}

.list1 ul li span {
    font-size: 16px;
    color: #888;
    display: block;
    float: right;
}

#gundong_ul{
    position:relative;
    display: block;height:50vh;overflow:hidden;}

.cd-news-left{float:left;width:33.2%;}
.cd-new-tit{width:100%;height:50px;border-bottom:3px solid #1f3a67;background-position:-45px -15px;}
.cd-shool{float:left;margin-left:10px;font-size:22px; font-weight:800;line-height:50px;}
.titile-bj{width:250px;height:45px;}
.cd-new-plus{float:right;width:50px;height:20px;margin-right:15px;margin-top:15px;text-align:center;line-height:18px;cursor:pointer;font-size:12px;}
.cd-new-plus2{float:right;width:50px;height:20px;margin-right:5px;text-align:center;cursor:pointer;font-size:12px;font-weight:400;line-height:18px;}
.study-list{width:100%;overflow:hidden;padding-bottom:10px;}
.study-each{position:relative;margin-top:8px;}
.mation{width:75%; margin-left:25px;cursor:pointer;font-size:15px;}
.zj-wids .study-each .mation{width:68%;}
.mation:hover{color:#D75744;}
.study-each .mation:before{
    content:'';
    display:block;
    width:10px;
    height:10px;
    background:#e5e5e5;
    border-radius:50%;
    position:absolute;
    margin-top:3px;
    top:5px;
    left:10px;}
.study-time{position: absolute;top: 0;right: 0;color: #999;margin-right:15px;}
.cd-news-right{float:right;width:33.2%;}