body {
    font-size: 14px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
dl,
dt,
dd,
header,
article,
iframe,
footer,
ol,
div,
img {
    margin: 0px;
    padding: 0px;
}

a,
i,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
 :before,
 :after {
    outline: none;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.clearfix {
    zoom: 1;
    clear: both
}

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

.clamp1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.clamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.clamp5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.search {
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.search-form {
    position: relative;
    background-color: #fff;
    width: 270px;
}

.form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 0 0 15px;
    background: rgba(0, 0, 0, 0);
    color: #333;
    font-size: 14px;
}

.an_ss {
    position: absolute;
    width: 60px;
    height: 40px;
    border: 0;
    right: 0px;
    top: 0px;
    background: url(../images/t_ss.png) #efaf34 center no-repeat;
}

.top {
    width: 100%;
    background: linear-gradient(#F38321, #DC6628) center no-repeat;
    height: 150px;
}

.top .main {
    position: relative;
    height: 150px;
    z-index: 20;
}

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

a.logo {
    background: url(../images/logo/logo_footer.png) left center no-repeat;
    background-size: auto auto;
    width: 300px;
    height: 81px;
    position: absolute;
    left: 0px;
    top: 30px;
}

.text1 {
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 20px;
}

.text1 .text2 {
    font-size: 36px;
    font-weight: bold;
}

.text1 .text3 {
    font-size: 22px;
    font-weight: bold;
}

.top #navk {
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.menu {
    float: right;
    margin-top: 20px;
}

.menu li {
    float: left;
    width: 120px;
    position: relative;
}

a.on {
    color: #f35d0c;
    background-color: #fff;
    text-decoration: none;
}

.menu a.dbt:hover,
.menu li.on a.dbt,
.menu li:hover a.dbt {
    color: #f35d0c;
    background-color: #fff;
    text-decoration: none;
}

.header-bann {
    background: url(../images/bann/bann.png) no-repeat center;
    width: 100%;
    height: 309px;
}

.menu a.dbt {
    font-size: 18px;
    width: 100%;
    display: block;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: none;
}

.menu dl {
    width: 100%;
    font-size: 14px;
    display: none;
    padding: 10px 0;
    text-align: center;
    background: #ffffff;
    position: absolute;
    left: 0%;
    top: 45px;
    opacity: 0;
    z-index: 30;
}

.menu dd {
    width: 100%;
    float: left;
}

.menu dd a {
    display: block;
    width: 100%;
    color: #000;
    padding: 5px;
    line-height: 25px;
    text-decoration: none;
}

.menu dd a:hover {
    background-color: #eee;
    color: #f35d0c;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}


/* 七大体系 */

.tx_left {
    float: left;
    width: 40%;
}

.tx_right {
    float: right;
    width: 55%;
}

.tx_top_title {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #f46610;
}

.tx_top_title:before,
.tx_top_title:after {
    content: '';
    width: 400px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.tx_right_content {
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    color: #000;
}

.tx_right_content:hover {
    color: #000;
}

.tx_right_content:hover .tx_date {
    background-color: #f46610;
    color: #fff;
}

.tx_right_content .tx_text {
    width: 27%;
    font-size: 22px;
    font-weight: 700;
}

.tx_time {
    width: 16%;
    border: solid 1px #ddd;
    font-size: 25px;
    text-align: center;
    margin: 0 10px;
}

.tx_time .tx_date {
    height: 30px;
    line-height: 30px;
    background-color: #A7A8AC;
}

.tx_time .tx_year {
    line-height: 30px;
}

.tx_title {
    width: 50%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
}

.slick-prev:before,
.slick-next:before {
    color: #a7a8ac !important;
}

.px_con {
    color: #000;
}

.px_con:hover {
    color: #f46610;
}

.tab_img {
    width: 100%;
    height: 415px;
    overflow: hidden;
}

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

.tab_img_title li {
    font-size: 18px;
    list-style: disc;
    line-height: 30px;
    margin: 10px 20px;
}

.tab_img_content {
    text-indent: 2rem;
    line-height: 24px;
    color: #A7A8AC;
}


/*work left*/

.sy1 {
    width: 100%;
    padding: 20px 0;
}

.sy1 .d1 {
    float: left;
    width: 66%;
}

.sy_bt1 {
    width: 100%;
    float: left;
    line-height: 50px;
    height: 50px;
    border-bottom: solid 1px #f3600c;
    margin-bottom: 30px;
}

.sy_bt1 .s1 {
    float: left;
    line-height: 40px;
    height: 51px;
    border-bottom: solid 3px #f46610;
    font-size: 24px;
    text-decoration: none;
}

.sy_bt1 .right {
    margin-right: 10px;
}

.right {
    float: right;
}

a.cd_h {
    color: #f46610;
}

.sy_lb1 {
    width: 102%;
    float: left;
    margin: 0 0 0 -1%;
}

.sy_lb1 li {
    width: 33.3333%;
    float: left;
    padding: 0 1% 2% 1%;
}

.sy_lb1 a {
    width: 100%;
    display: block;
    float: left;
    border: solid 1px #ddd;
    position: relative;
}

.sy_lb1 a:hover {
    transition: all .26s;
    box-shadow: 0 0 8px #000;
}

.sy_lb1 .imgk,
.sy_lb1 .imgk img,
.sy_lb1 .text-dec,
.sy_lb1 h4 {
    width: 100%;
    float: left;
}

.img_d {
    height: 184px;
    width: 100%;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

.sy_lb1 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sy_lb1 .text-dec {
    padding: 10px;
    padding-bottom: 0px;
}

.dt-title {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #000;
}

.sy_lb1 .text-dec h4 {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.sy_lb1 .text-dec h4:hover {
    color: #f3600c;
}

.sy_lb1 .text-dec .dt_time {
    float: right;
    line-height: 30px;
    font-size: 14px;
}


/*work right*/

.sy1 .d2 {
    float: right;
    width: 30%;
}

.sy_bt2 {
    width: 100%;
    float: left;
    line-height: 50px;
    height: 50px;
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
}

.sy_bt2 .s1 {
    float: left;
    line-height: 40px;
    height: 51px;
    border-bottom: solid 3px #f46610;
    font-size: 24px;
}

.sy_lb2 {
    width: 100%;
    float: left;
    margin-top: -15px;
}

.sy_lb2 li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: solid 1px #000;
    position: relative;
    min-height: 90px;
    padding-left: 80px;
    padding-top: 21px;
}

.sy_lb2 .sj {
    position: absolute;
    width: 65px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #ddd;
    left: 0px;
    top: 15px;
}

.sy_lb2 .sj p {
    display: block;
    width: 100%;
    height: 30px;
}

.sy_lb2 .sj p:first-child {
    color: #fff;
    background-color: #f46610;
    font-size: 16px;
}

.sy_lb2 .sj p:last-child {
    font-size: 15px;
}

.sy_lb2 a {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    height: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.sy_lb2 a p {
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_lb2 a:hover {
    color: #f46610;
}

.sy1 .d2 a.cd_a_h {
    margin-top: 20px;
}

a.cd_a_h {
    font-size: 14px;
    line-height: 38px;
    padding: 0 30px;
    color: #f5792c;
    border-bottom: solid 1px #ddd;
    text-align: right;
}


/* 侧栏 */

.art_item {
    width: 100%;
    padding-top: 50px;
}

.art_item .art_left {
    width: 21%;
    float: left;
    background: linear-gradient(#E1322B, #98312B) center no-repeat;
}

.art_left_title {
    font-size: 22px;
    line-height: 35px;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #fff;
}

.art_left_item {
    margin: 0 0 0 8px;
    background-color: #fff;
}

.art_left_item li {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    width: 100%;
    padding: 0;
    text-align: center;
}

.art_left_item li a {
    position: relative;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.art_left_item li.active {
    position: relative;
    color: #f3600c;
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.art_left_item li.active::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #f3600c;
    position: absolute;
    top: 0px;
    right: 0px;
}

.art_left_item li a::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}

.art_left_item li a:hover::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #f3600c;
    position: absolute;
    top: 0px;
    right: 0px;
}


/* 新闻列表 */

.art_item .art_right {
    width: 79%;
    float: right;
    padding: 0 20px 20px 20px;
    background-color: #fff;
    min-height: 500px;
}

.path {
    width: 100%;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #ddd;
    list-style: none;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.path li a:hover {
    text-decoration: none;
}

.path li.active {
    color: #f3600c;
}

.md40 {
    margin-bottom: 40px;
}

.list_item {
    width: 100%;
}

.list_item li {
    position: relative;
    width: 99%;
    margin: 0 auto;
    line-height: 36px;
}

.list_item a {
    position: relative;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
}

.list_item a::before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background-color: #000;
}

.list_item a:hover {
    color: #DC6628;
}

.list_item a:hover::before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background-color: #DC6628;
}

.list_left {
    padding-left: 20px;
}

.list_page {
    margin-top: 30px;
    text-align: center;
}

.no_list {
    text-indent: 2rem;
    font-size: 16px;
}


/* 底部 */

.footer-lx {
    background: linear-gradient(#E71E26, #A4252C) center no-repeat;
    padding: 30px 0 10px;
}

.footer-lx .footer-logo {
    background: url(../images/logo/logo_footer.png) no-repeat center;
    display: inline-block;
    width: 100%;
    height: 110px;
    border-right: 1px solid #FFFFFF;
}

#footer {
    margin-top: 20px;
}

.footer-lx p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
}

.footer-lx img.gzh {
    width: 80px;
    margin-top: 10px;
    border-radius: 5px;
}

.add2 {
    margin-left: 5em;
}

.footer-lx p a {
    color: #fff;
}


/* 文章阅读 */

.art_title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}

.art_time {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 5px 0 0 0;
}

.art_time span {
    padding: 0 6px;
}

.art_con {
    margin-top: 20px;
}


/* 媒体查询 */

@media ( min-width: 992px) and ( max-width: 1200px) {
    .main {
        width: 970px;
    }
	.tx_top_title:before, .tx_top_title:after {
		content: '';
		width: 30%;
	}
	.tx_right_content .tx_text {
		width: 38%;
	}
	.tx_time {
		width: 18%;
	}
	.tx_title {
		width: 53%;
	}
}

@media ( min-width: 700px) and ( max-width: 992px) {
    .main {
        width: 750px;
    }
    .top {
        width: 100%;
        background: linear-gradient(#F38321, #DC6628) center no-repeat;
        height: 60px;
    }
    a.logo {
        background: url(../images/logo/logo_footer.png) left center no-repeat;
        background-size: 180px auto;
        width: 180px;
        height: 40px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .top .main {
        margin: 0;
        padding: 0 10px;
    }
    .menu2 {
        width: 32px;
        height: 20px;
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 22;
    }
    .menu2 a {
        background: url(../images/logo/d2_1_03.png) no-repeat;
        outline: none;
        display: block;
        background-size: 100% 100%;
        width: 32px;
        height: 20px;
        line-height: 20px;
    }
    .menu a.dbt:hover,
    .menu li.on a.dbt,
    .menu li:hover a.dbt {
        color: #fff;
        background-color: transparent;
        text-decoration: none;
    }
    .menu2 a.on {
        background: url(../images/logo/d2_2_03.png) no-repeat;
        background-size: 100% 100%;
    }
    #navk {
        width: 100%;
        display: none;
        background: #f5761a;
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        padding: 0;
    }
    .menu {
        float: none;
        margin-top: 20px;
    }
    .menu li {
        float: left;
        width: 100%;
        position: relative;
        padding-left: 20px;
        border-bottom: 1px solid #ddd;
    }
    .menu a.dbt {
        font-size: 18px;
        width: 100%;
        display: block;
        line-height: 46px;
        text-align: left;
        color: #fff;
        background: none;
    }
    .menu dl {
        width: 100%;
        font-size: 14px;
        display: block;
        padding: 10px 0;
        text-align: left;
        background: none;
        position: static;
        left: 0;
        top: 55px;
        opacity: 1;
        z-index: 30;
        clear: both;
    }
    .menu dl dd {
        float: left;
        width: 50%;
    }
    .menu dl dd a {
        font-size: 14px;
        color: #fff;
    }
    .search {
        padding-top: 8px;
        display: block;
        margin-left: 27%;
        justify-content: normal;
        position: relative;
    }
    .text1 {
        margin-top: 10px;
    }
    .text1 .text2 {
        font-size: 22px;
        font-weight: bold;
    }
    .text1 .text3 {
        font-size: 22px;
        font-weight: bold;
    }
    .search-form {
        display: none;
        position: absolute;
        top: 20px;
        right: 0;
        width: 50%;
    }
    .form-control {
        width: 100%;
        height: 20px;
        line-height: 21px;
        border: 0;
        padding: 0 0 0 15px;
        background: rgba(0, 0, 0, 0);
        color: #333;
        font-size: 14px;
    }
    .an_ss {
        position: absolute;
        width: 30px;
        height: 20px;
        border: 0;
        right: 0px;
        top: 0px;
        background-size: 16px 16px;
        background: url(../images/t_ss.png) #efaf34 center no-repeat;
    }
    .top #navk {
        display: none;
    }
    .header-bann {
        background: url(../images/bann/bann.png) no-repeat center;
        width: 100%;
        background-size: auto 150px;
        height: 150px;
    }
    .sy1 {
        width: 100%;
    }
    .main {
        width: auto;
        margin: 0 10px;
    }
    .sy1 .d1 {
        width: 100%;
    }
    .sy_lb1 .text-dec h4 {
        font-size: 16px;
    }
    .sy_lb1 .text-dec .dt_time {
        font-size: 16px;
    }
    .sy1 .d2 {
        width: 100%;
    }
    .sy_lb1 {
        width: 100%;
        float: left;
        margin: 0;
    }
    .sy_lb1 li {
        width: 33%;
        float: left;
        padding: 0 2%;
        margin-bottom: 10px;
    }
    .img_d {
        height: 184px;
        width: 100%;
        overflow: hidden;
        padding: 10px 10px 0 10px;
    }
    .sy_bt2 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .sy_lb2 li {
        width: 48%;
        margin-left: 10px;
    }
    .tx_top_title {
        width: 100%;
        float: left;
    }
    .tx_top_title:before,
    .tx_top_title:after {
        content: '';
        width: 15%;
    }
    .tx_left {
        float: left;
        width: 40%;
    }
    .tab_img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .slick-prev {
        left: 5px !important;
    }
    .slick-next {
        right: 5px !important;
    }
    .tx_right {
        float: right;
        width: 56%;
    }
    .tx_right_content {
        padding: 10px 0 0 0;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .tx_right_content .tx_text {
        width: 48%;
        font-size: 22px;
        font-weight: 700;
    }
    .tx_time {
        width: 42%;
        border: none;
        font-size: 25px;
        text-align: center;
        margin: 0 10px;
        display: flex;
        align-items: center;
    }
    .tx_time .tx_date {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #f46610;
    }
    .tx_time .tx_year {
        line-height: 30px;
    }
    .tx_title {
        margin: 8px 0;
        width: 100%;
        padding-left: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .footer-lx .footer-logo {
        background: url(../images/logo/logo_footer.png) no-repeat center;
        display: inline-block;
        width: 100%;
        height: 60px;
        border-right: none;
    }
    .add2 {
        margin-left: 0;
    }
    .footer-lx p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
        line-height: 24px;
        text-align: center;
    }
    .gzh_img p {
        text-align: center;
    }
    .art_item .art_left {
        width: 100%;
    }
    .art_item .art_right {
        width: 100%;
        min-height: auto;
    }
    .path {
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;
    }
    .list_item li {
        position: relative;
        width: 99%;
        margin: 0 auto;
        line-height: 36px;
        list-style: square;
    }
    .list_item a::before {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 12px;
        height: 12px;
        content: '';
        display: none;
        border-radius: 50%;
        background-color: #000;
    }
    .list_item a {
        position: relative;
        width: 100%;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-decoration: none;
        color: #000;
    }
    .list_left {
        width: 74%;
        display: inline-block;
        padding-left: 0;
        line-height: 26px;
    }
    .list_right {
        width: 22%;
        display: inline-block;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media ( min-width: 310px) and ( max-width: 500px) {
    .top {
        width: 100%;
        background: linear-gradient(#F38321, #DC6628) center no-repeat;
        height: 100px;
    }
    a.logo {
        background: url(../images/logo/logo_footer.png) left center no-repeat;
        background-size: 180px auto;
        width: 180px;
        height: 40px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .top .main {
        margin: 0;
        padding: 0 10px;
    }
    .menu2 {
        width: 32px;
        height: 20px;
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 22;
    }
    .menu2 a {
        background: url(../images/logo/d2_1_03.png) no-repeat;
        outline: none;
        display: block;
        background-size: 100% 100%;
        width: 32px;
        height: 20px;
        line-height: 20px;
    }
    .menu a.dbt:hover,
    .menu li.on a.dbt,
    .menu li:hover a.dbt {
        color: #fff;
        background-color: transparent;
        text-decoration: none;
    }
    .menu2 a.on {
        background: url(../images/logo/d2_2_03.png) no-repeat;
        background-size: 100% 100%;
    }
    #navk {
        width: 100%;
        display: none;
        background: #f5761a;
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        padding: 0;
    }
    .menu {
        float: none;
        margin-top: 20px;
    }
    .menu li {
        float: left;
        width: 100%;
        position: relative;
        padding-left: 20px;
        border-bottom: 1px solid #ddd;
    }
    .menu a.dbt {
        font-size: 18px;
        width: 100%;
        display: block;
        line-height: 46px;
        text-align: left;
        color: #fff;
        background: none;
    }
    .menu dl {
        width: 100%;
        font-size: 14px;
        display: block;
        padding: 10px 0;
        text-align: left;
        background: none;
        position: static;
        left: 0;
        top: 55px;
        opacity: 1;
        z-index: 30;
        clear: both;
    }
    .menu dl dd {
        float: left;
        width: 50%;
    }
    .menu dl dd a {
        font-size: 14px;
        color: #fff;
    }
    .search {
        padding-top: 50px;
        display: block;
        justify-content: normal;
        position: relative;
    }
    .text1 {
        margin-top: 10px;
    }
    .text1 .text2 {
        font-size: 18px;
        font-weight: bold;
    }
    .text1 .text3 {
        font-size: 18px;
        font-weight: bold;
    }
    .search-form {
        display: none;
        position: absolute;
        top: 20px;
        right: 0;
        width: 50%;
    }
    .form-control {
        width: 100%;
        height: 20px;
        line-height: 21px;
        border: 0;
        padding: 0 0 0 15px;
        background: rgba(0, 0, 0, 0);
        color: #333;
        font-size: 14px;
    }
    .an_ss {
        position: absolute;
        width: 30px;
        height: 20px;
        border: 0;
        right: 0px;
        top: 0px;
        background-size: 16px 16px;
        background: url(../images/t_ss.png) #efaf34 center no-repeat;
    }
    .top #navk {
        display: none;
    }
    .header-bann {
        background: url(../images/bann/bann.png) no-repeat center;
        width: 100%;
        background-size: auto 150px;
        height: 150px;
    }
    .sy1 {
        width: 100%;
    }
    .main {
        width: auto;
        margin: 0 10px;
    }
    .sy1 .d1 {
        width: 100%;
    }
    .sy_lb1 .text-dec h4 {
        font-size: 16px;
    }
    .sy_lb1 .text-dec .dt_time {
        font-size: 16px;
    }
    .sy1 .d2 {
        width: 100%;
    }
    .sy_lb1 {
        width: 100%;
        float: left;
        margin: 0;
    }
    .sy_lb1 li {
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 10px;
    }
    .img_d {
        height: auto;
        width: 100%;
        overflow: hidden;
        padding: 10px 10px 0 10px;
    }
    .sy_bt2 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .tx_top_title {
        width: 100%;
        float: left;
    }
    .tx_top_title:before,
    .tx_top_title:after {
        content: '';
        width: 15%;
    }
    .tx_left {
        float: left;
        width: 100%;
    }
    .tab_img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .slick-prev {
        left: 5px !important;
    }
    .slick-next {
        right: 5px !important;
    }
    .tx_right {
        float: right;
        width: 100%;
    }
    .tx_right_content {
        padding: 10px 0 0 0;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .tx_right_content .tx_text {
        width: 48%;
        font-size: 22px;
        font-weight: 700;
    }
    .tx_time {
        width: 42%;
        border: none;
        font-size: 25px;
        text-align: center;
        margin: 0 10px;
        display: flex;
        align-items: center;
    }
    .tx_time .tx_date {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #f46610;
    }
    .tx_time .tx_year {
        line-height: 30px;
    }
    .tx_title {
        margin: 8px 0;
        width: 100%;
        padding-left: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .footer-lx .footer-logo {
        background: url(../images/logo/logo_footer.png) no-repeat center;
        display: inline-block;
        width: 100%;
        height: 60px;
        border-right: none;
    }
    .add2 {
        margin-left: 0;
    }
    .footer-lx p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
        line-height: 24px;
    }
    .gzh_img p {
        text-align: center;
    }
    .art_item .art_left {
        width: 100%;
    }
    .art_item .art_right {
        width: 100%;
        min-height: auto;
    }
    .path {
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;
    }
    .list_item li {
        position: relative;
        width: 99%;
        margin: 0 auto;
        line-height: 36px;
        list-style: square;
    }
    .list_item a::before {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 12px;
        height: 12px;
        content: '';
        display: none;
        border-radius: 50%;
        background-color: #000;
    }
    .list_item a {
        position: relative;
        width: 100%;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-decoration: none;
        color: #000;
    }
    .list_left {
        width: 74%;
        display: inline-block;
        padding-left: 0;
        line-height: 26px;
    }
    .list_right {
        width: 22%;
        display: inline-block;
        line-height: 26px;
        margin-bottom: 10px;
    }
	.clamp5 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 3;
	}
}

