.search_tag{
    font-size: 24px;
    padding:0px 10px;
    border-left: 3px solid #F78D11;
    margin-bottom: 30px;
}
.search_tag span{
    font-weight: bold;
}
.content .search-box {
    width: 250px;
    display: block;
    margin: auto;
}
.content .search-box .ibtn.search{
    top: 5px;
}
.content .search-box .form-control {
    height: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-bottom: 1px solid #F78D11;
}
.content {
    width: calc(100% - 240px);
    margin: auto;
    box-sizing: border-box;
    padding: 50px 40px 70px;
}
.fb {
    overflow: hidden;
}
.share_box{
    margin-bottom: 15px;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn ,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    color: #cccccc;
    cursor: pointer;
    font-size:25px;
    line-height: 1;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin:2px 0 0;
    padding: 0px 0 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 3px 0 0;
}
  /*keyword*/
  .keyword_box:before{
    content: 'TAG •';
    color: #24262C;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    top: 1px;
    position: relative;
  }
.keyword_box{
    padding-top: 10px;
    font-size: 14px;
    clear: both;
}
.keyword_box ul{
    display: inline-block;
}
.keyword_box li a{
    padding:5px;
    color: #9fa7ad;
    line-height: 1;
    border:solid 1px #DCDCDC;
    border-radius: 5px;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 13px;

}
.keyword_box li:hover a{
    background: #fd6c0a;
    border-color: #fd6c0a;
    color: #fff;
}
.keyword_box.detail{
    margin:15px 0;
}  

.article-list .item {
    width: 100%;
    padding: 0 10px;
}

.article-list .item .box {
    margin: 0 auto;
    padding: 35px 0;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
    border-bottom: solid 1px #eee;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: auto;
    overflow-x: hidden;
}

.article-list .date {
    display: block;
    width: 67px;
    background: #DAEEF6;
    color: #2793E1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    position: relative;
}
.article-list .pic {
    float: right;
    width: 280px;
    position: relative;
    overflow: hidden;
}

.article-list .box:hover .date {
    width: 93px;
    color: #FFF;
    background: #FD6C0A;
}

.article-list .date b {
    font-size: 40px;
    display: block;
}

.article-list .date .month {
    display: block;
    font-size: 16px;
    position: relative;
}

.article-list .date .month:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2793E1;
    margin: 2px auto 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-list .box:hover .date .month:after {
    background: #FFF;
}
.article-list .txt {
    display: block;
    float: left;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 30px;
}
.article-list .txt_box {
    display: block;
    float: left;
    width: calc(100% - 282px);
    box-sizing: border-box;
    padding-left: 30px;
}
.article-list .pr{
    position: relative;
}
.article-list .pr:after{
        visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.article-list a.cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}
.article-list .title {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0em;
}

.article-list .title:hover {
    color: #FD6C0A;
}

.article-list p {
    overflow: hidden;
    line-height: 1.6;
    color: #545454;
    font-size: 14px;
    margin: 0;
    margin-top: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*detail*/

.article-detail {
    border-bottom: solid 1px #eee;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 5px 0;
    overflow: auto;
}

.detail-date {
    display: block;
    width: 144px;
    float: left;
    box-sizing: border-box;
    padding: 5px;
    background: #DAEEF6;
    color: #2793E1;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.detail-date b {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.detail-title {
    box-sizing: border-box;
    padding: 10px;
    padding-right: 30px;
    text-align: left;
    color: #444444;
    font-size: 24px;
    line-height: 1.45;
    float: right;
    width: calc(100% - 145px);
}
.article-pic{
    display: block;
    margin-bottom: 20px;
}
/*全站搜尋*/
.search-list .item .box{
    padding-right: 145px;
    max-width: inherit;
}
.search-list .item .box .more{
    width: 117px;
    height: 32px;
    position: absolute;
    right: 15px;
    bottom: 35px;
    border-radius: 50px;
    background: #fab774;
    text-align: center;
    color: #fff;
    line-height: 32px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-list .item .box:hover .more{
    background: #666666;
}
.search-til{
    background: #fdfdfd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 25px 3px 40px;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    color: #f78d11;
    clear: both;
    height: auto;
}
.search-til:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f78d11;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 17px;
}
.search-list .item .box{
    margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
     .content{
        width: 100%;
        padding: 0px;
    }
}
@media screen and (max-width: 767px) {
    .detail-date,
    .detail-title,
    .article-list .date,
    .article-list .txt {
        float: none;
        width: 100%;
    }
    .article-list .item .box {
        padding: 12px;
    }
    .search-list .item .box {
    }
    .search-list .item .box .more{
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
    .detail-date,
    .article-list .date,
    .article-list .txt {
        text-align: center;
    }
    .detail-date {
        margin: 0 auto;
        width: 150px;
    }
    .detail-title {
        padding: 10px;
        font-size: 20px;
    }
    .article-list .date {
        width: 90px;
        display: block;
        margin: 0 auto 20px;
    }
    .article-list .box:hover .date {
        width: 90px;
    }
    .article-list .txt {
        padding-left: 0;
    }
    .article-list .txt_box{
        width: 100%;
        padding: 0;
    }
    .article-list .box{
        max-width: 280px;
    }
    .article-list .pic{
        float: none;
        margin: 20px auto;
    }
}

