@charset "utf-8";

html,
body {
    font-weight: 400;
    font-family: "思源黑体";
}

/*hide scroll*/
::-webkit-scrollbar-track-piece {
    position: fixed;
    right: 0;
    background-color: #ddd;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #4192fe;
    background-clip: padding-box;
    min-height: 0.5208333333333334vw;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #4192fe;
}

::-webkit-scrollbar-button {
    width: 3px;
    height: 3px;
}

.flex {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.box_con {
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* 滤镜-图片变纯黑 */
.img-black {
    filter: brightness(0);
}

/* 滤镜-图片变纯白 */
.img-white {
    filter: brightness(0) invert(1);
}

/* header */
header {
    position: static;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.head_top {
    line-height: 40px;
    background: #f1f3f6;
}

.head_top a {
    display: inline-flex;
    margin-right: 40px;
    position: relative;
}

.head_top a:nth-child(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: rgba(1, 2, 32, 0.8);
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.head_top a:last-child {
    margin-right: 0;
}

.head_top a:last-child::after {
    display: none;
}

header .head_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    width: 440px;
    height: 135px;
    line-height: 135px;
}

header .logo a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.head_search {
    width: 520px;
    justify-content: space-between;
}

.head_search .search_bd {
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    display: inline-flex;
}

.head_search .search_bd input {
    width: 235px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: #fff;
    padding-left: 10px;
}

.head_search .search_bd button {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-left: none;
    border-radius:  0 4px 4px 0;
    background: #fff;
    box-sizing: border-box;
}

.head_search select {
    width: 220px;
    line-height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: 20px;
}

.head_nav {
    background: #4192fe;
}

.head_nav nav {
    justify-content: space-between;
}

.head_nav nav .nav_item a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    position: relative;
}

/* end header */


/* footer */
footer {
    background: #f5f5f5;
}

.foot_top {
    padding: 40px 0 20px;
}

.foot_nav {
    justify-content: space-between;
    padding: 20px 0;
}

.foot_nav a {
    font-size: 20px;
    color: #6b6b6b;
    font-weight: 550;
    position: relative;
}

.foot_nav a::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: rgba(1, 2, 32, 0.1);
    position: absolute;
    top: 50%;
    right: -65%;
    transform: translateY(-50%);
}

.foot_nav a:last-child::after {
    display: none;
}

.foot_text {
    text-align: center;
}

.foot_text a,
.foot_text span {
    padding: 0 10px;
    font-size: 18px;
    color: #8b8b8b;
    line-height: 26px;
    display: inline-flex;
    align-items: center;
}

.foot_text a img,
.foot_text span img {
    margin-right: 10px;
}

.foot_btm {
    background: #e9e9e9;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 30px;
    padding: 10px 0;
    opacity: 0.8;
}

.foot_btm a {
    color: #6b6b6b;
}

.gotops {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 15%;
    opacity: 0;
    background: #f4990c;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}

.gotops.toshow {
    opacity: 1;
}

/* myBanner */
.myBanner {
    text-align: center;
    max-height: 540px;
    position: relative;
    overflow: hidden;
}

.myBanner .swiper-button-next,
.myBanner .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.myBanner .swiper-button-next::after,
.myBanner .swiper-button-prev::after {
    font-size: 16px;
    color: #fff;
}

.myBanner .swiper-button-next {
    right: 20px;
}

.myBanner .swiper-button-prev {
    left: 20px;
}

.myBanner .swiper-pagination-banner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9;
}

.myBanner .swiper-pagination-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 0 10px;
}

.myBanner .swiper-pagination-banner .swiper-pagination-bullet-active {
    background: #4192fe;
}

.box {
    padding: 60px 0;
}

