﻿.news-content {
	margin-top: -80px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 20px;
	min-width: 900px;
}

.news-left {
	float: left;
	padding: 20px;
	/*width:calc(100% - 300px);*/
	width: 74%;
	padding-right: 40px;
}

.news-right {
	float: right;
	padding: 20px;
	width: 26%;
	/*width: 300px;*/
	padding-top: 25px;
}

.left-top {
	text-align: center;
	margin-bottom: 20px;
}

.news-title {
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
}

.top-info {
	color: #acb0b3;
	font-size: 12px;
	position: relative;
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #f2f2f2;
}

.return-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.linspan {
	color: #223fcf;
}

.left-main {
	font-size: 14px;
	color: #000;
	/* border-bottom: 1px dashed #676767; */
	padding-bottom: 30px;
	margin-bottom: 20px;
	min-height: 1000px;
}

.left-main p {
	text-indent: 24px;
	line-height: 32px;
}

.newsimg {
	margin: 20px auto;
	width: 90%;
}

.newsimg-info {
	margin-top: 12px;
	font-size: 12px;
	color: #7c7c7c;
}

.left-bottom {
	text-align: center;
}

p.bt-msg {
	color: #7c7c7c;
	font-size: 12px;
	margin-bottom: 10px;
}

p.bt-btn {
	font-size: 12px;
	color: #393939;
}

p.bt-btn span {
	margin: 0 20px;
	cursor: pointer;
}

.img-news-title .left {
	font-size: 17px;
	color: #a51c30;
}

.img-news-title .right {
	color: #898989;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
}

.timebox {
	overflow: hidden;
	margin-bottom: 10px;
	/* padding-right: 10px; */
}

.timecon {
	font-size: 12px;
	color: #373737;
	float: left;
	padding: 2px 12px;
	background-image: url("../img/notice/timemsg.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.readnum {
	font-size: 12px;
	color: #9c9d9d;
	float: right;
	padding: 2px 12px;
}

.readnum img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.newstxtli {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newstxtli:hover {
	text-decoration: underline;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img-news-title {
	overflow: hidden;
}

.img-news-con {
	margin-bottom: 50px;
}

.news-ul li {
	margin-bottom: 20px;
	cursor: pointer;
}

.bb2 {
	border-bottom: 2px solid #d6d6d6;
	padding-bottom: 20px;
}

.news-ul {
	padding: 10px 5px;
	margin-top: 20px;
	border-left: 1px solid #d6d6d6;
	position: relative;
}

ul.news-ul::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 60px;
	background: #d6d6d6;
	bottom: 0;
	left: 0;
}

ul.news-ul::after {
	position: absolute;
	content: '';
	height: 4px;
	width: 4px;
	background: #d6d6d6;
	bottom: 0;
	left: 0;
}

.txt-news-con {
	padding: 0 1px;
}

.mb20 {
	margin-bottom: 20px;
}

ul.news-ul::after {
	position: absolute;
	content: '';
	height: 8px;
	width: 8px;
	background: #d6d6d6;
	bottom: -3px;
	left: 58px;
	border-radius: 8px;
}

.left-main table {
	margin: 0 auto;
}

.left-main img {
	max-width: 90%;
	margin: 0 auto;
}
.left-main{
    font-family: Arial,Tahoma, Helvetica;
}


.left-main table {
    width: 90% !important;
    margin: 0 auto !important;
    border: 1px solid #ccc !important;
    border-collapse: collapse;
}

.left-main table td, .left-main table th {
    text-align: center;
    padding: 5px 0;
    border: 1px solid #ccc !important;
}


.left-main img {
    max-width: 95%;
    display: block !important;
    margin: 0 auto !important;
}

.left-main p {
   font-size: 16px;
   line-height: 32px;
}

.left-main table td p, .left-main table th p{
	text-indent:0;
	text-align:center;
	width: 100%    
}


@media screen and (max-width: 650px) {
	.top-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
	}
}