/*news*/
.news-box{
    background-color: #eee;
    margin-top: 30px;
    box-shadow: 0px 0px 4px 2px #ccc;
}
.news-l{
    width: 22.83%;
}
.news-l img{
    vertical-align: top;
    width: 100%;
}
.news-r{
    width: 73.33%;
    padding-left: 3.83%;
    position: relative;
}
.news-r h3{
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
    margin-top: 10px;
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-r h3 a{
    color: #333;
}
.news-r h3:hover>a{color: #fcaf01;}
.news-r .news-desc{
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    overflow-y: hidden;
    width: 86%;
}
.sanjiao{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 120px solid #fcaf01;
    border-left: 120px solid transparent;
}
.news-time{
    width: 80px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    line-height: 24px;
    padding: 9px 3px 0 0;
}
.news-time p:nth-child(1){
    font-size: 14px;
    padding-right: 4px;
}
.news-time p:nth-child(2){
    font-size: 18px;
    padding-right: 10px;
}
.right-news{width: 950px;float: left;padding-left: 24px;}
.pageul{
    margin-top: 50px;
    justify-content: center;
    margin-bottom: 50px;
}
.pageul a{
    min-width: 20px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.pageul a{
    color:#666;
}
.pageul a:hover{
    background-color: #fcaf01;
    color: #fff;
    transition:all 0.5s ease;

}
.pageul span{
    min-width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fcaf01;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    color: #fff;
}
.pageul .thisclass span{
    background-color: #fcaf01;
    color: #fff;
}