#vsb_content_2 TABLE{
    margin: 0 auto !important;
}

.banner {
    position: relative;
    height: 7.5rem;
    margin-bottom: 1.6875rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.swiper-slide:hover img{
    transform: scale(1.1);
}

.mySwiper .swiper-pagination-bullet,
.mySwiper2 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active,
.mySwiper2 .swiper-pagination-bullet-active {
    background-color: #7f0708;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 13%;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 37px 0px;
}

.swiper-button-next,
.swiper-button-prev {
    left: auto;
    right: 12.4%;
    top: 80%;
    height: 27px;
    transform: rotate(90deg);
}

.swiper-button-prev {
    top: 20%;
}

.searchbox {
    position: absolute;
    width: 66%;
    height: 1.75rem;
    background-color: #fff;
    bottom: -11%;
    left: 16%;
    transform: skewX(-18deg);
    z-index: 50;
    box-shadow: 0px 9px 100px -30px rgba(1, 66, 114, 0.59);
}

.searchbg {
    float: left;
    width: 7%;
    height: 100%;
    background: url('../images/searchbg.png') 10% no-repeat;
    background-size: cover;
    transform: skewX(18deg);
}

.search {
    float: left;
    width: 91%;
    height: 100%;
    padding: .2875rem 0px;
    transform: skewX(18deg);
    display: flex;
    align-items: center;
}

.search input {
    padding-left: .4375rem;
    width: 90%;
    height: 100%;
    font-size: .35rem;
    font-family: "Microsoft YaHei";
    color: #333;
    vertical-align: bottom;
    border-bottom: 1px solid #ccc;
}

.search input::-ms-clear {
    display: none;
}

/*清除IE下的 search 叉号*/
.search input::-ms-clear {
    display: none;
}

.search input:last-child {
    width: 5%;
    height: 100%;
    background: url('../images/search.png') center no-repeat;
    background-size: contain;
    vertical-align: bottom;
    border-bottom: 1px solid #ccc;
    font-size:0;
}

.news-swi {
    float: left;
    width: 76.3%;
    height: 735px;
}

.news-list {
    float: right;
    width: 23%;
}

.swiper-container-vertical>.swiper-pagination2 {
    right: 9%;
}

.slide2 {
    position: relative;
}
.slide2 a{
    overflow: hidden;
}
.newstext {
    position: absolute;
    width: 70%;
    bottom: 5%;
    left: 5%;
}

.newstext .a1 {
    display: block;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newstext .a2 {
    display: block;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list {
    padding-top: .25rem;
}

.newstitle p,
.noticetit p,
.dangjiantit p,
.rencaitit p,
.yanjiutit p,
.huodongtit p,
.shijiantit p,
.zhaopintit p {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: left;
}

.newstitle,
.noticetit,
.dangjiantit,
.rencaitit,
.yanjiutit,
.huodongtit,
.shijiantit,
.zhaopintit {
    position: relative;
    width: 150px;
}

.newstitle::after,
.noticetit::after,
.dangjiantit::after,
.rencaitit::after,
.yanjiutit::after,
.huodongtit::after,
.shijiantit::after,
.zhaopintit::after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background-color: #7f0708;
    position: absolute;
    right: -32%;
    bottom: 40%;
    transform: translateY(-50%);
}

.news-list li {
    position: relative;
    float: right;
    padding: 20.75px 0px;
}

.news-list .date {
    padding-left: 25px;
    background: url('../images/time.png') left center no-repeat;
    font-size: 14px;
    background-size: contain;
    font-family: "Microsoft YaHei";
    color: rgb(204, 204, 204);
    line-height: 13px;
    margin-bottom: 5.5px;
}

.news-list a {
    width: 78%;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-list li::after {
    content: '+';
    position: absolute;
    font-size: 14px;
    color: #ccc;
    right: 8%;
    top: 55%;
    transform: translateY(-50%);
}

.news-list li:hover {
    position: relative;
    padding-left: .5rem;
    width: 120%;
    background: url('../images/newstitbg.png') no-repeat;
    background-size: cover;
    z-index: 20;
}

.news-list li:hover a,
.news-list li:hover p,
.news-list li:hover::after {
    color: #fff;
}

.news-list li:hover p {
    padding-left: 0;
}
.news-list li:hover a{
    font-weight:bold;
}
.notice {
    z-index: 30;
    position: relative;
    margin-top: -1px;
    height: 13.1375rem;
    background-color: #0b4da0;
}

.notice-contaniner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.notice-contaniner .notice-item {
    width: 25%;
    position: relative;
    padding-top: 2.5375rem;
}

.notice-contaniner .notice-item:nth-child(2n+1) {
    background: url('../images/noticebg.png') no-repeat;
    background-size: 100% 100%;
}

.noticetit {
    position: absolute;
    left: 0;
    top: 5%;
}

.noticetit p,
.dangjiantit p {
    color: #fff;
}

.noticetit::after {
    background-color: #fff;
}

.n-time {
    padding: .3125rem 10px 0px;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    background: url('../images/yuan.png') no-repeat;
    background-size: contain;
}

.n-time p {
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    line-height: 1.2;
}

.n-time .p1 {
    font-size: 18px;
    padding-bottom: .125rem;
    margin-bottom: .125rem;
    font-weight: bold;
    border-bottom: 1px solid #7ba6ea;
}

.notice-item hr {
    display: block;
    margin: 0;
    border-top-color: #7ba6ea;
}

.notice-item a {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dangjian {
    margin-top: -15%;
    position: relative;
    z-index: 40;
    background: url('../images/dangjianbg.png') left bottom no-repeat;
    background-size: cover;
    background-position: 0% -45%;
}

.dangjian-container {
    position: relative;
    padding-bottom: 1.25rem;
}

.dangjian1 {
    margin-right: .4375rem;
    float: left;
    width: 36.7%;
}

.dangjian1 .div,
.dangjian2 .div,
.dangjian3 .div {
    box-shadow: 0px 9px 100px -30px rgba(1, 66, 114, 0.59);
}
.dangjian1 .div:hover img,
.dangjian2 .div:hover img,
.dangjian3 .div:hover img {
    transform: scale(1.1);
}
.dangjian1 .div:hover .textbox>a,
.dangjian2 .div:hover .textbox>a,
.dangjian3 .div:hover .textbox>a {
    color: rgb(129, 14, 16);
}

.dangjian1 .imgbox {
    height: 350px;
    overflow: hidden;
}

.dangjian1 .textbox {
    padding: 50px .7125rem 45px .5875rem;
}

.dangjian1 .textbox a,
.dangjian2 .textbox a,
.dangjian3 .textbox a {
    display: block;
    font-family: 'Microsoft YaHei';
    color: #333333;
    font-size: 17px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 91px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dangjian1 .time,
.dangjian2 .time,
.dangjian3 .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(129, 14, 16);
    line-height: 2;
    padding-left: 25px;
    background: url('../images/time2.png') left center no-repeat;

}

.dangjian1 span,
.dangjian2 span,
.dangjian3 span {
    display: block;
    width: 17px;
    height: 26px;
    background: url('../images/next.png') center no-repeat;
    background-size: contain;
}

.dangjian1 img,
.dangjian2 img,
.dangjian3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dangjian2 {
    padding-top: 90px;
    float: left;
    width: 32.4%;
}

.dangjian2 .imgbox {
    height: 298px;
    overflow: hidden;
}

.dangjian2 .textbox {
    padding: 27px .625rem 44px .45rem;
}

.dangjian2 .textbox a {
    margin-bottom: 77px;
}

.dangjian3 {
    padding-top: 160px;
    width: 26.3%;
    float: right;
}

.dangjian3 .imgbox {
    height: 260px;
    overflow: hidden;
}

.dangjian3 .textbox {
    padding: 25px .4125rem 42px .35rem;
}

.dangjian3 .textbox a {
    margin-bottom: 49px;
}

.dangjiantit {
    position: absolute;
    right: 0;
    top: 0%;
}

.dangjiantit::after {
    background-color: #fff;
    left: -40%;
}

.rencai {
    background-color: #eff4fd;
}

.rencai-container {
    position: relative;
    padding: .75rem 0 1.0625rem;
}
.rencai-tab{
    position: relative;
}
.rencaitit {
    margin-bottom: 1.1rem;
}

.slide3 {
    /* display: none; */
}


.slide3 .div1,
.slide3 .div2 {
    display: flex;
    justify-content: space-between;
}

.slide3 .div1 {
    margin-bottom: .25rem;
}

.mySwiper3 .swiper-slide {
    background: none;
}

.slide3 .rencai-items {
    padding: .475rem .1875rem .25rem;
    width: 32.4%;
    background-color: #fff;
    border-bottom: 3px solid transparent;
    transition: all .3s;
}

.rencai-items:hover {
    border-bottom: 3px solid #820606;
}

.rencai-items:hover h1 {
    color: #0b4da0;
}

.rencai-items:hover a {
    color: #820606;
}

.slide3 h1 {
    padding: 0px 10px .3125rem;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide3 p {
    width: 95%;
    margin: .3375rem 0 .4375rem;
    padding: 0px 10px;
    font-size: 15px;
    height: 104px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rencai-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.rencai-l a,
.rencai-l span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(204, 204, 204);
    line-height: 2.214;
}

.rencai-l span {
    padding-left: 35px;
    background: url('../images/time3.png') left center no-repeat;
}

.btns {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -11%;
    right: 14%;
    width: 150px;
    height: .625rem;
    background-color: #fff;
}

.btns .swiper-button-next4,
.btns .swiper-button-prev4 {
    float: left;
    width: 9px;
    height: 15px;
    cursor: pointer;
    background: url('../images/prev.png') no-repeat;
}

.btns .swiper-button-next4 {
    float: right;
    background: url('../images/next2.png') no-repeat;
}

.num {
    position: absolute;
    top: -8.5%;
    right: 1%;
}

.num .swiper-pagination-bullet {
    padding: 0 15px;
    font-size: 26px;
    font-family: "Adobe Heiti Std";
    color: #828282;
    line-height: 0.654;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
  }

.num .swiper-pagination-bullet-active {
    color: #820606;
    background-color: transparent;
}

.yjhd {
    position: relative;
    background-color: #f6faff;
    height: 1028px;
}

.yjhd_{
     height: auto;
}

.yanjiu {
    width: 54.7%;
    float: left;
    padding: 80px 0 81px 0;
}

.kxyj_ .yanjiu {
    width: 48%;
    padding: 80px 0;
}
.kxyj_ .yanjiu:nth-child(2) {   
    margin-left:4%;
}

.yanjiu-top,
.huodong-top,
.shijian-top,
.zhaopin-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yanjiu-top a,
.huodong-top a,
.shijian-top a,
.zhaopin-top a {
    padding-right: 20px;
    display: block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.5;
    background: url('../images/more.png') right no-repeat;
}

.yanjiu-top {
    margin-bottom: 60px;
}

.yanjiu-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 0 33px .25rem;
    background: url('../images/lists.png') left center no-repeat;
    border-bottom: 1px solid #333;
}

.yanjiu-list li:hover a,
.yanjiu-list li:hover span{
    color:#0b4da0
}


.yanjiu-list a {
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 16px;
    line-height: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yanjiu-list span {
    font-size: 16px;
    display: block;
    line-height: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.huodong {
    position: absolute;
    width: 43.1%;
    right: 0;
    padding: 80px 0 60px;
}

.huodong2 {
    padding-left: .375rem;
    background: url('../images/huodongbg.png') left bottom no-repeat;
}

.huodong-top {
    width: 68.3%;
    margin-bottom: 65px;
}

.mySwiper3 {
    position: relative;
}

.slide4 {
    padding-top: 52px;
}

.huodong-swi {
    width: 68.3%;
    position: relative;
    height: 840px;
}

.huodongimg {
    margin-bottom: 60px;
    height: 275px;
    overflow: hidden;
}
.huodongtext{
    padding: 0 10px;
}
.slide4 .tit {
    font-size: 25px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 45px;
    height: 135px;
    text-align: left;
    margin-bottom: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide4 .a1 {
    display: block;
    margin-bottom: 60px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide4 hr {
    display: block;
    margin-bottom: 58px;
    width: 33%;
    border-top-color: #820606;
}

.slide4 .a2 {
    display: block;
    width: 80px;
    padding-right: 35px;
    background: url('../images/jiantou.png') right center no-repeat;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(131, 18, 20);
}

.huodong-swi-btns {
    position: absolute;
    width: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 0;
    bottom: 67.5px;
    z-index: 50;
}

.huodong-swi-btns .swiper-button-next3,
.huodong-swi-btns .swiper-button-prev3 {
    width: 15px;
    height: 21px;
    cursor: pointer;
    background: url('../images/next3.png') no-repeat;
}

.huodong-swi-btns .swiper-button-prev3 {
    background: url('../images/prev2.png') no-repeat;
}

.huodong-swi-btns .swiper-pagination3 {
    width: 60px;
    font-size: 16px;
    font-family: "Adobe Heiti Std";
    color: #333;
}

.huodong-swi-btns .dangqian {
    font-size: 20px;
    font-family: "Adobe Heiti Std";
    color: #810e0f;
}

.sjzp {
    background-color: #fff;
}

.sjzp-container {
    padding-top: 1.1625rem;
}

.sj {
    float: left;
    width: 58%;
}

.zp {
    float: right;
    width: 39.6%;
}

.shijian-top,
.zhaopin-top {
    margin-bottom: .625rem;
}

.shijianswi {
    position: relative;
    height: 600px;
}

.shijianimgbox {
    height: 350px;
    overflow: hidden;
}

.shijianimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shijiantext {
    padding: 43px .5625rem 20px .25rem;
    background: url('../images/huodongbg.png') no-repeat;
    background-size: cover;
}

.shijiantext .a1 {
    margin-bottom: 35px;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shijiantext .a2 {
    display: block;
    margin-bottom: 60px;
    width: 100%;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shijiantext .date {
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft YaHei";
    line-height: 1.15;
}

.shijiantext .pages {
    font-size: 20px;
    color: rgb(129, 14, 16);
    font-weight: bold;
}

.swiper-pagination4 {
    width: 105px;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: auto;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 1.278;
    z-index: 50;
}

.swiper-pagination4 .dangqian2 {
    font-size: 18px;
    color: rgb(129, 14, 16);
    font-weight: bold;
}

.zhaopintext {
    background-color: #f6faff;
}

.zhaopinimgbox {
    height: 198px;
    overflow: hidden;
}
.zhaopinimgbox:hover img {
    transform: scale(1.1);
}

.zhaopinimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhaopintext li {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 28.5px .3125rem 20px .25rem;
    border-bottom: 1px solid #eff4fd;
}

.zhaopintext h1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(129, 14, 16);
    font-weight: bold;
    text-align: right;

}

.zhaopintext p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.063;
    text-align: right;

}

.zhaopintext a {
    width: 85%;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    /* font-weight: bold; */
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhaopintext li:hover a {
    font-weight: bold;
}

.links {
    background: url('../images/linkbg.png') left bottom no-repeat;
    background-size: contain;
}

.links-container {
    padding: 1.125rem 0 1.375rem;
}

.linkbox {
    width: 40%;
}

.linkbox h1 {
    margin-bottom: .625rem;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 400;
}

.linkbox .a-l {
    float: left;
}

.linkbox .a-r {
    float: right;
}

.linkbox a {
    display: block;
    padding: .375rem 0 .1875rem 30px;
    width: 41.5%;
    border-bottom: 1px solid #999999;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.2;
    background: url('../images/a1.png') left 65% no-repeat;
}

.linkbox .a2 {
    background: url('../images/a2.png') left 65% no-repeat;
}

.linkbox .a3 {
    background: url('../images/a3.png') left 65% no-repeat;
}

.linkbox .a4 {
    background: url('../images/a4.png') left 65% no-repeat;
}

.linkbox .a5 {
    background: url('../images/a5.png') left 65% no-repeat;
}