@charset "utf-8";

/* 新闻 */

.news {
    padding: 30px 0 11px;
}

.news .w1500 {
    display: flex;
    justify-content: space-between;
}

.news_banner {
    width: 47%;
    max-height: 400px;
}

.news_banner .slick-dots {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.news_banner .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    background: #dddddd;
    border-radius: 50%;
}

.news_banner .slick-dots .slick-active {
    background: #058C06;
}

.news_list {
    width: 50.47%;
}

.news_list ul {
    margin-top: 13px !important;
}

/* 列表 */

.list .title {
     height: 37px;
     line-height: 37px;
     display: flex;
     justify-content: right;
     align-items: center;
     position: relative;
}

.list .title::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #bccbbc;
    bottom: 0;
    left: 0;
}

.list .title .txt {
    background: #137832;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    border-bottom: 1px solid #0e6725;
}

.list .title .txt::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background-image: url(../images/title_sj.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -13px;
}

.list .title .more {
    font-size: 16px;
    color: #8F5B18;
    position: absolute;
    right: 0;
    top: 0px;
}

.list ul {
    margin-top: 20px;
}

.list ul li {
    line-height: 42px;
}

.list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list ul li a p {
    font-size: 17px;
    color: #333333;
    position: relative;
    padding-left: 27px;
    width: calc(100% - 65px);
}

.list ul li a p::before {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 15px;
    background: url(../images/list_ks.png);
    background-size: contain;
    left: 0;
    top: calc(50% - 7px);
}

.list ul li a span {
    font-size: 17px;
    color: #999999;
}

/*  */

.tw_list{
    padding-bottom: 30px;
}

.tw_list .w1500 {
    display: flex;
    justify-content: space-between;
}

.tw_list_l {
    width: 32.34%;
}

.tw_list_c {
    width: 31.8%;
}

.tw_list_c .list:nth-child(2) {
    margin-top: 31px;
}

.tw_list_r {
    width: 31%;
}
.news_list ul li{line-height: 39px;}