.box_item {
    width: calc(100% / 3 - 30px);
    margin-right: 40px;
    border: 1px solid #c2e0ee;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgba(240, 250, 253, 0.1), rgba(240, 250, 253, 0.2));
    height: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.box_item:hover {
    transform: translateY(15px);
    transition: all 0.5s;
}

.box_item:nth-child(3n) {
    margin-right: 0;
}

.box_item a {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    box-sizing: border-box;
}

.box_item .item_img {
    width: 94px;
    margin-right: 20px;
}

.box_item .item_con {
    width: calc(100% - 120px);
}

.box_item .item_con .item_tit {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
}

.box_item .item_con .item_txt {
    margin-top: 5px;
    font-size: 18px;
    line-height: 32px;
    opacity: 0.3;
}

.main_title {
    padding-bottom: 35px;
}

.main_title .tit_cn {
    font-size: 36px;
    color: #010220;
    font-weight: 600;
}

.main_title .tit_en {
    font-size: 18px;
    color: #010220;
    font-weight: 550;
    opacity: 0.3;
}

.more {
    margin-top: -45px;
    position: relative;
    z-index: 2;
    line-height: 45px;
}

.more a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;


}

.more a span {
    font-family: "黑体";
    font-weight: bold;
    margin-left: 5px;
}

.news {
    justify-content: space-between;
}

.news .news_left,
.news .news_right {
    width: 620px;
}

.news .news_right {
    margin-top: -80px;
}

.myNews {
    height: 380px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.myNews .swiper-slide {
    position: relative;
}

.myNews .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.myNews .swiper-slide .slide_img {
    width: 100%;
    height: 100%;
}
.myNews .swiper-slide .slide_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.myNews .swiper-slide .slide_tit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 85%;
    z-index: 2;
    font-size: 18px;
    color: #fff;
}

.myNews .swiper-pagination-news {
    position: absolute;
    bottom: 20px;
    left: auto;
    right: 10px;
    z-index: 9;
    width: 15%;
    text-align: center;
}

.swiper-pagination-news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 10px;
}

.swiper-pagination-news .swiper-pagination-bullet-active {
    background: #4192fe;
}

.news_tab {
    border-bottom: 1px solid rgba(1, 2, 32, 0.1);
    margin-bottom: 30px;
}

.news_tab .item {
    cursor: pointer;
    font-size: 18px;
    width: 140px;
    line-height: 45px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    margin-right: 30px;
    position: relative;
}
.news_tab .item:last-child {
    margin-right: 0;
}
.news_tab .item.active {
    background: #4192fe;
    color: #fff;
}

.news_tab .item::before,
.news_tab .item::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #dbdbe0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

.news_tab .item:last-child::before {
    display: none;
}

.news_tab .item::after {
    display: none;
    width: 5px;
    height: 15px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    background: #2770d0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    margin-left: -10px;
    right: -5px;
    z-index: 0;
}

.news_tab .item.active::after {
    display: block;
}

.news_cons .news_item {
    display: none;
}

.news_cons .news_item.active {
    display: block;
}

.news_cons .news_item .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(1, 2, 32, 0.1);
}

.news_cons .news_item .item:last-child {
    margin-bottom: 0;
}

.news_cons .news_item .item a {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}

.news_cons .news_item .item .item_day {
    font-size: 14px;
    color: #010220;
    width: 20%;
    text-align: right;
}

.news_cons .news_item .item .item_tit {
    width: 80%;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0;
    padding-left: 25px;
    background: url(../box_list_icon.png) no-repeat left center;
}

.news_cons .news_item .item .item_txt {
    font-size: 14px;
    line-height: 24px;
    color: #767676;
    display: none;
    text-align: justify;
}

.news_cons .news_item .item.active a {
    display: block;

}

.news_cons .news_item .item.active .item_day {
    width: 100%;
    text-align: left;
}

.news_cons .news_item .item.active .item_tit {
    width: 100%;
    font-size: 24px;
    padding-left: 0;
    background: none;
}

.news_cons .news_item .item.active .item_txt {
    display: -webkit-box;
}

.party {
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.6);
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.party_left,
.party_right {
    width: calc(50% - 20px);
}

