.news-page{
    width: 100%;
    margin-top: 10px;
}
.news-page-left{
    float: left;
    width: 72%;
}
.news-page-left-b{
    background: white;
    width: 100%;
    margin-bottom: 20px;
}
.news-page-right{
    float: right;
    width: 26%;
}
.news-page-right-b{
    width: 100%;
    background: white;
    margin-bottom: 10px;
}
.news-page-right-inner{
    padding: 10px;
}
.news-page-left-inner{
    padding: 10px 20px 20px 20px;
}
.tut-art-title,
.news-title{
    line-height: 40px;
    font-weight: bold;
}
.tut-art-title-info,
.news-title-info{
    margin-top: 10px;
    width: 100%;
}
.tut-art-title-info-l,
.news-title-info-l{
    float: left;
}
.tut-art-title-info-l div,
.news-title-info-l div{
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}
.tut-art-title-info-r,
.news-title-info-r{
    float: right;
    text-align: right;
}
.news-title-info-r .owner-pages .img{
    border: solid 1px #636363;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.news-title-info-r .owner-pages .info{
    text-align: left;
    padding-left: 10px;
}
.news-title-info-r .owner-pages .info .name{
    padding-bottom: 5px;
}
.news-title-info-r .owner-pages .info .name a:hover{
    text-decoration: none;
}
.news-title-info-r .owner-pages .info .date{
    margin-top: 10px;
}
.news-list .date,
.tut-art-title-info .date,
.news-title-info .date{
    margin-top: 5px;
    display: inline-block;
    padding-left: 18px;
    background: url('../../../images/v1/news/news_date_icon.png') 0 50% no-repeat;
    color: #494949;
}
.tut-art-vi,
.news-vi{
    margin-top: 20px;
    text-align: center;
}
.tut-art-desc-title,
.news-desc-title{
    font-weight: bold;
    margin-top: 16px;
}
.tut-art-desc,
.news-desc{
    margin-top: 10px;
}
.tut-art-comment-title,
.news-comment-title{
    margin-top: 40px;
    border-bottom: solid 1px #cdc7d4;
}
.tut-art-comment-title:after,
.news-comment-title:after{
    margin-top: 6px;
    margin-bottom: -1px;
    width: 70px;
    height: 3px;
    background: #4b0082;
    display: block;
    content: '';
}
.news-next-title{
    border-bottom: solid 1px #cdc7d4;
}
.news-next-title:after{
    margin-top: 10px;
    margin-bottom: -1px;
    width: 70px;
    height: 3px;
    background: #4b0082;
    display: block;
    content: '';
}
.news-next-list{
    margin-top: 20px;
}
.news-next-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.news-next-list ul li{
    float: left;
    width: 31.7%;
    margin-left: 2.4%;
    margin-bottom: 20px;
}
.news-next-list ul li:nth-child(3n+1){
    margin-left: 0;
}
.news-next-list ul li img{
    display: block;
    width: 256px;
    height: 166px;
}
.news-next-list ul li a{
    color: #171717;
    text-decoration: none;
}
.news-next-list ul li .fs_16 a{
    font-weight: bold;
}
.news-next-list ul li a:hover{
    text-decoration: underline;
}
.news-next-list ul li div.fs_16{
    margin-top: 15px;
    margin-bottom: 5px;
}
.news-page-right-list-left{
    float: left;
    width: 35%;
}
.news-page-right-list-right{
    float: right;
    width: 62%;
    height: 66px;
    position: relative;
}
.news-page-right-list-right .title{
    margin-top: -3px;
}
.news-page-right-list-right a{
    color: #171717;
    text-decoration: none;
    font-weight: bold;
}
.news-page-right-list-right a:hover{
    text-decoration: underline;
}
.news-page-right-list-right .date{
    color: #171717;
    padding-left: 15px;
    background: url('../../../images/v1/calendar_gray.svg') 0 50% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-page-right-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-page-right-list ul li{
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.news-page-right-list ul li:first-child{
    margin-top: 20px;
}
.news-page-right-list ul li:last-child{
    margin-bottom: 0;
}
.news-page-right-title{
    border-bottom: solid 1px #cdc7d4;
}
.news-page-right-title:after{
    margin-top: 10px;
    margin-bottom: -1px;
    width: 70px;
    height: 3px;
    background: #4b0082;
    display: block;
    content: '';
}