@charset "utf-8";

/*------------ news ------------*/

.news-list {
    margin: -35px -15px 0px;
}

.news-list li {
    width: 33.3%;
    margin: 5px 0;
    position: relative;
    padding: 15px 0 10px;
    transition:all .3s;
}

.news-list .item:hover{
    padding:0px 0 15px;
    transition:all .3s;
}
.news-list li:nth-child(3n+1) {
    clear: left;
}


.news-list .box {
    margin: 0 auto;
    margin: 25px 5%;
    padding: 25px 25px 30px;
    position: relative;
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.news-list .date{
    display: block;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0 15px 0 10px;
    line-height: 23px;
    text-align: center;
    top: -20px;
    position: absolute;
    border-radius: 5px;
}

.news-list .box:hover .date {
}

.news-list .date b,
.news-date b{
    top: 5px;
    margin-right: 10px;
    padding-right: 6px;
    position: relative;
    display: inline-block;
}

.news-list .date small,
.news-date small{
    font-size: 14px;
    line-height: 40px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.news-list .name:after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    display: block;
    left: 25px;
    top: 45px;
    transition: all .3s;
}

.news-list .box:hover .name:after {
    width: 83%;
}

.news-list .name {
    line-height: 1.8;
    font-size: 16px;
    padding: 50px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

.news-list .box:hover .name {
}


/*------------ detail-main ------------*/

.news-detail {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0px 65px;
}

.news-date{
    display:block;
  
    font-size: 28px;
  
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0 15px 0 10px;
    line-height: 23px;
    text-align: center;
    top: 0px;
    max-width:130px;
    position: relative;
    border-radius: 5px;
}
.news-title {
    margin: 0px 0px 15px;
   
    font-size: 18px;
    font-weight:normal;
    position: relative;
}
.detail-tit{
    margin:10px 0;
     font-size: 18px;
}
.news-editor{
    text-align:left;
}
.news-editor img{
    text-align:left;
    position:relative;
    display:block;
    margin:20px 0;
}
.share_box {
    text-align: left;
    margin-bottom: 15px;
}
.share_box.all{
    margin-bottom:40px;
}
/*
.share_box.all:after{
    content:'';
    width:179px;
    height:7px;
    display:block;
}*/
.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
    /*手機板*/
    .news-list {
        max-width: 900px;
        margin: 30px auto;
    }
    .news-list li .text {
        margin: 5px 0 0;
    }
    .news-list li .name {
        margin-bottom: 0px;
        padding: 25px 0 15px;
        font-size: 15px;
    }
    .news-list li a {
        padding: 10px 5px;
    }
    .news-list .item {
       padding: 10px 0 0px;
    }
   .news-list .item:hover{
        padding:0px 0 10px;
    }
    .news-list .box {
        margin: 20px 10px 10px;
        padding: 15px 10px 20px;
    }
   
    .news-list .name:after {
        left: 15px;
        top: 35px;
    }

    .news-detail {
        padding: 0 0px 5px;
    }
   
    .editor {
        margin-bottom: 25px;
    }
    .news-title{
        font-size:16px;
        
    }
}

@media screen and (max-width: 600px) {
    .news-list li {
        width: 50%;
    }
    .news-list li:nth-child(n) {
        clear: none;
    }
    .news-list li:nth-child(2n+1) {
        clear: left;
    }
    .share_box {
        /* text-align: center; */
        margin-bottom: 5px;
        margin: 5px 0 10px;
    }
    .share_box.all{
        margin-bottom:20px;
    }
}

@media screen and (max-width: 450px) {

    .news-list li {
        width: 100%;
        padding: 0;
        margin: 0px 0 40px;
    }
    .news-list .box {
        margin: 0px;
    }

    .news-list .item .box:hover {
        margin: 0;
    }
    .news-list .box:hover .name:after {
        width: 88%;
    }
}