/* reset */
html,body,h1,h2,h3,h4,ul,ol,li,a,span,div,dl,dt,dd,table,tr,td,th {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

.container {
    /* width: 1140px; */
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none !important;
}

p {
    font-family: "微软雅黑" !important;
}

.mt20 {
    margin-top: 20px;
}

.padding0 {
    padding: 0;
}

.clearFix {
    clear: both;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

html {
    height: 100%;
    overflow-x: hidden;
}

/* header */
header {
    background: #083A7C;
    width: 100%;
    z-index: 9999;
}

.header .top {
    padding: 34px 0;
}

.header .top .head-center {
    height: 50px;
}

.header .top .head-center .head-btn {
    height: 28px;
    width: 60px;
    line-height: 28px;
    text-align: center;
    float: left;
    margin: 10px 0;
    opacity: 0.8;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: all linear .4s;
}

.header .top .head-center .head-btn:hover {
    opacity: 1;
}

.header .top .head-center ul {
    float: left;
    padding-left: 10px;
    margin: 0px;
}

.header .top .head-center ul li {
    float: left;
    color: #fff;
    line-height: 50px;
    opacity: 0.7;
    font-size: 13px;
    margin: 0 0 0 10px 0;
}

.header .top .head-center ul li i {
    margin: 0 10px 0 15px;
    font-size: 16px;
}

.header .top a {
    color: #fff !important;
}

.header .head-right {
    margin-top: 1px;
}

.header .head-right .topSearch {
    min-width: 159px;
    border: none;
    background: none;
    border-bottom: 1px solid #D2D2D2;
    outline: none;
    opacity: 0.5;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    letter-spacing: 0;
}

.header .head-right .search-change {
    color: #fff;
    margin: 3px;
}

.header .nav .active a {
    color: #083A7C;
    border-bottom: 4px solid #083A7C;
}

.header .nav {
    height: 45px;
    padding-left: 15px;
    position: relative;
}

.header .nav li {
    float: left;
    width: 12.25%;
    text-align: center;
    color: #333;
    height: 45px;
    font-size: 14px;
    background: #fff;
    position: relative;
}

.adminstration-table li em {
    font-style: normal;
}

.adminstration-table li a {
    color: #083A7C;
}

.adminstration-table li {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px
}

/* .header .nav li:hover a {
    border-bottom: 4px solid #083A7C;
    color: #083A7C;
} */

.header .nav-menu .block {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    height: 3px;
    width: 12.5%;
    background: #114A8E;
    z-index: 9999;
    display: none;
}



.header .nav li:hover .dropdown-content {
    display: block;
}

.header .nav .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0;
    border-top: 1px solid #eee;
    z-index: 1000;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    margin-top: 0px;
}

.share-word {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 24px;
    color: #999;
}

.right-info {
    margin-bottom: 50px;
}

.header .nav .dropdown-content li {
    list-style: none;
    text-align: center;
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.header .nav .dropdown-content li a {
    padding: 0;
    margin: 0;
    background: inherit;
    display: inline;
}

.search-open {
    display: none;
    margin: 0;
}

.search-open .head-search {
    /*margin-top: 0px;*/
    float: right;
    color: #fff;
    margin: 0px
}

.news-box1 {
    height: 363px;
    width: 100%;
}

.head-search input {
    color: #fff !important;
}

.header .top .search-open .head-search i {
    border: none;
    top: 18px;
}

.header .nav .dropdown-content li a {
    color: inherit;
    border: none;
    text-decoration: none;
}

.header .nav .dropdown-content li:hover {
    color: #083A7C;
    background: #eee;
}

.bgwhite {
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    /*border-bottom: 1px solid;*/
    /*border-color: rgba(153, 153, 153, 0.3);*/
}

.header .nav li a {
    background: #fff;
    color: inherit;
    display: inline-block;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 9px;
    border-bottom: 3px solid #fff;
}

/* footer */
footer {
    width: 100%;
    background: #3370B6;
    padding: 60px 0 0 0;
    /*overflow: hidden;*/
    position: absolute; 
    bottom: 0; 
}

.foot-right-top-link {
    font-family: Helvetica-Bold;
    font-size: 20px;
    color: #F4A029;
    letter-spacing: 0.41px;
}

.foot-right-bottom-link {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
    text-align: right;
}

.foot-right-bottom-link .link {
    margin-right: 10px;
    color: inherit;
}

.social-share .social-share-icon {
    color: #fff!important;
}

.social-share .social-share-icon {
    border-radius: 0!important;
}

.social-share {
    margin-top: 10px;
    float: right;
}

.social-share .icon-weibo {
    background: #ff763b!important;
}

.social-share .icon-wechat {
    background: #7bc549!important;
}

.social-share .icon-qq {
    background: #56b6e7!important;
}

.footer-bottm-text p {
    margin: 0px;
}

.footer-bottm-text {
    margin: 30px auto 0 auto;
    padding: 23px 0 34px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;

    opacity: 0.6;
    letter-spacing: 0;
    line-height: 26px;
}

#lunbo {
    margin-top: -123px;
}

.new-list li {
    height: 209px;
}

.new-list .img-out {
    height: 149px;
    width: 261px;
    float: left;
    margin-right: 30px;
    overflow: hidden;

}

.new-list .img-out img:hover {
    transform: scale(1.1);
}

.new-list .img-out img {
    height: 100%;
    width: 100%;
    animation: all 2s;
}

.news-box h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-top: 35px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-box h5:hover {
    color: #2a5496;
}

.news-box p {
    color: #999;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mt120 {
    margin-top: 120px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    font-weight: 700;
}

/* banner */
.banner {
    height: 340px;
    background: red;
    margin-bottom: 40px;
    width: 100%;
    background: rgba();
    text-align: center;
}

.banner h1 {
    color: #fff;
    font-size: 32px;
    padding-top: 70px;
    padding-bottom: 5px;
    font-family: Helvetica;
    font-weight: 600;
    text-shadow: 2px 2px 0px #000;
}

.banner h4 {
    color: #fff;
    font-size: 32px;
    padding-top: 109px;
    padding-bottom: 5px;
    font-family: Helvetica;
}

.banner span {
    color: #fff;
    font-size: 14px;
}

/* main */
main {
    padding-bottom: 270px;
}

.index main {
    padding-bottom: 250px;
}

/* index */
/* swiper */
.index .top_banner {
    height: 487px;
}

.index .top_banner .swiper_banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.index .top_banner .row {
    position: absolute;
    bottom: 35px;
}

.index .top_banner .timeBox {
    border-right: 1px solid #979797;
    max-width: 101px;
}

.index .top_banner .day {
    font-family: Helvetica;
    font-size: 54px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.index .top_banner .month {
    font-family: Helvetica;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-indent: 1rem;
}

.index .top_banner .right-title {
    font-family: Helvetica-Bold;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.index .top_banner .right-conter {
    font-family: Helvetica;
    font-size: 16px;
    color: #FFF;
}

.index #myCarousel .container {
    position: relative;
    height: 100%;
}

.index #myCarousel .nextBox {
    position: absolute;
    bottom: 32px;
    right: 0;
    color: #fff;
    z-index: 10;
}

.index #myCarousel .nextBox .left-btn, #myCarousel .nextBox .right-btn {
    border: 1px solid #BABABA;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 26px;
    margin-left: 20px;
    outline: none;
    cursor: pointer;
}

