/*
-----------------
news @PC
-----------------
*/
#news{
    width: 1080px;
    margin: 20px auto 0 auto;
}
#news h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#news h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
.news{
    width: 100%;
}
.news ul:nth-child(1){
    width: 100%;
    background: #fff;
}
.news ul:nth-child(1) li{
    padding: 25px 20px 25px 20px;
    background: #f5f6f3;
    margin: 2px 0 0 0;
}
.news ul:nth-child(1) li time{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 1px 20px 0 0;
    color: #5dc259;
}
.news ul:nth-child(1) li p{
    font-size: 14px;
}
.news ul:nth-child(1) li p a:hover{
    border: none;
}
@media screen and (max-width:1080px){
    #news{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
}

/*
-----------------
newsdetail @PC
-----------------
*/
#newsdetail{
    width: 1080px;
    margin: 0 auto;
}
@media screen and (max-width:1080px){
    #newsdetail{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
}
#newsdetail > time{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 30px 0 0 0;
    color: #5dc259;
    display: block;
    letter-spacing: 2px;
}
#newsdetail > h1{
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0 0 15px 0;
}
.newstxt p{
    padding: 15px 0 0 0;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-size: 15px;
}
.newsimages ul{
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.newsimages ul li{
    width: 31%;
}
.newsimages ul li img{
    width: 100%;
}
.newslink{
    padding: 20px 0 0 0;
}
.newslink li a{
    color: #5dc259;
    padding: 0 20px 0 0;
    font-size: 15px;
    background: url(../common/img/iconLink.png) 100% 6px no-repeat;
}
/*
-----------------
pager
-----------------
*/
.pager{
    display: flex;
    margin: 20px 0 0 0;
}
.pager li{
    margin: 0 10px 0 0;
}
.pager li a{
    color: #fff;
    padding: 3px 8px 3px 8px;
    background: #5dc259;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.pager li.active a{
    color: #fff;
    background: #cdcdcd;
}

/*
-----------------
pageback
-----------------
*/
.pageback{
    text-align: center;
    padding: 20px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #dcdcdc;
}
.pageback a{
    padding: 0 0 5px 0;
    color: #5dc259;
}
.pageback a i{
    padding: 0 10px 0 0;
}
.pageback a:hover{
    border-bottom: none;
}