body {
	color: #000;
}
p {
	margin: 0;
}

.omain {
	width: 1200px;
	margin: auto;
}
@media (max-width: 767px) {
	.omain {
		width: 100%;
		padding: 0 10px;
	}
}


.col4 {
	width: 22%;
	margin: 1%;
	display: inline-block;
	box-shadow: 0 2px 8px 0 rgba(25, 25, 25, .16);
}
.col4 h3 {
	margin: 0;
	padding: 10px;
	background: #f1f1f1;
	font-size: 18px;
}
.pd20 {
	padding: 10px 20px;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.tex-cen {
	text-align: center;
}


.ban {
	background: #d8edef;
}
.zt-nav{
	background: #d8edef;
}
.zt-nav a {
    color: #2c415a;
    font-weight: 500;
    padding: 15px 8px;
    display: inline-block;
}
.zt-nav a:hover {
	color: #ff5202;
	font-weight: 700;
}
.mbx {
	font-size: 15px;
	color: #666;
	background: #fafafa;
}
.mbx a {
    color: #666;
    padding: 5px;
    display: inline-block;	
}
.mbx a:hover {
	color: #ff5202;
	font-weight: 700;
}

.zt-main {
	margin: 20px 0;
}
.zt1 {
	width: 73%;
	display: inline-block;
	margin-left: 1.5%;
	padding: 20px 0 20px 30px;
	vertical-align: top;
	color: #212529;
	border-left: 1px solid #c4c4c4;
}
.zt1 h1 {
	font-size: 35px;
	font-weight: 500;
	color: #000;
	margin: 10px 0 30px;
}
.zt1 h2 {
	font-size: 25px;
	font-weight: 500;
	color: #001562;
}
.zt1 h3 {
	font-size: 18px;
	font-weight: 500;
	color: #eb4d03;
}
.zt1 p {
	margin-bottom: 18px;
}
.zt1 time {
	margin-right: 30px;
    font-size: 15px;
    color: #666;
	font-style: italic;
}
.zt1 ul {
	padding-left: 10px;
}
.zt1 ul li {
	line-height: 40px;
}
.zt1 ul li:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #ff5202;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.zt1 .xg {
	border-top: 1px solid #dadada;
	margin-top: 30px;
	padding-top: 10px;
}
.zt1 .xg a {
	display: block;
	color: #555;
	margin: 10px;
}
.zt1 a:hover {
	color: #ff5202;
}
.zt2 {
	width: 25%;
	display: inline-block;
	padding: 20px;	
	margin-top: 20px;
	color: #2c415a;
	border-radius: 2px;
}

.zt2 h3 {
	margin-top: 0;
}
.zt2 ul li {
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-left: 5px;
}

.sticky {
	position: sticky;
	top: 20px;
}
.zt2 .content { 
	display: none; 
	padding-left: 20px;
}
.zt2 a { 

	color: #2c415a;
}
.zt2 .content a { 
	margin: 5px 0;
	display: block;
}
.zt2 a:hover {
	color: #ff5202;
}
.zt2 .toggle-btn { 
	cursor: pointer; 
	float: right;
    font-size: 18px;
    font-weight: 700;
}
.scrol {
    max-height: 670px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
.scrol::-webkit-scrollbar {
    width: 6px;   
	height:80%;
}
.scrol::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #0909091a;
    background: #09090933;
}
.scrol::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #09090933;
    border-radius: 0;
    background: #0909091a;

}
@media (max-width: 767px) {
	.zt-nav a {
		padding: 8px;
	}
	.zt2 {
		width: 100%;
		max-height: unset;
	}
	.sticky {
		position: unset;
	}
	.zt1 {
		width: 100%;
		margin-left: 0;
		padding: 15px 0;
		border-left: unset;
	}
	.zt1 h1 {
		font-size: 25px;
	}
	.zt1 h2 {
		font-size: 21px;
	}
	.zt1 h3 {
		font-size: 18px;
	}
}