.index .mainBox {
    margin: 48px auto 50px auto;
}

.index .mainTitle {
    font-family: Helvetica-Bold;
    font-size: 24px;
    color: #083A7C;
    letter-spacing: 0.5px;
    margin-bottom: 19px;
}

.index .mainTitle span {
    font-family: Helvetica;
    font-size: 12px;
    color: #3059B3;
    letter-spacing: 0;
}

.index .projectList {
    margin: 0 0 17px 0;
}

.index .projectList img {
    width: 100%;
    object-fit: cover;
}

.index .projectList  h4 {
    font-family: Helvetica-Bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    height: 52px;
}

.index .projectList p {
    font-family: Helvetica;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}

.index .projectTitle {
    font-family: Helvetica;
    font-size: 12px;
    color: #3059B3;
    letter-spacing: 0;
    padding: 24px 0 9px 0;
} 

.index .projectTitle  .fangBox {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #083A7C;
    margin: 0 8px 0 0;
}

.about-other {
    height: 408px;
    background: #467BCD;
    margin-top: 10px;
    margin-bottom: 30px;
}

.projectList  h4 {
    font-family: Helvetica-Bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    height: 52px;
}

.projectList p {
    font-family: Helvetica;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}

.index .rightNewList {
    border-top: 1px solid #ccc;
}

