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


.flex {
    display: flex;
}

.box {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.padding_box {
    padding-top: 20px;
}


.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;
}

.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;
    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%;
}

/* 导航 */
.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 {
    margin-bottom: 20px !important;
    background: none !important;
}


.local_lt_box {
    width: 442px;
}

/* .banner_img {
    border-radius: 0 !important;
} */
.layui-carousel-ind ul {
    background: none;
    position: absolute;
    right: 10px;
}

.local_title_column_box {
    border-bottom: 1px solid rgba(170, 170, 170, 1);
    height: 33px;
    margin-bottom: 15px;
}

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

.local_column_title {
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.local_details {
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
}

.local_details:nth-child(4) {
    margin: 0;
}

.local_title {
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid rgba(208, 10, 21, 1);
}

.local_ct_box {
    width: 414px;
}

.hot_news_title {
    color: rgba(208, 10, 21, 1);
    font-size: 18px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.hot_news_title a {
    font-size: 18px;
    color: rgba(208, 10, 21, 1);
}

.hot_news_cont {
    color: #333;
    font-size: 16px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

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

.local_rt_box {
    width: 284px;
}

.report_rt_title_box {
    margin: 20px 0;
    align-items: center;
}

.report_rt_title_box:nth-child(1) {
    margin-top: 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 {
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    /* flex-wrap: wrap; */
}

.report_rt_center_img_box img {
    width: 100px;
    height: 70px;
    box-sizing: border-box;
    object-fit: cover;
}

.report_rt_center_img_text {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.report_rt_center_img_text a {
    font-size: 16px;
}

.report_rt_center_text {
    padding: 10px 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    max-height: 74px;
    /* border-bottom: 1px solid rgba(170, 170, 170, 1); */
    overflow: hidden;
    /*隐藏多出部分文字*/
    text-overflow: ellipsis;
    /*用省略号代替多出部分文字*/
    display: -webkit-box;
    /* 显示多行文本容器 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    
}
.report_rt_center_text a {
    font-size: 16px;
}

.report_rt_center .report_rt_center_text:last-child {
    border: 0;
}

.advertising_box {
    width: 1200px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 120px;
    text-align: center;
}

.enterprise_box {
    width: 1200px;
    margin: 0 auto 30px auto;
}


.enterprise_img_box {
    position: relative;
    margin-right: 20px;
}

.enterprise_img_box img {
    width: 600px;
}

.enterprise_img_box p {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    background: rgba(51, 51, 51, 0.5);
    line-height: 45px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.enterprise_title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
    box-sizing: border-box;
}

.enterprise_title a {
    color: #333;
    font-size: 18px;
}

.enterprise_content {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}

.enterprise_content a {
    font-size: 18px;
    color: #333;
}

.local_special_box {
    width: 1200px;
    margin: 0 auto 50px auto;
}

.local_special_ct_box {}

.local_special_ct_img_box {
    width: 276px;
    margin-right: 32px;
}

.local_special_ct_img_box:last-child {
    margin: 0;
}

.local_special_ct_img_box p {
    width: 100%;
    color: #333;
    font-size: 16px;
    margin-top: 5px;
    overflow: hidden;
    /*隐藏多出部分文字*/
    text-overflow: ellipsis;
    /*用省略号代替多出部分文字*/
    display: -webkit-box;
    /* 显示多行文本容器 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.footer_link_box {
    width: 100%;
    background: rgba(255, 242, 243, 1);
}

.footer_link_ct_box {
    width: 934px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.footer_link_lt_box {
    width: 50%;
    padding-top: 10px;
    box-sizing: border-box;
}
.footer_linkHr{
    /* width: 2px; */
    height:auto;
    border:1px solid rgba(255, 209, 213, 1);
    margin: 0;
}
.footer_link_rt_box {
    padding-top: 10px;
    box-sizing: border-box;
    width: 50%;
    padding-left: 80px;
}

.footer_link_title {
    font-size: 16px;
    color: #333;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-weight: bold;
}

.footer_link_content {
    font-size: 16px;
    color: #333;
    margin: 15px 0;
}
.footer_link_content_a{
    flex-wrap: wrap;
}
.footer_link_content_a a{
    font-size: 14px;
    margin-right: 40px;
    margin-bottom: 20px;
    color: #333;
    align-content: space-between;
}