/* 新闻详情 */
.tjs {
    height: 474px;
    background-color: #f8f8f8;
}

.tjs .center-box {
    padding: 50px 0 85px;
}

.news-list {
    margin-top: 57px;
}

.tjs .center-box .n-link {
    display: block;
    width: 50%;
    height: 127px;
    margin-bottom: 42px;
    float: left;
}

.tjs .center-box .n-link .img-box {
    width: 200px;
    height: 113px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    float: left;
}

.inset-img-box {
    width: 100%;
    height: 100%;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tjs .center-box .n-link .data-box {
    width: 132px;
    height: 100%;
    float: left;
    padding-top: 20px;
}

.tjs .center-box .n-link .data-box p {
    width: 100%;
    text-align: center;
}

.tjs .center-box .n-link .data-box .day {
    font-size: 48px;
    line-height: 37px;
    margin-bottom: 10px;
    color: #333333;
}

.tjs .center-box .n-link .data-box .const {
    font-size: 16px;
    line-height: 37px;
    color: #666666;
}

.tjs .center-box .n-link .dets {
    width: 380px;
    float: left;
    height: 100px;
    border-left: solid 2px #dddddd;
    padding-left: 34px;
    transition: 300ms;
}

.tjs .center-box .n-link .dets .news-title {
    transition: 300ms;
    font-size: 18px;
    color: #333333;
    margin-bottom: 4px;
}

.tjs .center-box .n-link:hover .dets {
    border-left: solid 2px #ff0000;
}

.tjs .center-box .n-link:hover .news-title {
    color: #ff0000 !important;
}

.tjs .center-box .n-link .dets .detass {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.tjs .center-box .n-link:hover .inset-img-box {
    transform: scale(1.1);
}

.content{
	min-height: 800px;

}
.content .center-box{
	padding: 62px 0 47px;
}
.content .news-title{
	width: 100%;
	border-bottom: solid 1px #ededed;
	padding-bottom: 28px;
	margin-bottom: 55px;
}
.content .news-title h1{
	font-size: 38px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.content .news-title .news-info{
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #999999;
}
.content .news-title .news-info span{
	padding: 0 15px;
	margin: 0 15px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	display: inline-block;
	height: 14px;
	line-height: 14px;
}
.content .news-content{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: solid 1px #999999;
	font-size:16px;
	line-height:2em;
}
.content .news-content *{
	max-width: 100%!important;
}
.switchs{
	width: 100%;
	height: 60px;
	margin-top: 30px;
}
.switchs .left-item{
	width: 70%;
	height: 100%;
	float: left;
}
.switchs .left-item a{
	line-height: 30px;
	display: block;
	width: 100%;
	color: #666666;
}
.switchs .right-item{
	width: 30%;
	float: right;
	height: 100%;
}
.switchs .right-item a{
	display: block;
	float: right;
	margin-top: 10px;
	width: 148px;
	height: 40px;
	background-color: #ce0e05;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
}