body {
    background: #f9f9f9;
}
.news {
    width: 1100px;
    margin: 0 auto;
}
.news-hd {
    background: #fff;
    padding: 20px 40px;
    border-radius: 4px;
	margin-bottom: 10px;
}
.news-hd h1 {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news-hd .news-tb {
    font-size: 14px;
    color: #333;
}
.news-hd .news-tb1 {
    margin-right: 10px;
}
.news-hd .news-tb1 a {
    font-size: 14px;
    color: #333;
}
.news-hd .news-tb1 a:hover {
    font-weight: 700;
	color: #ea5413;
}
.news-main {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
	margin: 10px 0;
}
.news-main img {
	max-width: 90%;
	margin: 10px auto;
}
.news-main p {
	font-size: 15px;
    line-height: 35px;
	color: #000;
}
.news-main h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 30px 0 20px;
    font-weight: 700;
    color: #ea5413;
}
.news-main h2:before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 3px;
    background: #ea5413;
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 15px;
}
.news-main h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0 10px;
    font-weight: 700;
}
.news-main h3:before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 3px;
    background: #ea5413;
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 15px;
}
.news-main table {
    border-collapse: collapse;
    border-spacing: 0;
}
.news-main td {
    border: 1px solid #f0f0f0;
    padding: 0;
}
.news-main  ul {
    margin-left: 25px;
}

.news-main ul li {
    list-style-type: circle;
}
.news-main> ul> li {
    list-style-type: disc;
}
.news-main ul li::marker {
    color: #ea5413;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 767px) {
	.news {
		width: 94%;
		margin: 20px auto;
	}
	.news-hd {
		padding: 20px;
	}
	.news-hd h1 {
		font-size: 20px;
	}
	.news-main {
		padding: 20px;
	}
	.news-main h2 {
		font-size: 20px;
	}
	.news-main h3 {
		font-size: 16px;
	}
}



.news-qhwz {
	margin: 20px 0;
	height: 50px;
}
.news-qhwz .pn {
    width: 350px;
	display: flex;
    background-color: #F7F8FA;
    border-radius: 22px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    color: #27274A;
    font-size: 14px;
    font-weight: 400;
}
.news-qhwz .pre {
	float: left;	
}
.news-qhwz .nex {
	float: right;	
}
.news-qhwz .pn .line {
    margin: 0 8px;
    color: #D9D9D9;
}
.news-qhwz a {
	display: inline-block;
	font-size: 14px;
	color: #555;
	width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-qhwz a:hover {
	color: #ff6f3d;
}
@media (max-width: 768px) {
.news-qhwz {
		margin: 10px 0;
		height: auto;
	}
	.news-qhwz .pre {
		float: unset;
	}
	.news-qhwz .nex {
		float: unset;
	}
	.news-qhwz .pn {
		width: 100%;
		margin: 10px 0;
		display: block;
		height: auto;
		line-height: unset;
	}
	.news-qhwz a {
		width: 73%;
		vertical-align: middle;
	}
}



ul {
    padding: 0;
}
.lb-bt {
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
}
.bt-list {
	width: 47.5%;
	margin: 1%;
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
}
.bt-list h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5%;
}
.bt-list h3 span {
    padding-bottom: 6px;
    border-bottom: 2px solid #ea5413;
}
.bt-list h3 a {
    color: #333;
	padding-bottom: 6px;
    border-bottom: 2px solid #ea5413;
    color: #313131;
}
.bt-list a:hover {
    color: #ea5413;
}
.bt-list li {
    width: 100%;
    color: #777777;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bt-list li a {
    font-size: 14px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #333;
    display: block;
}
.bt-list li a:before {
    content: '>';
    color: #ea5413;
    align-self: center;
    font-weight: 700;
    margin-right: 5px;
}
.bt-list li a:hover {
    color: #ea5413;
}
@media (max-width: 767px) {
	.liebiao {
		width: 100%;
	}
	.bt-list, .lb-list {
		width: 96%;
		display: block;
	}
}