.party_left .item {
    border-bottom: 1px solid rgba(1, 2, 32, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.party_left .item a,
.party_right .item a {
    width: 100%;
    align-items: center;
}

.party_left .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.party_left .item .item_img {
    width: 130px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}

.party_left .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party_left .item .item_con {
    width: calc(100% - 130px);
    padding-left: 20px;
    box-sizing: border-box;
}

.party_left .item .item_con .item_tit {
    font-size: 18px;
}

.party_left .item .item_con .item_txt {
    font-size: 14px;
    color: #767676;
    margin: 5px 0;
}

.party_left .item .item_con .item_day {
    font-size: 14px;
    color: #010220;
}

.party_right .item {
    border-bottom: 1px solid rgba(1, 2, 32, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.party_right .item .item_tit {
    font-size: 18px;
    width: calc(100% - 25%);
    padding-left: 25px;
    background: url(../box_list_icon.png) no-repeat left center;
    box-sizing: border-box;
}

.party_right .item .item_day {
    font-size: 14px;
    width: 25%;
    text-align: right;
    color: #010220;
}

.party_right .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bar {
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0% 80%);
    position: relative;
}

.bar img {
    display: block;
    margin: 0 auto;
}

.bar_text {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 40px;
}

.bar_text .tit_cn {
    font-size: 36px;
    color: #fff;
}

.bar_text .tit_en {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.bar_text .tit_ico {
    width: 20px;
    height: 5px;
    background: #fff;
    margin-top: 10px;
}

.submenu {
    text-align: center;
    border-bottom: 1px solid rgba(1, 2, 32, 0.1);
    margin-bottom: 30px;
}

.submenu_con {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.submenu a {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #010220;
    padding: 0 20px 10px 20px;
    position: relative;
}

.submenu a::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 10px;
    background-color: #4192fe;
    border-radius: 10px 10px 0 0;
}

.submenu a.active {
    color: #4192fe;
}

.submenu a.active::after,
.submenu a:hover::after {
    display: block;
}

.publication_list .item {
    width: calc(100% / 4 - 30px);
    margin-top: 40px;
    margin-right: 40px;
    height: 410px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.5s;
}

.publication_list .item:nth-child(4n) {
    margin-right: 0;
}

.publication_list .item .item_img {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.publication_list .item .item_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publication_list .item:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.publication_list .item .item_con {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(219, 60, 22, 0), rgba(219, 60, 22, 0.8));
    transform: translateY(100%);
    transition: all 0.5s;
    height: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
}

.publication_list .item .item_con .item_tit {
    font-size: 18px;
    color: #fff;
}

.publication_list .item .item_con .item_tst {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.publication_list .item .item_con .item_txt {
    font-size: 14px;
    color: #fff;
}

.publication_list .item:hover .item_con {
    transform: translateY(0);
    transition: all 0.5s;
}

.page {
    justify-content: center;
    padding-top: 60px;
}

.page a {
    padding: 5px 15px;
    margin: 0 5px;
    font-size: 16px;
}

.publication_con {
    margin-top: 40px;
    justify-content: space-between;
}

.publication_img {
    width: 510px;
    height: 720px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.publication_info {
    max-width: 710px;
    width: 60%;
}

.publication_info .editor {
    height: 136px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 20px;
    box-sizing: border-box;
    color: #6b6b6b;
}

.publication_info .editor:last-child {
    height: 168px;
}

.info_tit {
    font-size: 26px;
    font-weight: bold;
    color: #010220;
    margin-bottom: 20px;
}

.info_con {
    background: #f8f8f8;
    padding: 10px 20px;
}


.info_con span {
    display: inline-flex;
    width: 49%;
    font-size: 16px;
    color: #010220;
    padding: 5px 0;
}

.info_con span:nth-child(1),
.info_con span:nth-child(2) {
    width: 100%;
}

.info_txt {
    font-size: 18px;
    color: #010220;
    margin: 25px 0 10px;
}

.editor {
    font-size: 16px;
    line-height: 2;
    color: #010220;
    text-align: justify;
    text-align: -webkit-center;
}

.product_page {
    margin: 60px auto 0;
    justify-content: space-between;
    border-top: 1px solid #eee;
    background: #f8f8f8;
    padding: 0 60px;
    box-sizing: border-box;
}

.product_page_item a {
    font-size: 20px;
    line-height: 60px;
    color: #070f2a;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: inline-flex;
    border-radius: 10px;
    padding: 20px 0;
}

.product_page_item:nth-child(2) a {
    justify-content: center;
}

.product_page_item:nth-child(2) a em {
    background: url(../jt_icon2.png) no-repeat;
    width: 18px;
    height: 14px;
    margin-right: 10px;
}

.product_page_item:last-child a {
    flex-direction: row-reverse;
}

.product_page_item:first-child a em,
.product_page_item:last-child a em {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    transition: ease-in-out 0.5s;
    border-top: 2px solid #010220;
    border-right: 2px solid #010220;
    transform: rotate(45deg);
}

.product_page_item:first-child a em {
    transform: rotate(-135deg);
}

.journal_list .item {
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);

}

.journal_list .item {
    margin-top: 40px;
}

.journal_list .item a {
    align-items: center;
}

.journal_list .item .item_img {
    width: 250px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.journal_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.journal_list .item:hover .item_img img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.journal_list .item .item_con {
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding-left: 40px;
}

.journal_list .item .item_con .item_tit {
    font-size: 26px;
    font-weight: 550;
}

.journal_list .item .item_con .item_sub {
    background: #f8f8f8;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 20px 0;
}

.journal_list .item .item_con .item_sub span {
    display: inline-flex;
    width: 24%;
    padding: 5px 0;
    color: #010220;
}

.journal_list .item .item_con .item_sub span:nth-child(1) {
    width: 100%;
}

.journal_list .item .item_con .item_tst {
    font-size: 18px;
    color: #010220;
}

.journal_list .item .item_con .item_txt {
    font-size: 16px;
    line-height: 2;
    color: #767676;
    margin: 10px 0;
}

.journal_list .item .item_con .item_btn {
    font-size: 14px;
    color: #010220;
    display: inline-flex;
    align-items: center;
}

.journal_list .item .item_con .item_btn span {
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #010220;
    border-right: 1px solid #010220;
    transform: rotate(45deg);
    margin-left: 5px;
}
.party_list .item{
    width: calc(100% / 3 - 26px);
    margin-top: 40px;
    margin-right: 39px;
}
.party_list .item:nth-child(3n){
    margin-right: 0;
}
.party_list .item .item_img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 8px;
}
.party_list .item .item_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.party_list .item:hover .item_img img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.party_list .item .item_con{
    padding: 20px;
    box-sizing: border-box;
}
.party_list .item .item_con .item_day{
    font-size: 18px;
    color: #010220;
    display: inline-flex;
    align-items: center;
}
.party_list .item .item_con .item_day img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.party_list .item .item_con .item_tit{
    font-size: 24px;
    font-weight: 550;
    margin-top: 10px;
}
.box_title{
    text-align: center;
}
.box_title .title_cn{
    font-size: 36px;
    color: #010220;
}
.box_title .title_en{
    font-size: 20px;
    color: #010220;
    text-transform: uppercase;
    padding-top: 5px;
}
.box_title .title_icon{
    width: 40px;
    height: 5px;
    background: #0e64ab;
    margin: 20px auto 30px;
}
.contact_items{
    justify-content: center;
}
.contact_items .item{
    width: calc(100% / 4 - 30px);
    margin-right: 40px;
    margin-top: 40px;
    text-align: center;
    background: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.contact_items .item .item_show{
    width: 200px;
    height: 0px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: height 0.5s;
}
.contact_items .item:hover .item_show{
    height: 200px;
    transition: height 0.5s;
}
.contact_items .item:nth-child(4n),
.contact_items .item:last-child{
    margin-right: 0;
}
.contact_items .item .item_icon{
    margin: 0 auto 10px;
}
.contact_items .item .item_tit{
    font-size: 24px;
    font-weight: 550;
}
.contact_items .item .item_tit::after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #0e64ab;
    margin: 10px auto;
}
.contact_items .item .item_txt{
    font-size: 20px;
    color: #010220;
}
.contact_items .item .item_txt b{
    display: block;
    font-size: 26px;
}
.contact_items .item .item_txt span{
    font-size: 16px;
    color: #666;
}
.map{
    text-align: center;
}
.map img{
    display: block;
    margin: 0 auto;
}

.download_list .item{
    width: calc(100% / 2 - 20px);
    margin-right: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    height: 110px;
    border: 1px solid #e9e9e9;
    margin-top: 60px;
    transition: all 0.5s;
}
.download_list .item:nth-child(2n){
    margin-right: 0;
}
.download_list .item a{
    align-items: center;
}
.download_list .item .item_left{
    width: calc(100% - 85px);
    padding-left: 30px;
    box-sizing: border-box;
    align-items: center;
}
.download_list .item .item_left .item_img{
    width: 104px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin-top: -25px;
}
.download_list .item .item_left .item_con{
    width: calc(100%  - 104px);
    padding-left: 30px;
    box-sizing: border-box;
}
.download_list .item .item_left .item_con .item_tit{
    font-size: 22px;
    font-weight: bold;
}
.download_list .item .item_left .item_con .item_txt{
    font-size: 16px;
    color: #666;
    padding-top: 10px;
}
.download_list .item .item_right{
    width: 85px;
    text-align: center;
    border-left: 2px solid #e9e9e9;
    box-sizing: border-box;
}
.download_list .item:hover{
    transform: translateY(10px);
    transition: all 0.5s;
}

.links_list .item{
    width: calc(100% / 3 - 27px);
    margin-right: 40px;
    margin-top: 40px;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.5s;
}
.links_list .item:nth-child(3n){
    margin-right: 0;
}
.links_list .item a{
    align-items: center;
}
.links_list .item .item_tit{
    font-size: 18px;
    font-weight: 550;
    width: calc(100% - 20px);
}
.links_list .item .item_icon{
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.links_list .item:hover{
    transform: translateY(10px);
    transition: all 0.5s;
}

.news_list .item a{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    padding-top: 30px;
    align-items: center;
}
.news_list .item .item_img{
    width: 240px;
    height: 145px;
    overflow: hidden;
    border-radius: 8px;
}
.news_list .item .item_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.news_list .item .item_con{
    width: calc(100% - 340px);
    padding-left: 30px;
    box-sizing: border-box;
}
.news_list .item .item_con .item_day{
    font-size: 14px;
    color: #010220;
    margin-bottom: 10px;
}
.news_list .item .item_con .item_tit{
    font-size: 20px;
}
.news_list .item .item_con .item_txt{
    font-size: 14px;
    color: #6b6b6b;
    margin: 10px 0;
}
.news_list .item .item_con .item_btn{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.news_list .item .item_con .item_btn span{
    width: 6px;
    height: 6px;
    border-top: 1px solid #010220;
    border-right: 1px solid #010220;
    transform: rotate(45deg);
    margin-left: 5px;
}
.news_list .item:hover{
    background: #f9f9f9;
}
.news_list .item:hover .item_con .item_btn span{
     border-top: 1px solid #4192fe;
    border-right: 1px solid #4192fe;
}
.news_info_tit{
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}
.news_info_tit .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.news_info_tit .time{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-top: 20px;
}
.news_info_tit .time span{
    display: inline-block;
    padding: 0 15px;
}
.news_info_page{
    padding: 20px 0;
}
.news_info_page a{
    display: block;
    font-size: 15px;
    line-height: 30px;
}
.publication_btn{
    width: 100%;
}
.publication_btn a{
    display: block;
    line-height: 45px;
    border-radius: 10px;
    background: #0e64ab;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
a:hover {
    color: #4192fe;
}