* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    /* font-family: '微软雅黑'; */
}

body {
    position: relative;
}

.flex {
    display: flex;
}

.box {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.padding_box {
    padding-top: 20px;
}

.header_box {
    width: 1200px;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.header_nav {
    width: 1200px;
    height: 90px;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: space-between;
}

.header_nav li {
    width: 12%;
    text-align: center;
}

.header_nav li a {
    color: #fff;
    font-size: 14px;
}

.header_rt_box {
    padding: 20px 0;
    box-sizing: border-box;
}

.logo_2 {
    padding-top: 40px;
}

.layui-input {
    width: 352px;
    border: 2px solid #D00A15;
    border-right: 0;
}

.layui-input:hover {
    border: 2px solid #D00A15 !important;
    border-right: 0;
}

.layui-input:focus {
    border: 2px solid #D00A15 !important;
    border-right: 0;
    /* 点击时边框换成的颜色 */
    outline: none !important;
    /* 去除点击时浏览器可能添加的轮廓线 */
}

.layui-btn:hover {
    color: #fff;
}

.layui-input-suffix {
    width: 80px !important;
    background: #D00A15;
    color: #fff;
    font-size: 14px;
}

.layui-btn-primary {
    border: 0;
    color: #fff;
    background: #D00A15;
}

.login_but {
    background: #D00A15 !important;
    border-radius: 3px;
    border: 0;
    color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}

.localText {
    background: none;
    color: #333;
    font-size: 18px;
    position: relative;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
    text-align: right;
    cursor: pointer;
}

.localText::before {
    content: "";
    width: 16.65px;
    height: 16.65px;
    position: absolute;
    left: 15px;
    top: 15px;
    background: url('../assets/nav/location.png')no-repeat;
    background-size: 100%;
}

.localText:hover {
    color: #333;
}

.local_box {
    padding: 0 10px;
    box-sizing: border-box;
    padding-right: 0;
    position: relative;
}

.local_box:hover .local_ul {
    display: block;
}

.local_ul {
    transition: .2s;
    display: none;

    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -180px;
    transform: translateX(-20%);
    width: 77px;
    border-radius: 5px;
    border: 1px solid #aaa;
    z-index: 99;
}

.local_ul li {
    cursor: pointer;
    width: 77px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #aaa;
    transition: .2s;
}

.local_ul li a {
    color: #333;
    font-size: 14px;
}

.local_ul li:hover {
    background: #FFEDEE;
}

.local_ul li:last-child {
    border: 0;
}

/* 导航 */
.nav_box {
    width: 100%;
    /* height: 80px; */
    background: #D00A15;
}

.nav_ct_box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}



.layui-carousel {
    background: none !important;
}


.banner_2 {
    width: 100%;
    object-fit: cover;

}

.banner_title {
    text-align: center;
    font-size: 14px;
    /* margin-top: 10px; */
}


.hot {
    width: 1200px;
    margin: 20px auto 0 auto;
    justify-content: space-between;
    flex-shrink: 0;
}

.hot_banner {
    width: 400px;
    height: 410px;
    flex-direction: column;
    justify-content: space-between;
}

.hotCt {
    width: 508px;
    padding: 0 20px;
    box-sizing: border-box;
}

.layui-carousel {

    background: none !important;
}

.banner_small {
    width: 180px;
    flex-direction: column;
}

.banner_small a {
    display: block;
    text-align: center;
}

.banner_small a span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    transition: .2s;
}

.banner_small a span :hover {
    color: rgba(208, 10, 21, 1);
}

.banner_2 {
    width: 100%;
    height: 100px;
    /* margin-top: 20px; */
    object-fit: cover;

}

.hot_news {
    display: block;
    margin-bottom: 5px;
}

.hot_news_title {
    display: block;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    margin: 10px 0;
    cursor: pointer;
    transition: .2s;
}

.hot_news_title:hover {
    color: #D00A15;
}

.hot_news_title2 {
    display: block;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .2s;
}

.hot_news_title2:hover {
    color: #D00A15;
}

.hot_news_cont2 {
    display: block;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 15px;
}

