* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

img {
    width: 100%;
    border: none;
    display: block;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.main_W {
    width: 1200px;
    margin: 0 auto;
}

.nav_top {
    width: 100%;
    height: 50px;
    background-color: #d10055;
    margin-bottom: 36px;
}

.nav_top ul {
    padding: 0 70px;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
}

.nav_top ul li {
    float: left;
    text-align: justify;
}

.nav_top ul li a {
    color: #fffefe;
    font-size: 20px;
    line-height: 50px;
}

.logo_con {
    padding: 15px 12px;
    height: 82px;
    overflow: hidden;
}

.logo_left {
    margin-right: 110px;
}

.logo_right {
    line-height: 82px;
}

.logo_right ul li {
    float: left;
    margin-right: 40px;
}

.logo_right ul li a {
    color: #000;
    font-size: 16px;
}

.soild_blue {
    width: 100%;
    height: 3px;
    background-color: #2e9a47;
    margin-bottom: 36px;
}

.carousel {
    width: 790px;
    float: left;
}

.one_coner {
    height: 444px;
}

.swiper-newTabs {
    width: 790px;
    height: 444px;
    overflow: hidden;
}

.carousel .container {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.swiper-newTabs .swiper-slide {
    background: rgba(0, 0, 0, 0.3);
}

.swiper-newTabs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-newTabs .swiper-title {
    position: absolute;
    bottom: 0;
    width: calc(100% - 160px);
    height: 72px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 72px;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 110px;
    padding-right: 50px;
}

.swiper-newTabs .swiper-title a {
    color: white;
    text-decoration: none;
    display: block;
}

.carousel .swiper-button-prev::after {
    content: "";
}

.carousel .swiper-button-next::after {
    content: "";
}

.carousel .swiper-button-next,
.carousel .swiper-button-prev {
    width: 17px;
    height: 23px;
    bottom: 24px;
    top: auto;
}

.carousel .swiper-button-next img,
.carousel .swiper-button-prev img {
    width: auto;
}

.swiper-number {
    position: absolute;
    bottom: 16px;
    color: white;
    z-index: 9999;
    left: 46px;
    top: auto;
    font-size: 26px;
}

.swiper-number {
    color: white;
    font-size: 26px;
}

.swiper-number .count {
    font-size: 30px;
}

.one_text {
    width: 386px;
}

.one_text .title_name {
    padding-top: 0;
}

.one_text ul li {
    margin-top: 24px;
}

.one_text ul li:first-child {
    margin-top: 0px;
}

.one_text ul li h4 {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.one_text ul li h4 a {
    color: #010101;
}

.one_text ul li p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 28px;
}

.one_text ul li p a {
    color: #d12d1f;
}

.bottom_left {
    margin-top: 54px;
    width: 790px;
}

.bottom_left .title_name {
    padding-top: 0;
}

.koneng_ri {
    width: 512px;
}

.bottom_koneng a {
    color: #010101;
    font-size: 20px;
    font-weight: bold;
}

.bottom_koneng p {
    margin-top: 16px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 28px;
}

.bottom_koneng p a {
    color: #d12d1f;
    font-size: 14px;
    font-weight: 400;
}

.bottom_koneng ul li {
    height: auto;
    padding: 32px 0 32px 0;
    border-bottom: 1px #c5c4c4 dashed;
}

.more {
    width: 58px;
    height: 38px;
    border: 1px #2e9a47 solid;
    padding: 0 34px;
    margin: 0 auto;
    margin-top: 52px;
    margin-bottom: 132px;
    cursor: pointer;
}

.more p {
    margin-top: 0;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 40px;
}

.bottom_right {
    width: 386px;
    margin-top: 20px;
}

.title_name {
    position: relative;
    margin-bottom: 32px;
    padding-top: 32px;
}

.title_name a {
    position: absolute;
    right: 6px;
    bottom: 8px;
    font-size: 14px;
    color: #717171;
}

.text_pic {
    width: 386px;
    height: 211px;
    overflow: hidden;
    position: relative;
    margin-bottom: 22px;
}

.text_pic img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.text_pic+ul {
    margin-top: 22px;
}

.text_pic+ul li {
    padding: 5px 0;
    margin-bottom: 0px;
}

.text_pic+ul li a {
    line-height: 24px;
    font-size: 16px;
    color: #010101;
    font-weight: normal;
}

.text_pic img {
    transition: all 2s;
}

.text_post {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: auto;
    padding: 2px 10px;
    width: calc(100% - 20px);
    text-align: center;
}

.text_post a {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-left: 0px;
}

.right_one ul li:last-child {
    margin-bottom: 0px;
}

.right_one ul li a {
    color: #010101;
}

.right_one ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #4c4c4c;
    margin-top: 16px;
}

.right_one ul li p a {
    color: #d12d1f;
}

.isImgClass {
    display: flex;
}

.koneng_ri {
    width: auto;
    flex: 1;
}

.koneng_bot {
    overflow: hidden;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 36px;
    width: 100%;
}

.koneng_bot span {
    float: left;
    margin-right: 2rem;
    color: #2b8bd7;
}

.koneng_bot i {
    font-style: normal;
}

.koneng_bot i:last-child {
    float: right;
}

.isImgClass .photo img {
    width: 232px;
    height: 150px;
    overflow: hidden;
    padding-right: 40px;
}

.youth-page-paginations {
    margin-bottom: 50px;
}

.youth-page-btn.active {
    background-color: #d10055;
}

.youth-page-btn {
    border: 2px solid #d10055;
}

.youth-page-link {
    border: none !important;
}