.i-date {display:none;}
.the_date {display:none;}
.news_related .date {display:none;}
.menu_cat .mc_title {
	font-size: 20px;
    padding: 10px 20px 10px 0;
}
.menu_cat .mc_content ul li a {
	padding: 13px 30px;
}
.wrap_style{
    margin-bottom: 30px;
    padding: 30px 15px 15px 15px;
    background: #f5f5f5;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.07);
}
.wrap_style .node{
    width: 50%;
    padding: 0 15px;
    float: left;
}
.feature_news .i-image{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.feature_news .i-image img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.feature_news .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.feature_news .i-desc{
    padding: 15px 0;
}
.feature_news .i-desc .i-date{
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}
.feature_news .i-desc .i-date:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    content: "\f017";
    color: #66c9f9;
}
.feature_news .i-desc .i-title{
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: bold;
}
.feature_news .i-desc .i-title a{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.feature_news .i-desc .i-content{
    font-size: 14px;
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
}
.wrap_margin{
    margin:  0 5px;
}
.wrap_margin .feature_news{
    margin-bottom: 15px;
}
.wrap_margin .feature_news .i-desc{
    padding-left: 10px;
}
.wrap_margin .feature_news .i-desc .i-title{
    max-height: 90px;
}
.wrap_margin .w_item{
    width: 50%;
    margin-bottom: 5px;
    padding: 0 5px;
    float: left;
}
.wrap_margin .w_item:nth-child(2n+1){
    clear: left;
}
.list_news{
    margin-bottom: 15px;
}
.list_news .item{
    background: #ffffff;
    padding: 15px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.07);
    margin-bottom: 5px;
}
.list_news .item .i-image{
    width: 120px;
    float: left;
}
.list_news .item .i-desc{
    margin-left: 135px;
}
.list_news .item .i-date{
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
    padding-left: 18px;
    position: relative;
}
.list_news .item .i-date:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    content: "\f017";
    color: #66c9f9;
}
.list_news .item .i-title{
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.list_news .item .i-title a{
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
.grid_news{
    margin: 0 -15px;
}
.grid_news .wrap_item{
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}
.grid_news .wrap_item:nth-child(3n+1){
    clear: left
}
.grid_news .item{
    border: 1px solid #e8e8e8;
    padding: 19px;
    position: relative;
}
.grid_news .item:before{
    position: absolute;
    border-top: 1px solid #66c9f9;
    border-bottom: 1px solid #66c9f9;
    left: 50%;
    right: 50%;
    top: -1px;
    bottom: -1px;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}
.grid_news .item:hover:before{
    left: -1px;
    right: -1px;
}
.grid_news .item:after{
    position: absolute;
    border-left: 1px solid #66c9f9;
    border-right: 1px solid #66c9f9;
    bottom: 50%;
    top: 50%;
    left: -1px;
    right: -1px;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}
.grid_news .item:hover:after{
    top: -1px;
    bottom: -1px;
}
.grid_news .item .i-image{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.grid_news .item .i-image img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.grid_news .item:hover .i-image img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.grid_news .item .i-desc{
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
.grid_news .item .i-date{
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}
.grid_news .item .i-date:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    content: "\f017";
    color: #66c9f9;
}
.grid_news .item .i-title{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 8px;
}
.grid_news .item .i-title a{
    font-size: 16px;
    line-height: 25px;
    font-weight: 600
}
.grid_news .item .i-content{
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    color: #666666;
}
.mod-content{
    margin:  0 -15px;
}
#wtg-main{
    width: 75%;
    float: left;
    padding: 0 15px;
}
#wtg-sidebar{
    width: 25%;
    float: right;
    padding: 0 15px;
}
.box_link{
    margin-bottom: 20px;
}
.box_link .link_title{
    background: #66c9f9;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.box_link .link_title h3{
    font-size: 16px;
    line-height: 20px;
}
.box_link .link_content{
    border: 5px solid #e7e7e7;
    border-top: 0;
}
.box_link .link_content ul li{
    border-bottom: 1px solid #e7e7e7;
}
.box_link .link_content ul li a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 35px 10px 15px;
    position: relative;
}
.box_link .link_content ul li a:after{
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    width: 35px;
    font-family: fontawesome;
    content: '\f105';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.box_link .link_content ul li.current a{
    color: #66C9F9;
}
.box_viewed{
    border: 5px solid #e7e7e7;
    margin-bottom: 20px;
}
.box_viewed .viewed_title{
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
    color: #999999;
    text-transform: uppercase;    
}
.box_viewed .viewed_title h3{
    font-size: 16px;
    line-height: 20px;
}
.box_viewed .viewed_content .item{
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
	overflow:hidden;
}
.box_viewed .viewed_content .item .i-image{
    margin-bottom: 10px;
}
.box_viewed .viewed_content .item .i-image img{
    width: 100%;
}
.box_viewed .viewed_content .item .i-title{
    font-size: 16px;
    line-height: 24px;
}
.box_viewed .viewed_content .item .i-title a{
    font-size: 16px;
    line-height: 24px;
}
.box-adv{
    margin-bottom: 20px;
}
.the_date{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}
.the_date:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    content: "\f017";
    color: #66c9f9;
}
.the_content{
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px){
    #wtg-main{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    #wtg-sidebar{
        width: 100%;
        float: none;
    }
    .box_viewed .viewed_content .item .i-image{
        margin-bottom: 0;
        width: 120px;
        float: left;
    }
    .box_viewed .viewed_content .item .i-title{
        margin-left: 140px;
    }
    .box-adv{
        display: none;
    }
}
@media screen and (max-width: 991px){
    .grid_news .wrap_item{
        width: 50%;
    }
    .grid_news .wrap_item:nth-child(n){
        clear: none;
    }
    .grid_news .wrap_item:nth-child(2n+1){
        clear: left
    }
    .wrap_style .node{
        width: 100%;
    }
    .wrap_margin{
        margin:  0 5px;
    }
    .wrap_margin .w_item{
        width: 100%;
        margin-bottom: 0;
        padding: 0 0;
        float: none;
    }
}
@media screen and (max-width: 767px){
    .grid_news .wrap_item{
        width: 100%;
    }
    .wrap_style{
        padding: 20px 5px 5px 5px;
    }
}
@media screen and (max-width: 414px){
    .box_viewed .viewed_content .item .i-image{
        margin-bottom: 10px;
        width: 100%;
        float: none;
    }
    .box_viewed .viewed_content .item .i-title{
        margin-left: 0;
    }
}