.container {
    width: 100%;
    background: #fff;
}

.header {
    width: 100%;
    background: url(../images/top.png) no-repeat;
    background-size: 100%;
    box-shadow: 4px 4px 4px #ccc;
    z-index: 1000;
}

.header-content {
    width: 1253px;
    margin: 0 auto;
    height: 130px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hc_img {
    /* margin-top: 37px; */
    position: relative;
}

.searchs {
    /* float: right; */
    /* display: none; */
    /* border-radius: 20px; */
    /* border: 2px solid #990000; */
    /* margin-right: 145px; */
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    font-size: 16px;
    /* color: #fff; */
}

input {
    width: 80px;
    height: 20px;
    border: none;
    outline: medium;
    margin: 2px 0 0 10px;
    /* background: #eee; */
    color: #aaa;
}

.inputs {
    border: 1px solid #c8c8c8;
    /* border: none; */
    /* border-radius: 50%; */
    /* display: none; */
    padding: 4px;
    height: 22px;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0 ,0.08) inset;
    width: 150px;
}

.btns {
    color: white;
    background: #6D3117;
    /* border: 1px solid #6D3117; */
    width: 44px;
    height: 33px;
    font-size: 20px;
    /* border-radius: 20px; */
    margin-left: 0px;
    display: inline-block;
    float: right;
    outline: none;
    margin-top: 1px;
    background-image: linear-gradient(to top, #0495ff 0%, #004098 100%);
}

.header-nav {
    width: 100%;
    height: 50px;
    background: #004098;
    background-size: 100% 100%;
    /* color: #fff; */
    /* border-top: 1px solid #ddd; */
    box-shadow: 0px -2px 9px #DDD;
}

.hnav-c {
    width: 1400px;
    height: 48px;
    margin: 0 auto;
    /* background: #6B6575; */
}

.nav {
    width: 100%;
    height: 48px;
}

.navssa {
    color: #fff;
}

.navs {
    width: 1400px;
    height: 50px;
    /*margin:0 auto;*/
    float: left;
}

.navss {
    /* padding: 0px 25px; */
    float: left;
    font-size: 18px;
    /*border-radius: 4px;*/
    position: relative;
    transition: all 0.4s ease-out;
    color: #fff;
    font-weight: bold;
    width: 126px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.navss:hover {
    color: #fff;
    background: #032d67;
}

.navss:hover .navssa {
    color: #fff!important;
}

.navs2 li {
    width: 180px;
    padding: 16px 20px;
    font-size: 15px;
    color: white;
    background: rgba(0,64,152,0.8);
    /*  text-align:center;*/
    position: relative;
    /*border-radius: 6px;*/
    line-height: 20px;
    text-align: center;
}

.navs2 li:hover {
    background: #004098;
}

.navs3 li {
    width: 120px;
    padding: 16px 20px;
}

.navs4 li {
    width: 70px;
    padding: 16px 64px;
}

.navs2 {
    position: absolute;
    top: 50px;
    left: -40%;
    display: none;
    z-index: 10;
}

.navs4 {
    left: 5px;
}

.navs23 {
    position: absolute;
    left: 160px;
    top: 0px;
    display: none;
}

.navs2 li:hover .navs23 {
    display: block;
}

.banner .bx-wrapper .bx-prev {
    left: 0px;
    background: url('../images/ad_ctr.png') no-repeat 0 0px;
    width: 50px!important;
    height: 90px!important;
    top: 45%!important;
}

.banner .bx-wrapper .bx-next {
    right: 0px;
    background: url('../images/ad_ctr.png') no-repeat;
    width: 50px!important;
    height: 90px!important;
    top: 45%!important;
}

.banner .slide img:hover {
    transform: scale(1);
}

.banner .bx-wrapper .bx-next {
    background-position: -6px -90px;
}

.slider6 {
    z-index: 1;
}

.topbars li {
    z-index: 2;
}

.topbars li {
    z-index: 2;
}

.banner .bx-wrapper .bx-prev,.banner .bx-wrapper .bx-next {
    display: none;
    transition: all .3s linear;
}

.bx-wrapper:hover .bx-prev,.bx-wrapper:hover .bx-next {
    display: block;
}

.newbox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.newbox .title span {
    width: 50px;
    height: 1px;
    display: block;
    background: #323232;
    margin: 0 auto;
    margin-bottom: 10px;
}

.newbox .title h4 {
    font-size: 26px;
    color: #323232;
    text-align: center;
    margin: 12px 0;
}

.newbox .title a {
    font-size: 12px;
    color: #323232;
    display: block;
    font-weight: normal;
    text-align: center;
}

.newbox .title a:hover {
    color: #b60005;
}

.NewCon {
    margin-top: 40px;
}

.img-list li {
    float: left;
    width: 370px;
    padding: 0 15px;
}

.img-list-t a {
    display: block;
    position: relative;
    padding-top: 68%;
}

.img-list-t a .img-hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.img-list-t a .img-hide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
}

.img-list-t a .img-hide img:hover {
    transform: scale(1.04);
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1,1);
}