.hot_news_cont2 li:last-child {
    min-height: auto;
}

.hot_news_cont2 li:first-child {
    font-weight: bold;
}

.hot_news_cont2 li {
    min-height: 29.5px;
}

.hot_news_cont2 li a {
    font-size: 16px;
    color: #333;
    transition: .2s;
}

.hot_news_cont2 li a:hover {
    color: rgba(208, 10, 21, 1);
}

.hot_news_cont1 {
    display: block;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s;
    margin: 8px 0 7px 0;
}

.hot_news_cont1:last-child {

    margin: 0;
}

.hot_news_cont1 li {
    line-height: 35px;
    /* min-height: 35px; */
}

.hot_news_cont1 li:last-child {
    /* min-height: auto; */
}

.hot_news_cont1 li a {
    font-size: 16px;
    color: #333;
    transition: .2s;
}

.hot_news_cont1 li a:hover {
    color: #D00A15;
}

.hot_news_cont1 li:first-child a {
    font-weight: bold;
}

.hot_news_cont {
    display: block;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 15px;
}

.per_id {
    width: 298px;
}

.hot_news_cont:last-child {

    margin: 0;
}

.hot_news_cont li {
    line-height: 35px;
    /* min-height: 35px; */
}

.hot_news_cont li a {
    font-size: 16px;
    color: #333;
}

.hot_news_cont li a:hover {
    color: #D00A15;
}

.hot_news_cont li:first-child {
    font-weight: bold;
}

.hot_news_cont li:last-child {
    height: auto;
}

/* .hot_news_cont:first-child{
    padding: 0;
} */
.hot_news_cont:hover {
    color: #D00A15;
}

/* .hot_news_cont:last-child{
    margin-top: 0;
} */

.coverIcon {
    width: 25.71px;
    margin-top: 5px;
}

.cover_title {
    font-weight: bold;
    font-size: 24px;
    color: #D00A15;
    box-sizing: border-box;
    padding: 0 10px;
}

.layui-border-red {
    width: 52%;
    margin-top: 17px;
    border-color: #D00A15 !important;
}

.per_title {}

/* 封面图片 */
#ID-carousel-demo-cover {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 30px;
    box-sizing: border-box;
}

#ID-carousel-demo-cover  .layui-carousel-arrow {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -18px;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center;
    font-size: 15px;
    background-color: rgba(51, 51, 51, 0.5) !important;
}
#ID-carousel-demo-cover .layui-carousel-arrow[lay-type=add] {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -18px;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center;
    font-size: 15px;
    background-color: rgba(51, 51, 51, 0.5) !important;
}

#ID-carousel-demo-cover #cover_banner .cover_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 特别报道 */
.report_box {
    width: 1200px;
    margin: 0 auto;
}