.index .rightNewList li {
    margin: 24px 0 0 0;
}

.index .rightNewList .timeBox {
    font-family: Helvetica;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
}

.index .rightNewList .newsContentTxt {
    font-family: Helvetica-Bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    height: 73px;
}

/* bottom swiper */
.bottomSwiper {
    width: 100%;
    background: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 43px 0 55px 0;
    position: relative;
}

.yuandian li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #BBBBBB;
    margin-left: 13px;
}

.yuandian li.active {
    background: #083A7C;
}

.bottomSwiperMain li {
    margin-right: 15px;
}

.bottomSwiperMain li .left-time {
    padding-left: 0;
    border-right: 1px solid #979797;
    height: 51px;
}

.bottomSwiperMain li .left-time .man {
    font-family: Helvetica;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}

.foot-right-top-link a {
    margin-right: 30px;
}

.bottomSwiperMain li .left-time .day {
    font-family: Helvetica;
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    margin-top: -5px;

}

.bottomSwiperMain li .right-conter-title {
    font-family: Helvetica;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    /* 两行省略 */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bottomSwiperMain li .right-conter-center {
    font-family: Helvetica;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    height: 14px;
    /* 单行省略 */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}

.tab-nav {
    margin-top: 48px;
}

.tab-nav ul li {
    display: inline-block;
    padding: 4px 25px;
    font-family: Helvetica-Bold;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
}

.tab-nav ul li.active {
    border-bottom: 4px solid #083A7C;
    color: #083A7C;
}

.bottom-link-list {
    width: 100%;
    background: url(../img/indexBottomLinkBg.png) no-repeat center center;
    background-size: cover;
    padding: 57px 0 0 0;
}

.bottom-link-list .left-title {
    font-family: Helvetica-Bold;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.bottom-link-list .left-small-text {
    font-family: Helvetica;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}

.bottom-link-list dl {
    margin: 0 0 30px 0;
}

.bottom-link-list dt {
    font-family: Helvetica-Bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    border-bottom: 1px solid #979797;
    padding: 0 0 10px 0;
    margin: 0 auto 32px auto;
}

.bottom-link-list dd {
    font-family: Helvetica;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.33px;
    margin-top: 15px;
    margin-left: -7px;
}

.bottom-link-list dd i {
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
}

.mob-head .mob-en {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    line-height: 25px;
}

.lunbo-box {
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 500px;
    height: 54px;
}

.mob-head {
    height: 44px;
    text-align: center;
    position: relative;
    line-height: 44px;
}

.mob-head img {
    height: 25px;
    display: inline-block;
}

.mob-head .mob-head-open {
    color: #fff;
    position: absolute;
    top: 3px;
    right: 15px;
    font-size: 30px;
    display: block;
    height: 25px;
    width: 25px;
}

.mob-head-content li {
    text-align: center;
    color: rgba(255, 255, 255, .85);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #A7A7A7;
    border-color: rgba(167, 167, 167, .4);
    position: relative;
}

.mob-head-content li i {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 18px;
}

.mob-head-content .mob-head-child li {
    background: #fff;
    color: #083A7C !important;
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 12px;
}

.head-search {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.mob-hide {
    display: none;
}

.head-search i {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 8px;
}

.head-search input {
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
    height: 30px;
    background: none;
    padding: 3px;
    text-indent: 4px;
}

.flex {
    height: 60px;
}

.flex li {
    width: 50%;
    float: left;
    color: #fff;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(167, 167, 167, .4);
    height: 100%;
    text-align: center;
}

.flex li i {
    display: block;
    margin-top: 7px;
    font-size: 18px;
    margin-bottom: 5px;
}

footer .foot-copy {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-top: 5px;
}

.flex li:last-child {
    border-right: none;
}

.header .top .head-center ul li {
    float: left;
    color: #fff;
    line-height: 50px;
    opacity: 0.7;
    font-size: 13px;
    transition: all linear .4s;
}

.header .top .head-center ul li:hover {
    opacity: 1;
}

.aside li {
    /* height: 54px; */
    /* text-indent: 20px; */
    color: #333;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    /* line-height: 54px; */
    padding: 15px 20px;
}

.aside li:hover {
    color: #4778CF;
}

.aside li i {
    font-size: 18px;
    /* line-height: 47px; */
    float: right;
    color: #333;
    padding-right: 30px;
}

.aside li a {
    display: block;
    color: inherit;
}

.foot-yellow {
    color: #F4A029;
    font-size: 16px;
}

.aside .child {
    display: none;
}

.aside .child li {
    text-indent: 40px;
    color: #333;
}

.aside .active {
    font-family: Helvetica-Bold;
    font-size: 16px;
    color: #080000;
    letter-spacing: 0;
    /* line-height: 54px; */
}

.aside .child .active {
    color: #4778CF;
}

.aside .child li:hover {
    color: #4778CF;
}

.aside .active {
    color: #4778CF;
}

footer .foot-right ul {
    color: #fff;
    font-size: 14px;
    padding: 0px;
}

/* history */
.history .mainConter {
    margin: 0 0 30px 0;
    font-family: Helvetica;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
}

.history .history-x {
    padding: 70px 0 59px 0;
    background: #F0F0F0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    margin-bottom: 140px;
}

.history .history-x .row {
    position: relative;
    height: 213px;
}

.history .history-x .historyBox {
    position: absolute;
    width: 99999px;
    height: 213px;
}

.history .history-x .historyList {
    height: 100%;
    float: left;
    margin-right: 27px;
}

.history .history-x .historyList .yearNews {
    width: 360px;
    height: 100%;
    color: #fff;
    background: #CCC;
    float: left;
    padding: 34px 5px 53px 20px;
}

.history .history-x .active .yearNews {
    background: #083A7C;
}

.history .history-x .historyList .yearNews .titles {
    font-family: Helvetica-Bold;
    font-size: 46px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.history .history-x .historyList .yearNews .content {
    font-family: Helvetica;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    /* 三行省略 */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.history .history-x .historyList .yearImg {
    width: 378px;
    height: 100%;
    float: left;
}

.history .history-x .historyList .yearImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history .history-x .bottom-slide {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.history .history-x .bottom-slide div {
    height: 100%;
}

.history .history-x .bottom-slide .progressBar {
    background: #83ABDF;
}

.history .history-x .bottom-slide .slideBtn {
    width: 93px;
    background: #FE9B5C;
    font-family: Helvetica;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    cursor:pointer;
}

.history .history-x .bottom-slide .slideBtn i {
    font-size: 30px;
    vertical-align: middle;
}

.history .history-x .bottom-slide .rightEnd {
    width: 36px;
    background: #083A7C;
}

.dictionary h6 {
    font-size: 20px;
    color: #083A7C;
    line-height: 30px;
}

.pub-table .table-blue {
    background: #4778CF;
    color: #fff;
    font-size: 16px;
}

.pub-table tbody td {
    border: none !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.pub-table thead th {
    border: none !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
}

.pub-table {
    border: 1px solid #ccc;
}

.pub-table .table-blue th {
    border: none;
}

.mt20 {
    margin-top: 20px;
}

.administration-box {
    margin-bottom: 40px;
}

.administration-box h5 {
    font-size: 20px;
    color: #333;
}

.administration-box h5 i {
    display: inline-block;
    height: 18px;
    width: 18px;
    background: #467BCD;
    margin-right: 10px;
} 

.administration-box ul li {
    font-size: 16px;
    color: #333;
    line-height: 28px;
} 

.administration-box ul li a {
    color: #4778CF;
}

.supervisors-top h4 {
    font-size: 24px;
    color: #083A7C;
    margin-bottom: 5px;
}

.supervisors-top p {
    font-size: 14px;
    color: #999;
}

.supervisors-content {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 20px 0px;
}

.supervisors-content h5 {
    color: #083A7C;
    font-size: 16px;
}

.supervisors-content h6 {
    color: #4778CF;
    font-size: 12px;
    margin-bottom: 20px;
    /*margin-top: 15px;*/
}

.supervisors-content img {
    height: 100px;
    width: 100px;
    display: inline-block;
}

.supervisors-box {
    text-align: center;
}

.pub-info {
    margin-bottom: 40px;
}

.pub-info h5 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #083A7C;
}

.supervisors-content p {
    color: #333;
    font-size: 12px;
    margin-top: 10px;
}

.pub-info .pub-q {
    position: relative;
    margin-bottom: 20px;
}

.pub-info .pub-a {
    position: relative;
}

.pub-info .pub-q i {
    display: inline-block;
    background: #083A7C;
    color: #fff;
    font-size: 24px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.pub-info .pub-q p {
    font-size: 18px;
    display: inline-block;
    color: #333;
    font-weight: bold;
    padding-left: 52px;
}

.pub-info .pub-a p {
    font-size: 16px;
    display: inline-block;
    color: #333;
    padding-left: 52px;
}


.pub-info .pub-a i {
    display: inline-block;
    background: #F4A029;
    color: #fff;
    font-size: 24px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.pub-info .pub-photo img {
    height: 146px;
    width: 167px;
}


.pub-info .pub-photo p {
    width: 167px;
    padding: 15px;
    background: #083A7C ;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.pub-info .pub-photo .diff-p {
    background: #4778CF;
}

.research-p p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 30px;
}

.pub-info span {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    display: block;
}

.research {
    margin-top: 50px;
    margin-bottom: -24px;
    background: url(../img/research-content.png)no-repeat;
    background-size: cover;
    padding: 40px 0;
    padding-bottom: 0px;
    height: auto;
}

.research-box {
    height: 66px;
    color: #fff;
    margin-bottom: 40px;
}

.research-box h1 {
    font-size: 40px;
    margin: 0px;
    line-height: 66px;
    font-weight: normal;
}

.research-box h1 sup {
    font-size: 16px;
}

.research-box h5 {
    float: left;
    word-break:break-all;
    font-weight: normal;
    height: 66px;
    font-size: 14px;
    margin: 0px;
    line-height: 22px;
    width: 130px;
    border-bottom: 4px solid #fff;
    margin-right: 20px;
    padding-top: 10px;
}

.msg {
    background: url(../img/msg-content.png) no-repeat;
    /*background-size: cover;*/
    background-position: 45px 52px;
}

.msg img {
    margin-bottom: 20px;
}

.msg h5 {
    font-size: 24px;
    color: #083A7C;
    margin-bottom: 30px;
}

.msg p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px;
}

.msg span { 
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: center;
    padding-left: 10px;
    display: inline-block;
}

.about-banner {
    background: url(../img/about-banner.png) no-repeat;
    background-size: cover;
    height: 408px;
    width: 100%;
}

.about-other .about-box {
    width: 400px;
    height: 280px;
    margin: 0 auto;
    /* margin-top: 10px; */
    padding: 23px 40px 23px 0;
}

.about-other .about-box p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* text-indent: 2em; */
}

.about-other .about-box a {
    height: 36px;
    line-height: 36px;
    width: 200px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
}

.about-other .about-box a:hover {
    background: rgba(255, 255, 255, 0.4);
}

.introduction p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px;
}

.introduction .introduction-box1 {
    position: relative;
    height: 400px;
    margin-bottom: 30px;
}

.introduction .introduction-box1 img {
    position: absolute;
    right: 0;
    top: 0;
}

.introduction  .introduction-box-left {
    position: absolute;
    left: 0;
    bottom: 15px;
    background: #083A7C;
    padding: 20px 30px;
    width: 360px;
}

.introduction  .introduction-box-left h6 {
    font-size: 16px;
    color: #fff;
}

.introduction  .introduction-box-left p {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    line-height: 22px;
}

.introduction .introduction-box2 {
    height: 252px;
    position: relative;
    background: #083A7C;
    margin-bottom: 30px;
}

.introduction .introduction-box2 img {
    position: absolute;
    left: 0;
    top: 0;
}
.introduction-box-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-right: 30px;
}

.introduction-box-right a {
    display: block;
    border: 1px solid #fff;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.introduction-box-right a:hover { 
    background: rgba(255, 255, 255, 0.8);
}

.introduction-box-right p {
    color: #fff;
    font-size: 16px;
}

.guide {
    width: 100%;
}

.guide .active {
    border-bottom: 4px solid #033D97;
}

.guide .tab-single {
    height: 55px;
    text-align: center;
    border-bottom: 1px solid #979797;
}

.guide .tab-single li {
    width: 20%;
    display: block;
    float: left;
    height: 56px;
}

.guide .tab-single li:hover {
    cursor: pointer;
    border-bottom: 4px solid #033D97;
}

.guide .tab-single .icon {
    display: inline-block;
    line-height: 55px;
    color: #063F98;
    text-align: center;
}

.guide .tab-single .info {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #063F98;
    text-align: center;
    line-height: 55px;
    letter-spacing: 0.34px;
}

.guide .content {
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.guide .content span {
    height: 40px;
    line-height: 22px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    margin-top: 20px;
}

.guide .content span:hover {
    cursor: pointer;
    color: #063F98;
}

.diff-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    bottom: 2px;
}

.pr {
    position: relative;
}

.page-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.page-title  h6{
    font-size: 32px;
    color: #063F98;
    margin-top: 20px;
}

.schools h5 {
    font-size: 16px;
    color: #083A7C;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin: 0px;
    margin-bottom: 50px;
}

.new-list li {
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

.new-list span {
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 24px;
    color: #999;
    text-align: right;
}

.new-list span i {
    font-size: 16px;
    color: #999;
    font-style: normal;
    display: block;
}

.new-list li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 17px;
    padding-right: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new-list li h3:hover {
    color: #083A7C;
}

.news-lubo {
    background: #f0f0f0;
    height: 200px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.new-list li p {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding-right: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-lubo .carousel-indicators {
    left: 25px;
}

.news-lubo h5 {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
}

.news-lubo p {
    font-size: 14px;
    color: #999;
}

.news-box {
    height: 170px;
}

.news-lubo .carousel-indicators li {
    border: 1px solid #979797;
}

.news-lubo .carousel-indicators .active {
    background: #083A7C;
}

.news-lubo img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-lubo .carousel-inner {
    overflow: visible;
}

/* events */
.events .selectTime {
    position: relative;
    font-family: Helvetica;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}

.events .form_datetime {
    width: 293px;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-indent: 40px;
    color: #333;
    background: none;
}

.events .selectTime i.icon-icon_calendar {
    color: #999;
    position: absolute;
    left: 26px;
    top: 10px;
    font-size: 18px;
    z-index: -1;
}

.events  .timeProject {
    margin: 46px auto 0 auto;
    padding: 0;
}

.events .timeProjectList {
    background: #FFFFFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    position: relative;
    padding: 54px 15px 33px 16px;
    margin: 0 0 42px 0;
}

.events .timeProjectList .timeBox {
    width: 54px;
    height: 54px;
    background: #4778CF;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 14px;
}

.events .timeProjectList .timeBox .month {
    font-family: Helvetica;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.events .timeProjectList .timeBox .day {
    font-family: Helvetica-Bold;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.events .timeProjectList .ProjectTitle {
    font-family: Helvetica;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    /* 两行省略 */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.events .timeProjectList .ProjectContent {
    font-family: Helvetica;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    margin-top: 20px;
}

/* 分页 */
.pages {
    border-top: 1px solid #CCC;
    margin-top: -26px;
    border: none;
    margin: 10px 0 0 0;
}

.pages .pagesLeft {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin: 16px 0 0 0;
}

.pages .pagination {
    margin: -20px 0 70px 0;
}

.pagination > li {
    display: inline-block;
    margin-right: 11px;
}

.pagination li:last-child {
    margin-right: 0px;
}

.pages .pagination li a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}

.pagination > li .more {
    border: none;
    background: #fff!important;
}

.pages .pagination .active a {
    background: #0F4080 !important;
    border: 1px solid #0F4080;
    color: #fff;
}

.news-top {
    background: url('../img/detail-banner.png')no-repeat center center;
    background-size: cover;
    /*height: 142px;*/
    height: 340px;
    /*padding-top: 50px;*/
    /*padding-top: 50px;*/
    /*padding-bottom: 30px;*/
}

.mt110 {
    margin-top: 110px;
}  


.mt-100 {
    margin-top:-100px;
}

.news-top-p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}

.news-top span {
    color: #999;
    /*margin-left: 40px;*/
}

.news-top-h5 {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
}

.news-top span i {
    margin-right: 5px;
}

.news-detail {
    margin-top: 40px;
}

.news-detail p {
    color: #333;
    font-size: 16px !important;
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 2em;    font-family: "微软雅黑" !important;
}

.news-detail p  span{
    font-size: 16px !important;
    line-height: 30px;
    font-family: "微软雅黑" !important;
}

.news-detail .news-img {
    padding: 20px 0px;
    margin-bottom: 20px;
    text-align: center;
}

.news-detail .news-img img {
    display: inline-block;
    max-width: 100%;
}

.news-detail .news-img span {
    font-size: 14px;
    color: #999;
    display: block;
    margin: 20px 0;
}

.news-detail .news-diff {
    color: #999;
    font-size: 14px;
}

.news-aisde h6 {
    font-size: 20px;
    color: #083A7C;
    margin-top: 27px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.news-aisde li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 0px;
}

.news-aisde li p:hover {
    color: #2a5496;
}

.news-aisde li span {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.news-aisde li span i {
    margin-right: 5px;
}

.news-aisde li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

/* history */
.history .mainConter p {
    margin-bottom: 20px;
}

.p-banner {
    background: url(../img/index-bg.png) no-repeat center;
    height: 650px;
    background-size: cover;
}

.void-header {
    background: none;
    position: relative;
    width: 100%;
}

.void-header .nav li {
    background: none;
}


.void-header .nav {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.void-header .nav .on {
    opacity: 0.8;
}

.void-header .head-right .topSearch {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3px 20px;
    border-radius: 16px;
    opacity: 1;
    font-size: 12px;
    height: 32px;
    width: 223px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.void-header .head-right .topSearch::-webkit-input-placeholder {
    color: #fff;
}

.search-content {
    position: relative;
    height: 32px;
    width: 223px;
}

/* 修改 */
.void-header .top {
    padding: 15px 0;
}
/* 修改 */

.p-title {
    position: absolute; 
    bottom: 90px;
    left: 15px;
}

.p-h5 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.news-content-right {
    padding: 40px 30px;
}

.news-ul { 
    margin-top: 30px;
}

.news-ul li {
    height: 20px;
    width: 50%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 30px;
    background: url(../img/black-icon.png) no-repeat 5px center;
    float: left;
    margin-bottom: 18px;
}

.news-ul li:hover { 
    color: #004098;
    background: url(../img/blue-icon.png) no-repeat 1px center;
}

.news-content-left {
    width: 360px;
    height: 100%;
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

.news-content-right h6 {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-content-right h6:hover {
    color: #2a5496;
}

.news-content-right p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-time p {
    color: #fff;
    font-size: 28px;
    margin: 0px;
    position: relative;
    top: -2px;
} 

.notice-content {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.notice-time {
    border: 1px solid #ccc;
    height: 50px;
    width: 50px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.notice-ul li {
    margin-bottom: 22px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-ul li a {
    float: left;
    width: 85%;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


.notice-ul li span {
    color: #999;
    float: right;
    width: 13%;
    text-align: right;
}



.notice1-list li .notice1-time {
    height: 68px;
    width: 68px;
    border: 1px solid #999;
    float: left;
    margin-right: 30px; 
    text-align: center;
}

.notice1-list li .notice1-time span {
    font-size: 28px;
    color: #999;
    position: relative;
    top: -10px;
}

.notice1-list li .notice1-time p {
    font-size: 14px;
    position: relative;
    top: 5px;
    color: #999;
}

.notice1-list {
    margin-top: 15px;
    /*border-top: 1px solid #ccc;*/
}

.notice1-list li h5 {
    color: #333;
    margin-top: 0px;
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 10px;
}

.notice1-list li h5:hover {
    color: #2a5496;
}

.notice1-list li p {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.notice1-list li {
    height: 118px;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

.notice-content .notice-p {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 修改 */
.p-bottom {
    padding: 60px 0px;
}
/* 修改 */

.notice-content h6 {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*padding-top: 5px;*/
}

.new-box h5:hover {
    color: #2a5496;
}

.notice-content h6:hover {
    color: #2a5496;
}

.notice-time p {
    font-size: 24px;
    color: #333;
    margin: 0px;
}

.notice-time span {
    font-size: 12px;
    color: #333;
    position: relative;
    top: -5px;
}


.news-time span {
    color: #fff;
    position: relative;
    top: -10px;
    font-size: 12px;
} 

.news-time {
    height: 50px;
    z-index: 100;
    width: 50px;
    text-align: center;
    /*padding: 5px;*/
    position: absolute;
    top: 12px;
    left: 12px;
    background: #004098;
}

.news-content img { 
    height: 100%;
    width: 100%;
    animation: all 2s;
}

.news-content img:hover {
    transform: scale(1.2);
} 

.news-content {
    width: 100%;
    height: 207px;
    position: relative;
    background: #f8f8f8;
}

.p-h5 span {
    color: #6A88B0;
    font-size: 20px;
}

.p-h5 a {
    color: #666;
    float: right;
    font-size: 12px;
}

.p-h5 h5 {
    padding-bottom: 10px;
    font-size: 24px;
    margin-right: 17px;
    border-bottom: 4px solid #004098;
    display: inline-block;
}

.p-bottom img {
    height: 147px;
    width: 100%;
}

.p-bottom .news-ul li {
    margin-bottom: 20px;
    font-size: 16px;
}

.p-middle {
    margin-top: 60px;
    margin-bottom: 60px;
}

.void-header .head-right .search-change {
    position: absolute;
    right: 7px;
    top: 6px;
}

.carousel-indicators {
    bottom: 0px;
}

.new-list li {
    padding: 30px 0;
}

.new-list-content {
    position: relative;
    top: -74px;
    margin-bottom: -74px;
}

.new-list {
    margin-top: 80px;
}

.new-list-content hr {
    border-top: 1px solid #ccc;
}

.carousel-indicators li {
    float: right;
    height: 12px;
    width: 12px;
    margin-right: 10px!important;
    margin-top: 20px!important;
}

.carousel-indicators {
    background: #3370B6;
    width: 100%;
    left: inherit;
    right: 0px;
    padding-right: 20px;
    height: 54px;
}

main {
    margin-top: -121px;
}

.void-header .nav li a {
    background: none;
    color: #fff;
    border: none;
}

/* 新增 */
.p-middle2 {
    background: #f1f1f1;
    padding: 60px 0;
}

.media-list li {
    margin-bottom: 25px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 80px;
}

.media-list .type {
    display: inline-block;
    width: 78px;
    height: 28px;
    background: #3370B6;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin-right: 25px;
    font-size: 12px;
}

.media-list .time {
    font-size: 16px;
    color: #666;
    position: absolute;
    top: 0px;
    right: 0px;
}

.publication-list li:first-child {
    padding-top: 0px;
}

.publication-list li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.publication-list li {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #ccc;
    padding: 23px 0;
}

.frame-header .mob-search {
  width: 80%;
  margin: 10%;
  margin-top: 20px;
  border-radius: 16px;
  position: relative;
}
.frame-header .mob-search input {
 /* border: 1px solid #a7a7a7;*/
 width: 100%;
 margin: 0 auto;
 height: 32px;
 background: none;
 padding: 3px;
 text-indent: 4px;
 /* border-radius: 16px; */
 color: #fff;
}

.v_news_content img{
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
    height: auto;
}
/* 新增 */
.aside {
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

.aside .active {
    background: #4778CF;
    color: #fff;
}

.aside .active a {
    color: #fff;
}
/* 新增 */