.img-date {
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    background: #c91111;
    font-size: 12px;
}

.img-date span {
    display: inline-block;
    font-size: 30px;
    padding: 5px 0px;
}

.img-list-bottom {
    border: solid 1px #f2f1f1;
    padding: 30px 30px 20px 30px;
    height: 56px;
}

.img-list-bottom a {
    display: block;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    font-size: 16px;
    color: #323232;
    font-weight: bold;
}

.img-list-bottom a:hover {
    color: #990000;
}

.articleList a:hover {
    color: #990000;
}

.lf {
    width: 580px;
    float: left;
    overflow: hidden;
}

.rf {
    width: 580px;
    float: right;
    overflow: hidden;
}

.AcademicList {
    overflow: hidden;
    margin-top: 40px;
}

.AcademicList li {
    margin-bottom: 19px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.dateLeft {
    float: left;
    width: 78px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    font-family: 'Arial';
}

.dateLeft i {
    float: left;
    width: 26px;
    font-style: normal;
    color: #fff;
    background: #990000;
    font-weight: bold;
}

.dateLeft strong {
    float: left;
    width: 50px;
    border: 1px solid #c09f80;
    height: 22px;
    line-height: 22px;
    color: #990000;
    border-left: none;
}

.AcademicList li a {
    display: block;
    margin-left: 90px;
    font-size: 14px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.AcademicList li a:hover {
    color: #990000;
}

.content {
    padding-bottom: 30px;
    /* background-color: #fffff5; */
}

.newboxbox {
    background: url("../images/end1.png") no-repeat;
    background-size: 100% 100%;
    /* padding-top: 20px; */
}

.footer {
    background: #004098;
    color: #fff;
}

.footer .part2 {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .part2 .logo {
    margin-bottom: 15px;
    height: 60px;
}

.footer .part2 .info {
    text-align: center;
}

.footer .part2 .info {
    color: rgba(255,255,255,0.1);
    font-size: 12px;
    width: 100%;
}

.footer .part2 .info span {
    margin: 0 20px;
    color: #fff;
    font-size: 14px;
}

.footer .part2 .info a {
    color: rgba(255,255,255,0.9);
}

.rapidList {
    overflow: hidden;
    /* margin-top: 60px; */
    padding-left: 50px;
    margin-top: 10px;
}

.rapidList li {
    margin-bottom: 25px;
}

.rapidList li .iconBox {
    display: block;
    height: 62px;
    /* background: url(../images/re_bg.png) no-repeat center right; */
    border: 1px solid #990000;
}

.rapidList li .iconBox .icon {
    display: table-cell;
    float: left;
    height: 62px;
    width: 80px;
    text-align: center;
    line-height: 75px;
    background: #990000;
}

.rapidList li .iconBox h3 {
    float: left;
    margin-left: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 62px;
}

.scholarsList li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 25px!important;
    /*padding-left: 50px;*/
}

.scholarsList li a {
    display: block;
}

.scholars01 {
    overflow: hidden;
}

/*.scholars01 .dateLeft {
    float: left;
    width: 66px;
    height: 70px;
    text-align: center;
}
.scholars01 .dateLeft i {
    display: block;
    background: #990000;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    font-family: 'Microsoft YaHei',sans-serif;
}*/
.scholars01 .scholars_info p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 5px;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
}

/*.scholars01 .dateLeft strong {
    display: block;
    border: 1px solid #b76209;
    height: 34px;
    line-height: 34px;
    color: #b76209;
    font-style: normal;
    font-size: 16px;
    font-family: 'Microsoft YaHei',sans-serif;
}*/
.scholars01 .scholars_info {
    margin-left: 80px;
}

.scholars01 .scholars_info h3 {
    margin-bottom: 8px;
    font-size: 15px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.scholars01 .scholars_info p.time, .scholars01 .scholars_info p.person, .scholars01 .scholars_info p.attr {
    font-size: 14px;
    /* padding-left: 15px; */
    /* text-indent: 5px; */
}

.scholars01 .scholars_info p.person {
    /* background: url(../images/people.png) no-repeat center left; */
}

.scholars01 .scholars_info p.time1 {
    background: url(../images/addr.png) no-repeat center left;
    width: 40%;
    float: left;
}

.scholars01 .scholars_info p.attr {
    background: url(../images/time.png) no-repeat center left;
    width: 156px;
    float: left;
}

.news-box {
    width: 100%;
    height: 330px;
}

.news-box ul {
    width: 100%;
    /* border-bottom:1px solid #cccccc; */
}

.news-box ul a {
    color: #323232;
}

.news-box ul li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}

.news-box ul li .news-title {
    width: 484px;
    height: 55px;
    overflow: hidden;
    float: left;
    text-align: left;
    text-indent: 20px;
    background: url('../images/news-title-bg.png') left no-repeat;
}

.news-box ul li .news-time {
    width: 90px;
    float: right;
    text-align: right;
}

.news-box ul a:hover {
    color: #990000;
}

.review-list01 li {
    width: 300px;
    float: left;
    margin: 20px 100px 70px 0px;
}

.review-list01 li a {
    display: block;
    position: relative;
}

.review-img {
    display: block;
    width: 100%;
    padding-bottom: 29.948%;
    overflow: hidden;
    height: 0;
}

.review-img img {
    transition: all .3s ease-out;
    width: 100%;
}

.review-list01 li a:hover img {
    transform: scale(1.08);
}

.review-date1 {
    width: 100%;
    height: 100%;
    line-height: 89px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #f4f4f4;
    font-size: 20px;
    /* background-color: rgb(183 97 97 / 80%); */
    background: -moz-linear-gradient(left,rgba(243,243,199,0.75),rgba(196,25,31,0.8));
    background: -webkit-linear-gradient(left,rgba(243,243,199,0.75),rgba(196,25,31,0.8));
    background: -o-linear-gradient(left,rgba(243,243,199,0.75),rgba(196,25,31,0.8));
    background: -ms-linear-gradient(left,rgba(243,243,199,0.75),rgba(196,25,31,0.8));
    background: linear-gradient(to left, #f3f3c7bf 0%, #c4191fcc 100%);
}

.review-date1 .date {
    padding-left: 10px;
    display: block;
    font-weight: bold;
}

.post {
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
}

.post1 .tt {
    border-bottom: 1px solid #164b97;
}

.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: normal;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1; height: 20px;
    margin-top: 10px;
    line-height: 20px;
    float: right;
}

.post1 .tt .tit .title {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #164b97;
    cursor: pointer;
    width: 200px;
    line-height: 42px;
}

.post .con {
    padding: 0 0;
    width: 1200px;
    margin: 0 auto;
}

.scholarsList li a:hover {
    color: #990000;
}

@media screen and (max-width: 1600px) {
    body {
        width: 1600px!important;
    }
}

.block.grey {
    background: url(../images/b1.jpg)no-repeat;
    background-size: 100%;
}

.block.box {
    /* background: url(../images/b2.png)no-repeat; */
    /* background-size: 100%; */
    padding: 0;
}

.block {
    padding: 40px 0;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layui-container {
    width: 100% !important;
    padding: 0 5vw;
    max-width: 1400px;
    margin: 0 auto;
}

.layui-col-space40 {
    margin: -20px;
}

.layui-row:after, .layui-row:before {
    content: '';
    display: block;
    clear: both;
}

.layui-col-space40>* {
    padding: 20px;
}

.index_title {
    font-size: 30px;
    color: #1d1f22;
    position: relative;
    margin-bottom: 30px;
}

.flex, .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}

.flex.is-center {
    align-items: center;
}

.flex.is-between {
    justify-content: space-between;
}

.index_title .title {
    position: relative;
    z-index: 2;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
}

.index_title .title>* {
    position: relative;
    z-index: 2;
}

.index_title .title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background-color: #2275ff;
    z-index: 1;
    /* opacity: .75; */
}

