body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

div,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    box-sizing: border-box;
}

img {
    border: 0;
    vertical-align: top
}

li {
    list-style: none
}

iframe {
    border: none
}

html {
    height: 100%;
    font-size: 16px;
    color: #080404;
}



body {
    height: 100%;
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #0c82ff
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

.cf:after,
.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.bold {
    font-weight: bold
}

.tl {
    text-align: left;
}

.tr {
    text-align: right !important;
}

.clr {
    width: 100%;
    font-size: 1px;
    line-height: 10px;
    clear: both;
}

.mrt {
    margin-top: 1%;
    margin-bottom: 1%;
}

input {
    outline: none;
    border: 0px;
}

img {
    vertical-align: middle;
}

.row {
    padding: 0px;
    margin: 0px;
}

.container {
    padding: 0px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #e70012;
}

a:active {
    text-decoration: none;
}







.headtop {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background-color: #696a6b;
    color: #ffffff; margin-left:auto; margin-right:auto;
}

.headtop p {
    float: right;
}
.headtop p a{ color:#FFFFFF;}
.header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo {
    float: left;
}

.skbox {
    width: 300px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: right;
    border: #078ad3 1px solid;
    border-radius: 25px;
    position: relative;
}

.skbox .search-icon{
    width: 25px;
    height: 40px;
    background-image: url(../images/search.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 10px;
    float: left;
    margin-left: 20px;
}
 
.skbox input {
    float: left;
    height: 40px;
    line-height: 40px;
   
    width: 140px;
}

.skbox .sbt {
    background-color: #078ad3;
    float: right;
    color: #FFFFFF;
    width: 100px;
    text-align: center;
    border-radius:25px 0 0 25px; font-size:16px; font-weight:bold;
}

.dht {
    width: 100%;
  
    line-height: 60px;
    border-top: #f4f4f4 1px solid;
}

.dht .navbox {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
  
    line-height: 60px;
    position: relative;
}

.dht .navbox .nav {
    display: flex;
    justify-content: space-between;
}

.dht .navbox .nav li {
    color: #078ad3;
    line-height: 60px;
    font-size: 18px;
    position: relative;
}

.dht .navbox .nav img {
    width: 21px;
    height: 17px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 5px;
}

.dht .navbox .two-nav {
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    width: 250px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20xp;
    padding-bottom: 10px;
    display: none;
    left: -20px;
    top: 60px;
    border-top: #078ad3 2px solid;
    /* border-bottom: aliceblue; */
1px: s;
}

.dht .navbox .two-nav li {
    line-height: 40px;
    color: #FFFFFF;
    font-size: 15px;
    /* float: left; */
}




.bbj {
    width: 100%;
    background: url(../images/bannerbj.jpg);
    background-color: #f4f4f4;
    background-repeat: repeat-x;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 42px;
}


.banner .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    display: inline-block;
    border-radius: 0%;
    background: #b0b0b0;
    opacity: 1;
    position: relative;
}


.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    border-radius: 0px;
}

.banner .swiper-pagination-bullet-active:before {
    content: "";
    display: block;
    position: absolute;
    animation: rotate 3s;
    top: 0px;
    background-color: #3d8bf2;
    width: 50px;
    height: 2px;
    opacity: 1;

}


@keyframes rotate {
    0% {
        width: 0%;
    }

    ,
    10% {
        width: 20%;
    }

    ,
    50% {
        width: 50%;
    }

    ,
    100% {
        width: 100%;
    }
}


.dyp .title {
    width: 100%;
    border-bottom: #f4f4f4 1px solid;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.dyp .title p {
    width: 300px;
    float: left;
}

.dyp .title p span {
    color: #078ad3;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: #078ad3 4px solid;
    position: absolute;
    bottom: 0px;
}

.dyp .title ul {
    width: 1000px;
    float: right;
    display: flex;
    justify-content: flex-end;
}

.dyp .title ul li {
    font-size: 18px;
    font-weight: bold;
}

.dyp .title ul .on {
    color: #078ad3;
}

.dyp .title ul li:after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
}

.dyp .title ul li:last-child:after {
    content: "";
    margin-left: 0px;
    margin-right: 0px;
}

.dyp .rw {
    width: 100%;
    padding-top: 20px;
}

.dyp .rw .left {
    width: 600px;
    float: left;
}

.dyp .rw .left img {
    height: 400px; width:100%;
}

.dyp .rw .left p {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0px;
    text-indent: 1em;
}




.dyp .rw .left .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
    text-align: right;
    width: 100%;
    padding-right: 30px;
}


.dyp .rw .left .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}

.dyp .rw .left .swiper-pagination-bullet-active {

    background: #007aff;
}


.dyp .rw .right {
    width: 680px;
    min-height: 300px;
    float: right;
}

.dyp .rw .right ul {
    width: 100%;
    margin-top: -15px;
    display: none;
}

.dyp .rw .right ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: #f2f1f1 1px solid;
}

.dyp .rw .right ul li span {
    float: right;
    margin-left: 30px;
    color: #bfbfbf;
}

.dyp .rw .right .selected {
    display: block;
}

.dep {
    padding-top: 20px;
}

.dep .list {
    width: 406px;
}

.dep .mr {
    margin-left: 40px;
}

.dep .list .title {
    width: 100%;
    border-bottom: #f4f4f4 1px solid;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.dep .list .title p {
    width: 300px;
    float: left;
}

.dep .list .title p span {
    color: #078ad3;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: #078ad3 4px solid;
    position: absolute;
    bottom: 0px;
}

