.YUGO-body {
    min-height: 100%;
    background: #FFFFFF
}

.YUGO-news-header {
    width: 100%;
    position: relative;
}

.YUGO-news-header img {
    width: 100%;
    display: block;
}

.YUGO-news-bottom {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.YUGO-news-content {
    width: 1200px;
    margin: auto;
    font-size: 0;
}

.YUGO-news-list {
    width: 776px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-news-new {
    width: calc(100% - 776px);
    display: inline-block;
    vertical-align: top;
    padding-left: 42px;
}

.YUGO-news-new-title {
    width: 100%;
}

.YUGO-news-new-title img {
    width: 198px;
    height: 25px;
    display: block;
}

.YUGO-news-new-list {
    width: 100%;
    padding-top: 14px;
}

.YUGO-news-new-child {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    padding-top: 14px;
    cursor: pointer;
    padding: 14px 0px;
}

.YUGO-news-new-child p {
    color: #000000;
    width: calc(100% - 10px);
    font-size: 14px;
    /*font-weight: 600;*/
    line-height: 20px;
    cursor: pointer;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
}
.YUGO-news-new-child div{
    display: inline-block;
    vertical-align: top;
    width: 10px;
    position: relative;
}
.YUGO-news-new-child div::after{
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #10B4B5;
    content: '';
    left: 0px;
    top: 8px;

}


.YUGO-news-new-child p:hover {
    color: #10B4B5;
}

/*.YUGO-news-new-child p:nth-child(2) {*/
/*    color: #666666;*/
/*    font-size: 14px;*/
/*    font-weight: 14px;*/
/*    margin-top: 4px;*/
/*    cursor: pointer;*/
/*}*/

.YUGO-news-list-top {
    width: 100%;
    height: 394px;
    position: relative;
}

.YUGO-news-list-banner {
    width: 100%;
    height: 394px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
    overflow: hidden;
}

.YUGO-news-list-banner ul li {
    width: 776px;
    height: 394px;
    float: left;
    position: relative;
}

.YUGO-news-list-banner ul li img {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#n_banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
    padding-right: 34px;
}

#n_banner .dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    text-indent: -999em;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#n_banner .dots li.active {
    background: #ffffff;
    opacity: 1;
}

.YUGO-news-list-banner-mask {
    width: 100%;
    height: 110px;
    background: url('https://yuguwechat.oss-cn-shanghai.aliyuncs.com/website/n-04.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-top: 64px;
    padding-left: 34px;
    padding-right: 34px;
    text-align: left;
}

.YUGO-news-list-banner-mask p {
    color: #FFFEFE;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.YUGO-news-list-bottom {
    width: 100%;
    padding-top: 24px;
}

.YUGO-news-list-child {
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 0;
    border-bottom: 1px solid #F1F1F1;
}

.YUGO-news-list-child:nth-last-child(1) {
    border-bottom: none;
}

.YUGO-news-list-left {
    width: 178px;
    height: 126px;
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.YUGO-news-list-left img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.YUGO-news-list-right {
    width: calc(100% - 178px);
    height: 126px;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 20px;
}

.YUGO-news-list-right p:nth-child(1) {
    color: #000000;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 18px;
}

.YUGO-news-list-right p:nth-child(2) {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
}

.YUGO-news-list-right p:nth-child(3) {
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px;
}

.YUGO-news-list-right p:nth-child(1):hover {
    color: #10B4B5;
}