.index_title .category, .index_title .more {
    font-size: 14px;
    z-index: 5;
}

.more-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #1d1f22;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 40px;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Gotham Medium";
    min-width: 100px;
    text-align: center;
    border: 1.5px solid transparent;
}

.more-btn.is-small {
    padding: 6px 20px;
    font-size: 13px;
    min-width: 60px;
}

.more-btn.plain {
    border: 1.5px solid #1d1f22;
    color: #1d1f22;
    background: none;
}

.index_title .more-btn {
    margin-top: 0;
}

.index-news .item {
    position: relative;
    cursor: pointer;
    display: block;
    color: #1d1f22;
    background-color: #fff;
    display: flex;
}

.index-news a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.index-news .item .img-box {
    width: 240px;
    height: 146px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.index-news .item .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, .2); */
    z-index: 1;
}

.index-news .item .img-box .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
}

.index-news .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.33s;
}

.index-news .item .text-box {
    z-index: 3;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 20px;
    flex: 1;
}

.index-news .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #ebeef5;
    z-index: 2;
    opacity: .75;
}

.index-news .item .title {
    font-size: 16px;
    /* font-weight: bold; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-news .item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #909399;
    margin-top: 10px;
}

.index-news .item .date {
    font-size: 13px;
    color: #909399;
    margin-top: 8px;
}

.index-news .item .date .fa {
    margin-right: 5px;
}

.layui-col-lg5 {
    width: 50%;
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
}

.announcement-item {
    padding: 30px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-start;
    color: inherit;
    transition: all .3s ease-in-out;
}

.index-announcement-v1 .announcement-item {
    padding: 20px;
    align-items: center;
}

.announcement-item>* {
    position: relative;
    z-index: 3;
}

.announcement-item .calendar-box {
    min-width: 75px;
    margin-right: 30px;
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px 0;
    color: #909399;
    transition: all .3s ease-in-out;
}

.index-announcement-v1 .announcement-item .calendar-box {
    margin-right: 20px;
}

.announcement-item .calendar-box .day {
    font-size: 32px;
    line-height: 1;
    color: #004098;
    transition: all .3s ease-in-out;
}

.index-announcement-v1 .announcement-item .calendar-box .day {
    font-size: 28px;
    color: inherit;
    transition: unset;
}

.announcement-item .calendar-box .month {
    opacity: .85;
    font-size: 13px;
    border-top: 1px solid #dcdfe6;
    display: inline-block;
    margin: 3px auto 0;
    padding-top: 3px;
}

.announcement-item .text-box {
    flex: 1;
}

.announcement-item .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-announcement-v1 .announcement-item .title {
    -webkit-line-clamp: 2;
    font-size: 16px;
}

.index-news .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #ebeef5;
    z-index: 2;
    opacity: .75;
}

.index-news .item:hover .title {
    color: #004098;
}

.index-news .item.active:after, .index-news .item:hover:after {
    transform: scaleY(1);
}

.announcement-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #ebeef5;
    background-size: cover;
    z-index: 2;
    opacity: .75;
}

.announcement-item:hover:after {
    transform: scaleY(1);
}

.announcement-item:hover {
    color: #004098;
}

.announcement-item:hover .calendar-box {
    color: #fff;
    background-color: #004098;
}

.layui-col-lg7 {
    width: 50%;
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
}

.index-announcement-v1 .announcement-item+.announcement-item {
    margin-top: 0;
    border-top: 1px solid #ebeef5;
}

.index-news .item+.item {
    margin-top: 18px;
}

.more-btn.plain:hover {
    border-color: #2275ff;
    background-color: #2275ff;
    color: #fff;
    opacity: 1;
}

.col-md-6 {
    width: 50%;
    float: left;
}

.palen {
    overflow: hidden;
    padding: 38px 24px 13px 26px;
    background: #FFFFFF;
}

ul.nowrapli {
    padding-left: 0;
}

.uli12 li, .uli14 li {
    padding: 5px;
    line-height: 1.5;
    color: #999;
    position: relative;
}

.index-list li {
    padding: 15px 5px;
    padding-left: 35px;
}

ul.nowrapli li {
    list-style-position: inside;
    transition: all 0.25s ease-out;
}
ul.nowrapli li:hover{
    transform: translateY(-5px);
}
.index-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #004098;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.index-list li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #D8D8D8;
    position: absolute;
    top: 63%;
    left: 6px;
    transform: translateY(-63%);
}

.index-list li a {
    font-size: 16px;
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-weight: 400;
    color: #282626;
}

.nowrap, ul.nowrapli li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 90%;
    vertical-align: bottom;
    margin-left: -10px;
}

ul.list-date li a {
    width: 76%;
}

.index-list .time {
    top: 17px !important;
    letter-spacing: 1px;
    font-size: 14px;
    opacity: .6 !important;
    font-family: 'PingFangSC-Regular, PingFang SC' !important;
    font-weight: 400;
    color: #242222;
    width: auto !important;
}

ul.list-date li span.time {
    width: 80px;
    opacity: .7;
    font-family: arial;
    position: absolute;
    right: 0;
    top: 6px;
    text-align: right;
}

.press-two {
    width: 100% !important;
    padding: 0 5vw;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.uli12 li a:hover, .uli14 li a:hover {
    color: #004098;
    text-decoration: none;
}

.yqlj {
    width: 24%;
    float: left;
}

.yqlj ul li {
    padding: 4.8px 25px;
}

.info {
    font-size: 15px;
    margin-left: -10px;
    margin-top: 9px;
}

.info .pos {
    display: inline-block;
    width: 100%;
}

.info .tim {
    display: inline-block;
    width: 100%;
}
