@media (max-width:1200px) {
    .md12 {
        width: 100%;
    }
}

.banner .swiper-slide {
    position: relative;
}

.banner .img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .img img {
    width: 100%;
}

.banner .tit {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-weight: bold;
    background: linear-gradient(to bottom, #4383d200, #4383D2);
    padding: 15px 110px 15px 20px;
}

.banner .swiper-pagination {
    text-align: right;
    padding-right: 20px;
}

.banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    height: 10px;
    width: 10px;
}

.banner .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    display: none;
    top: calc(50% - 30px);
    background: none;
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    text-shadow: #0046B9 3px 10px 20px;
    line-height: 70px;
    height: 70px;
}

.banner:hover .swiper-button-prev {
    display: block;
    transition: all 1s;
}

.banner:hover .swiper-button-next {
    display: block;
    transition: all 1s;
}

@media (max-width:1200px) {
    .banner {
        width: 100%;
    }
}

@media (max-width:767px) {
    .banner .tit {
        display: block;
        position: relative;
        background: #0046B9;
        padding: 15px;
    }

    .banner .swiper-pagination {
        position: relative;
        text-align: center;
        margin-top: 30px;
    }

    .banner .swiper-pagination-bullet {
        background: #0046B9;

    }
}

.top_news .top {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #444;
    line-height: 40px;
    text-align: justifyLeft;
    text-transform: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #4383D2;
}



.top_news .list {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 30px;
}

.top_news .list li {
    margin-bottom: 19px;
    padding-left: 26px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}


.top_news .list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    align-items: center;
    width: 6px;
    height: 6px;
    background: #4383D2;
    left: 0;
    top: 12px;
}

.top_news .list li:last-child {
    margin-bottom: 20px;
}

.top_news .more {
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #3D55A7;
    line-height: 28px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;

}

@media (max-width:1600px) {
    .top_news .list li:last-child {
        display: none;
    }
}

@media (max-width:1200px) {
    .top_news {
        margin-top: 30px;
        width: 100%;
    }
}

.padnav {
    display: none;
}

.common-title {
    position: relative;
}

.common-title.switch {
    overflow: hidden;
    border-bottom: 1px solid #DEE9F5;
}

.common-title.switch .switch_tab {
    float: left;
}

.common-title.switch .switch_tab a {
    cursor: pointer;
}

.common-title.switch .switch_tab .h24 {
    color: #444;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 4px solid #fff;
    font-weight: 400;
}

.common-title.switch .switch_tab.active .h24 {
    color: #444;
    position: relative;
    border-bottom: 4px solid #0046B9;
}

/* .common-title.switch .switch_tab.active .h24::after {
    content: '';
    border-bottom: 5px solid #2298E3;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    transform: translateX(-50%);
} */

.common-title.switch .switch_tab:last-child {
    margin-left: 36px;
}

.common-title.switch .switch_tab:last-child.active::after {
    left: 185px;
}

.common-title.switch .switch_tab a.more {
    display: none;
}

.common-title.switch .switch_tab.active a.h24 {
    color: #333;
    font-weight: 700;
}

.common-title.switch .switch_tab.active a.more {
    display: block;
}

.common-title.switchs {
    overflow: hidden;
}

.common-title.switchs .switch_tab {
    float: left;
}

.common-title.switchs .switch_tab a {
    cursor: pointer;
}

.common-title.switchs .switch_tab:last-child {
    margin-left: 30px;
}

.common-title.switchs .switch_tab a.more {
    display: none;
}

.common-title.switchs .switch_tab.active a.h24 {
    color: #2298E3;
}

.common-title.switchs .switch_tab.active a.more {
    display: block;
}

.common-title a.h24 {}

.common-title a.h24:hover {
    color: #2298E3;
}

.common-title a.more {
    position: absolute;
    right: 0;
    top: 40%;
    color: #3D55A7;
    transform: translateY(-50%);
}

.common-title .switch_tab.active {}

.common-title.red-after {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.news .public-wrap {
    margin-top: 25px;
}

.news .public-wrap.switch_cont .news-list {
    display: none;
}

.news .public-wrap.switch_cont .news-list.active {
    display: block;
}

.mt-40 {
    margin-top: 40px;
}

.news-box{
	overflow: hidden;
}
.news-box .news-img img {
    width: 100%;
    height: auto;
	transition: all 0.3s
}
.news-box .news-img img:hover{
	transform: scale(1.1);
}
.news-box .news-img{
	line-height: 0px;
	width: 300px;
	overflow: hidden;
	display: block;
	float: left;
}
.news-box .right{
	float: right;
	width: calc(100% - 320px)
}
.news-box .title{
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #444444;
line-height: 30px;
	display: block;
}
.news-box .news-abs{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	margin-top: 10px;
}
.news-box .date{
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 16px;
	margin-top: 10px;
	display: inline-block;
}

.switch_cont .list{
	margin-top: 20px;
}
.switch_cont .list li {
    /* margin-bottom: 19px; */
    padding-left: 26px;
    position: relative;
}

.switch_cont .list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    align-items: center;
    width: 6px;
    height: 6px;
    background: #4383D2;
    left: 0;
    top: 19.5px;
}

.switch_cont .list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #444444;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.switch_cont .list li .date {
    float: right;
    margin-left: 20px;
    line-height: 45px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}

.switch_cont .date-list li{
	margin-bottom: 17px
}
.switch_cont .date-list li:last-child{
	margin-bottom: 0px;
}
.switch_cont .date-list li .date {
    float: left;
    width: 50px;
    height: 50px;
    background: #0046B9;
    text-align: center;
    margin-right: 19px;
    margin-top: 6px;
    margin-bottom: 12px;
}

.switch_cont .date-list li .date .year {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;

}

.switch_cont .date-list li .date .date-s {
    display: block;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}

.switch_cont .date-list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.switch_cont .date-list li::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

@media (max-width:767px) {
    .public-wrap {
        margin-bottom: 15px;
    }

    .mt-40 {
        margin-top: 15px;
    }

    .top_news .list li,
    .switch_cont .date-list li p {
        display: block;
    }

    .switch_cont .list li a {
        display: inline-block;
        line-height: 30px;
    }

    .switch_cont .list li .date {
        display: none;
    }

    .news-box {
        margin-bottom: 15px;
    }

    .date-list li {
        margin-bottom: 10px;
    }
}

.footer-link {
    margin-top: 50px;
    margin-bottom: 60px;
}

.footer-link .select-box select {
    width: 100%;
    height: 50px;
    background: #F2F8FF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BFDCFF;
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 10px 15px 10px 15px;
}

@media (max-width:991px) {
    .footer-link .select-box select {
        margin-bottom: 15px;
    }
}