.news-detail .right-img {
	position: relative;
	text-align: justify;
}

.news-detail .right-img:after {
	display: inline-block;
	content: '';
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background: #d8d9da;
}

.news-detail .right-img .title {
	font-size: 20px;
	color: #505960;
    margin-bottom: 30px;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail .right-img .tips-grey {
	height: 50px;
	font-size: 12px;
	color: #adadad;
}

.news-detail .right-img .detail-info {
	font-size: 13px;
	color: #808080;
    width: 700px;
}

.news-detail .right-img .detail-info .info-p {
	width: 700px;
	margin-bottom: 25px;
	line-height: 25px;
}

.news-detail .right-img .detail-info img {
    width: 580px;
}

.news-detail .right-img .detail-info .img-text {
	width: 560px;
	margin: 30px auto;
	text-align: center;
}

.news-detail .side-list .side-title {
	padding-left: 15px;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #333;
	background-color: #ebebeb;
}

.news .intro-text {
    color: #808080;
    font-size: 13px;
}

.news .intro-text .text-indent {
    text-indent: 15px;
}

.news .intro-text p {
    margin-bottom: 30px;
}

.news .pron-img {
    width: 100%;
    font-size: 0;
}

.news .side-list img {
    width: 100%;
}

.news .pron-img .boss {
    width: 100%;
    background-color: #bfbfbf;
}

.news .pron-img .boss-text {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #d9d9da;
    font-size: 13px;
    color: #666;
}

.news .prize-text {
    font-size: 13px;
    color: #797979;
    margin: 30px 0 50px;
}

.news .img-show {
    font-size: 0;
}

.news .img-show img {
    width: 100%;
    height: 200px;
}

.news .img-show p {
    font-size: 12px;
    color: #515151;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #d9d9da;
}

.news-item {
    width: 100%;
    height: 330px;
    background-color: #ffffff;
    position: relative;
}

.news-item .title {
    font-size: 16px;
    color: #333;
    padding: 10px 15px;
}

.news-item .detail {
    font-size: 13px;
    color: #777;
    padding: 30px 15px;
}

.news-item .date {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #939393;
    padding-left: 15px;
    padding-bottom: 10px;
}

.news-item .date:after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.news-item .date:before {
    display: inline-block;
    content: '';
    position: absolute;
    right: 23px;
    bottom: 17px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
}

.page-container .layui-tab-item {
    padding-top: 50px;
}

.img-panel {
    width: 700px;
}
