@charset "utf-8";

.cont_6 {
    width: 100%;
}

.cont_6_title {
    width: 100%;
    text-align: center;
}

.cont_6_title image {
    display: inline-block;
    width: 1215px;
    height: 96px;
}

.cont_6_con {
    width: 100%;
    height: 1082px;
    background: url(../images/ys_bj_con.jpg) no-repeat;
    background-size: 100% cover;
    background-position: center top;
}

.cont_6_middle {
    width: 1215px;
    margin: 0 auto;
}

.con6_middle_top {
    padding-right: 560px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}

.p_ys_item {
    box-sizing: border-box;
    width: 100%;
    padding-left: 62px;
    font-size: 15px;
    color: #666; display: inline-block;  min-height:48px;
    line-height: 24px;
    margin: 42px 0 0px 0;
}

.p_ys_item span {
    font-weight: bold;
    color: #333;

}

.ys_01 {
    background: url(../images/ys_01.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_02 {
    background: url(../images/ys_02.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_03 {
    background: url(../images/ys_03.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_04 {
    background: url(../images/ys_04.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_05 {
    background: url(../images/ys_05.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.con6_middle_bottom {
    width: 100%;
    margin-top: 90px;
    padding-left: 540px;
    padding-right: 40px;
    box-sizing: border-box;
}

.con6_middle_bottom .p_ys_item {
    color: #e7f0fb;
}

.con6_middle_bottom .p_ys_item span {
    color: #fff;
}


.ys_06 {
    background: url(../images/ys_06.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_07 {
    background: url(../images/ys_07.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_08 {
    background: url(../images/ys_08.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_09 {
    background: url(../images/ys_09.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.ys_10 {
    background: url(../images/ys_10.png) no-repeat;
    background-position: left top;
    background-size: 42px 46px;
}

.news_left {
    width: 810px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left_module {
    width: 390px;
}

.module_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.head_left img {
    display: inline-block;
    height: 22px;
    width: auto;
}

.module-con {
    width: 100%;
}

.news-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; cursor: pointer;
}.news-top:hover .news-text p{ text-decoration: underline;}
.news-top:hover .news-text div{ color:#111;}
.news-img {
    display: inline-block;
    width: 144px;
    height: 104px;
}

.news-img img {
    display: inline-block;
    width: 144px;
    height: 104px;
    border-radius: 6px;
}

.news-text {
    display: inline-block;
    width: 225px;
    text-align: left;
    font-size: 13px;
}

.news-text p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    margin-top: 10px;
}

.news-text div {
    color: #666;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text h6 {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0 0;
}

.news-bottom {
    width: 100%;
    margin-top: 10px;
}

.news-bottom ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-bottom ul li {
    width: 100%;
    list-style: none;
}

.news-bottom ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    line-height: 36px;
    border-bottom: 1px dashed #ececec;
    font-size: 12px;
    text-decoration: none;
}

.news-bottom ul li a span:last-child {
    color: #aaa;
}

.news-bottom ul li a:hover,
.news-bottom ul li a:hover span {
    color: #111;
}

.news-bottom ul li a span:nth-child(1) {
    display: inline-block;
    width: 264px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}