.report_title_box {
    padding-right: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

/* 特别报道标题 */
.report_title_title {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.report_title_title::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/star.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 产业经济 */
.economics {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.economics::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/economics.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 英才建党 */
.party {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.party::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/party.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.layui-border-red2 {
    width: 83%;
    border-color: #D00A15 !important;
}

.layui-border-red-local {
    width: 86%;
    border-color: #D00A15 !important;
}



.more {
    font-size: 14px;
    color: #777777;
}

.report_ct_box {
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
}

.report_lt_box {
    width: 400px;
    height: 410px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report_img1 {
    width: 400px;
    height: 255px;
    position: relative;

}

.play_icon {
    display: block;
    width: 44px;
    height: 44px;
    background: url('../assets/home/play.png')no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.report_img2 {
    margin-top: 10px;
    width: 180px;
    height: 125px;
    text-align: center;
}

.report_img2 img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}


.report_img2 span {
    display: block;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    margin-top: 10px;
    transition: .2s;
}

.report_img2 span:hover {
    color: rgba(208, 10, 21, 1);
}

.report_p {
    width: 100%;
    height: 40px;
    background: rgba(51, 51, 51, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.report_p span {
    display: block;
    width: 80%;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.report_center_box {
    width: 508px;
    padding: 0 20px;
    box-sizing: border-box;
}

.video_list {
    justify-content: space-between;
    margin-bottom: 30px;
}

.video_list li {
    position: relative;
}

.video_list li a span {
    width: 100%;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(51, 51, 51, 0.5);
    padding: 0 0 0 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}

.video_list li a img {
    display: block;
    width: 220px;
    height: 130px;
}

.report_rt_box {
    width: 286px;
}

.report_rt_title_box {
    align-items: center;
    margin-bottom: 10px;
}

.report_rt_title_box1 {
    align-items: center;
    margin: 12px 0;
}

.report_rt_hr {
    /* width: 4px; */
    height: 25px;
    border: 2px solid #D00A15;
}

.report_rt_title {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}

.report_rt_center_img_box {


    /* flex-wrap: wrap; */
}

.report_rt_center_img_box li {
    padding: 5px 0;
    box-sizing: border-box;
}

.report_rt_center_img_box img {
    width: 100px;
    padding-right: 15px;
    box-sizing: border-box;
}

.report_rt_center_img_text {
    font-size: 14px;
    color: #333;
    transition: .2s;
}

.report_rt_center_img_text:hover {
    color: #D00A15;
}

.report_rt_center_img_text span {
    font-size: 14px;
    color: #333;
    transition: .2s;
}

.report_rt_center_img_text span:hover {
    color: #D00A15;
}

.report_rt_center_text {
    font-size: 16px;
    color: #333;
    line-height: 33px;
}

.observe_img {
    width: 100px;
}

.special_box {
    width: 1200px;
    margin: 0 auto 40px auto;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
}

.special_title {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.special_title::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/special.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.special_lt_box {}

/* .layui-border-red2 {
    width: 70%;
    border-color: #D00A15 !important;
} */
.layui-border-red4 {
    width: 50%;
    border-color: #D00A15 !important;
}

.special_lt {
    padding-top: 20px;
    box-sizing: border-box;
    justify-content: space-between;
}

.video1 {
    width: 100%;
}

.special_video_box {
    width: 308px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advertisingPosition_box {
    width: 300px;
}

.advertising {
    width: 300px;
    height: 115px;
    box-sizing: border-box;
    line-height: 115px;
    font-size: 20px;
    margin: 16px 0 37px 0;
}
.advertising:last-child{
    margin: 0;
}
.advertising img {
    width: 300px;
    height: 115px;
}

.advertising:nth-child(3) {
    padding: 0;
}

.specific_box {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.specific_ct_box {
    width: 370px;
}

.specific_title_box {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.layui-border-red3 {
    width: 45%;
    border-color: #D00A15 !important;
}

.layui-border-red5 {
    width: 78%;
    border-color: #D00A15 !important;
}

/* 产业经济 */
.person {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.person::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/person.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 产业经济 */
.comment {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.comment::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/comment.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 产业经济 */
.travel {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.travel::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/travel.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 地方频道 */
.local {
    font-size: 24px;
    font-weight: bold;
    color: #D00A15;
    padding-left: 40px;
    position: relative;
}

.local::before {
    content: "";
    width: 30px;
    height: 28.71px;
    background: url('../assets/home/local.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.specific_img_box {
    position: relative;


}

.specific_img_box img {
    width: 100%;
    object-fit: cover;
}

.specific_title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5);
    /* padding-right: 40%; */
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
}

.specific_text {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    box-sizing: border-box;
}

.channel_box {
    width: 1200px;
    margin: 20px auto 40px auto;
}

.swiper-container {
    width: 1200px;
    height: 220px;
    position: relative;
    overflow-x: hidden;
    padding: 0 30px;
    box-sizing: border-box;

}

.swiper-slide {
    width: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper_img {
    width: 100%;
}

.swiper-p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-prev {
    width: 16.8px;
    height: 30px;
    background: url('../assets/home/prev.png') no-repeat;
    background-size: 100%;
    left: 0 !important;
}

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

.swiper-button-next {
    width: 16.8px;
    height: 30px;
    background: url('../assets/home/next.png') no-repeat;
    background-size: 100%;
    right: 0 !important;

}

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