.dep .list .title label {
    margin-top: 30px;
    background-color: #f4f4f4;
    padding-left: 15px;
    padding-right: 15px;
    color: #bfbfbf;
    float: right;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.dep .list .title label a {color: #bfbfbf;}

.dep .list ul {
    width: 100%;
    padding-top: 20px;
}

.dep .list ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dep .list ul li span {
    float: right;
    margin-left: 30px;
    color: #bfbfbf;
}

.dsp {
    padding-top: 20px;
}

.dsp .title {
    width: 100%;
    border-bottom: #f4f4f4 1px solid;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.dsp .title p {
    width: 300px;
    float: left;
}

.dsp .title p span {
    color: #078ad3;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: #078ad3 4px solid;
    position: absolute;
    bottom: 0px;
}

.dsp .title label {
    margin-top: 30px;
    background-color: #f4f4f4;
    padding-left: 15px;
    padding-right: 15px;
    color: #bfbfbf;
    float: right;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.dsp ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dsp ul li {
    line-height: 70px;
}

.dsp ul li p {
    float: left;
    padding: 15px;
    border-radius: 5px;
    background-color: #e9f2d2;
    margin-right: 30px;
    line-height: 30px;
}

.dsp ul li:nth-child(2) p {
    background-color: #ffe5ce;
}

.dsp ul li:nth-child(3) p {
    background-color: #ffd8db;
}

.dsp ul li:nth-child(4) p {
    background-color: #cfeaff;
}


.yqlj {
    width: 100%;
    border-top: #078ad3 5px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.yqlj .title {
    border: #f4f4f4 1px solid;
    font-size: 22px;
}

.yqlj .title ul {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    line-height: 45px;
}

.yqlj .title ul li {
    float: left;
    margin-right: 20px;
}

.yqlj .title ul li:after {
    content: "V";
    margin-left: 10px;
    color: #CCCCCC;
}

.yqlj .title ul .on {
    color: #078ad3;
}

.yqlj .title ul .on:after {
    color: #078ad3;
}

.yqlj .list {
    padding-top: 10px;
}

.yqlj .list ul {
    display: none;
}

.yqlj .list .selected {
    display: block;
}

.yqlj .list ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.yqlj .list ul li:after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
}

.footerbj {
    background-color: #1e1e1e;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #777777; width:100%;
}

.footerbj a {
    color: #777777;
}

.footerbj .left {
    width: 500px;
    line-height: 35px;
    float: left;
}

.footerbj .center {
    width: 400px;
    border-left: #2b2b2b 1px solid;
    border-right: #2b2b2b 1px solid;
    float: left;
    text-align: center;
}

.footerbj .center dl {
    width: 100%;
}

.footerbj .center dl dd {
    padding-top: 10px;
}

.footerbj .center dl dt img{ width:140px;}

.footerbj .right {
    width: 300px;
    padding-top: 40px;
    float: right;
    text-align: right;
}

/* collegeIntroduction猫鈥炩劉猫艗聽猫鈥炩�忙聬鈥毭ㄢ�鈩⒚ヅ锯�猫艩鈥櫭┧喡ッβ捙久ヂ伮ヂр�氓鈥犅Ｃ柯矫ㄢ�鈥斆ヂ嵚⒚ㄢ�鈩⒚ㄅ捖犆ㄢ�鈥斆ヂㄢ�猫鈥炩劉茅藛楼脦鲁芒鈥樎┟ヂ佲�猫鈥扳劉猫鈥炩劉氓啪鈥灻ㄅ犫�茅藛楼忙炉卢卯茠啪氓聛庐莽鈩⒙眘s */
.collegeIntroductionImg{
    width: 900px;
    height: 380px;
    background: url(../images/collegeIntroduction.jpg) no-repeat;
    background-size: 900px 600px;
    margin-bottom: 30px;
}
.introduction p{
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
}


/* collegeHonors猫鈥炩劉猫艗聽猫鈥炩�忙聬鈥毭ㄢ�鈩⒚ヅ锯�猫艩鈥櫭┧喡ッβ捙久ヂ伮ヂр�氓鈥犅Ｃ柯矫ㄢ�鈥斆ヂ嵚⒚ㄢ�鈩⒚ㄅ捖犆ㄢ�鈥斆ヂㄢ�猫鈥炩劉茅藛楼脦鲁芒鈥樎┟ヂ佲�猫鈥扳劉猫鈥炩劉氓啪鈥灻ㄅ犫�茅藛楼忙炉卢卯茠啪氓聛庐莽鈩⒙眘s */
.right-content .imggrid{
    width:100% ;
    height: 670px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.right-content .imggrid .honorImg{
    width:290px ;
    height: 210px;
}
.right-content .imggrid .honorImg img{
    width:100% ;
    height: 100%;
}
.page{
    margin: 40px auto;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #959595;
    text-align: center;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* flex-wrap: nowrap; */
}

/* collegeNews猫鈥炩劉猫艗聽猫鈥炩�忙聬鈥毭ㄢ�鈩⒚ヅ锯�猫艩鈥櫭┧喡ッβ捙久ヂ伮ヂр�氓鈥犅Ｃ柯矫ㄢ�鈥斆ヂ嵚⒚ㄢ�鈩⒚ㄅ捖犆ㄢ�鈥斆ヂㄢ�猫鈥炩劉茅藛楼脦鲁芒鈥樎┟ヂ佲�猫鈥扳劉猫鈥炩劉氓啪鈥灻ㄅ犫�茅藛楼忙炉卢卯茠啪氓聛庐莽鈩⒙眘s */
.right-content .news-list{
    width: 100%;
}
.right-content .news-list ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    margin: 20px 0;
}
.news-list .block{
    width: 10px;
    display: inline-block;
    height: 10px;
    background-color: #078ad3;
}
.news-list .msg{
    width: 820px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}