/*------------ news ------------*/

.news-list {
    margin: 0 -20px;
}

.news-list li {
    width: calc((100% / 3) - 0.1px);
    padding: 0 20px 40px;
    position: relative;
}

.news-list li:nth-child(3n+1) {
    clear: left;
}

.news-list li a {
    max-width: 282px;
    margin: 0 auto;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list li .pic:before,
.news-list li .pic .cover {
    content: "";
    transition: all .2s;
    position: absolute;
    opacity: 0;
}

.news-list li .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

.news-list .pic .cover {
    width: 45px;
    height: 45px;
    top: 0;
    left: 50%;
    text-align: center;
    margin: -27px 0 0 -27px;
    border: 1px solid rgba(255, 255, 255, .72);
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}

.news-list .pic .cover:before {
    content: "more";
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 45px;
    font-family: 'Istok Web', sans-serif;
    transform: rotate(45deg);
}

.news-list a:hover .pic:before,
.news-list a:hover .pic .cover {
    transition: all .2s;
    opacity: 1;
}

.news-list a:hover .pic .cover {
    top: 50%;
}

.news-list li .text {
    margin: 25px 0 0 0;
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
    line-height: 1.6;
    color: #444444;
    font-size: 14px;
}

.news-list li .name {
    color: #4eaf1c;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 23px;
    margin: 0 0 10px 0;
}

.news-list a:hover .name {
    color: #2f2f2f;
    text-decoration: underline;
}

.news-list li .date {
    position: absolute;
    border: 2px solid #2C281D;
    text-align: center;
    bottom: -17px;
    left: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 1;
    color: #2C281D;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    z-index: 0;
    font-family: 'Open Sans', sans-serif;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35);
}

.news-list li .date b {
    display: block;
    font-weight: 700;
    font-size: 32px;
}

.news-list li .date:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3ce1e+0,98cb21+100 */
    background: rgb(179, 206, 30);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(179, 206, 30, 1) 0%, rgba(152, 203, 33, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(179, 206, 30, 1) 0%, rgba(152, 203, 33, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(179, 206, 30, 1) 0%, rgba(152, 203, 33, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ce1e', endColorstr='#98cb21', GradientType=1);
    /* IE6-9 */
    border-radius: 50%;
    opacity: 0;
    transition: all .2s;
}

.news-list li a:hover .date {
    border-color: #fff;
}

.news-list li a:hover .date:before {
    opacity: 1;
}


/*------------ detail-main ------------*/

.news-date {
    font-size: 16px;
    line-height: 1;
    color: #2C281D;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}

.news-date span {}

.news-date b {
    font-size: 25px;
    margin: 0 0 0 10px;
}

.news-title {
    margin: 10px 0;
    font-size: 20px;
    color: #105e06;
    line-height: 1.4;
}


/*-------------------------------*/

.news-name{
    font-family: 'Open Sans', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #2C261D;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 1.2;
}

.news-name:after{
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    background: #EB5A05;
    margin: 35px 0 0;
}

.news-info{
    padding: 0 0 60px;
    background: url('../../images/common/bg/line3.png') repeat-x bottom;
    margin: 0 0 40px;
}

.news-info .slider {
    float: left;
    width: 53%;
    padding: 0 0 0 45px;
    box-sizing: border-box;
}

.news-info .slider .pic {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
    outline: 0;
}

.news-info .txt{
    float: right;
    width: 46%;
}

.thumbnails ul {
    margin: 0 -6px;
}

.thumbnails li a {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
}

.thumbnails li {
    padding: 0 6px 20px;
    width: calc((100% / 3) - 0.1px);
}

.thumbnails li a:before{
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(179,206,30,.74);
    z-index: 10;
    display: block;
    opacity:0;
    position: absolute;
}

.thumbnails li a:after{
    content: "\e1032";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    display: block;
    position: absolute;
    font-size: 12px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #FFFFFF;
    line-height: 30px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin: -15px 0 0 -15px;
    z-index: 15;
    opacity:0
}

.thumbnails li a:hover:before,
.thumbnails li a:hover:after,
.thumbnails li.active a:before,
.thumbnails li.active a:after   {
    transition: all .2s;
    opacity: 1;
}

.thumbnails li a:hover:after,
.thumbnails li.active a:after  {
    top: 50%;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .news-info{
        padding: 0 0 15px;
    }
    .news-info .slider,
    .news-info .txt{
        float: none;
        width: auto;
        max-width: 400px;
        margin: 0 auto 25px;
        padding: 0;
    }
    .news-info .txt{
        text-align: center;
        margin: 0 auto;
    }
    .news-name:after{
        margin: 35px auto 0;
    }
}

@media screen and (max-width: 1100px) {
    .news-list {
        margin: 0px -20px;
    }
}

@media screen and (max-width: 900px) {
    .news-list {
        max-width: 700px;
        margin: 0 auto;
    }
    .news-list li {
        width: 50%;
    }
    .news-list li:nth-child(3n+1) {
        clear: none;
    }
    .news-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 600px) {
    .news-list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .thumbnails li a {
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}