#main_wrapper_content {
    padding-bottom: 20px;
}
.news_detail {
	position: relative;
}
.news_detail .cat_title {
   display: none;
}
.news_detail .title {
    color: #007fc5;
    font-family: "segoe ui bold";
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 13px;
}
.news_detail .hit_share{
}

.news_detail .news_time {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #777;
}

.news_detail .summary {
    color: #333;
    margin: 0 0 20px;
    font-family: "segoe ui bold";
    font-size: 16px;
    line-height: 22px;
}
.news_detail  .relate_t {
    margin-bottom: 22px;
}


.relate_title{
    font-size: 18px;
    font-family: "segoe ui bold";
    margin-bottom: 15px;
}
.list-related-news > li{
    list-style: none;
    margin-bottom: 10px;
    line-height: 22px;
    background: url("../images/related-icon.png") no-repeat 0px 7px;
    padding-left: 15px;
}
.title-item-related > a {
    color: #007fc5;
    text-transform: uppercase;
    font-family: "segoe ui";
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none;
}
.title-item-related > span {
    color: #777;
    font-family: "segoe ui";
    font-size: 14px;
}

.item-related > a > img {
    width: 100%;
    height: 123px;
}


@media only screen and (max-width:600px){
    .news_detail .summary {
        text-align: justify;
    }
    .item-related {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .title-item-related {
        text-align: justify;
    }
    .relate_content {
        margin-bottom: 15px;
    }
    .news_detail .title {
        text-align: justify;
    }
    .item-related > a > img {
        width: 100%;
        height: auto;
    }
}
.share_bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.description p,.description span {
    font-size: 15px;
    font-family: "segoe ui";
}

/*menu*/
.activated .div-menu a {
     color: #333 !important ; 
     font-family: "segoe ui bold";
}
.activated .div-menu {
     background: #fff !important; 
}
.activated .div-menu:after {
    background: url("../images/sign-leftmenu.png") no-repeat 0px 2px !important;
    width: 20px;
    height: 22px;
    content: " ";
    position: absolute;
    right: 10px;
    top: 13px;
}
/*.sub-actived >a:before {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: #999;
}*/
.div-menu a{
    border-bottom: 1px solid #ededed;
}

.activated .div-menu a:before {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: #999;
}

@media only screen and (max-width:1200px){
	.col-right.fr {
		width: 100%;
	}
	.main-content {
		padding: 0px 10px;
	}
	.description img {
		max-width: 100%;
		height: auto !important;
	}
}