#cont_title {
	max-width: 1200px;
	width: 1200px;
	text-align: center;
}

.title1 {
	color: rgb(66, 165, 246);
	font-size: 30px;
	padding-left: 0px;
	font-weight: normal;
	    font-family: '思源黑体 CN Medium';N Medium';
}

.title2 {
	color: #737373;
	font-size: 16px;
	    font-family: '思源黑体 CN Medium';N Medium';
	margin: 10px 0px 0px 5px;
}

.title3 {
	border-bottom: 1px darkgrey solid;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#cont_cont {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 1200px;
}

#title {
	width: 25%;
	min-height: 500px;
	height: 100%;
}

.title_title {
	height: 60px;
	background: #00A2E7;
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px auto;
	line-height: 60px;
	padding-left: 30px;
}

p,
ul,
li {
	margin: 0px;
	padding: 0px;
}

#leftbar {
	font-size: 16px;
	color: black;
	border-right: 1px solid darkgrey;
	border-left: darkgrey 1px solid;
	border-bottom: 1px solid darkgrey;
}

#leftbar>li {
	height: 40px;
	border-bottom: 1px solid darkgrey;
	line-height: 40px;
	padding-left: 15px;
	cursor: pointer;
}

#leftbar>li:hover {
	background: -moz-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, top left, top right, color-sleft(0%, #00A2E7), color-sleft( 60%,rgba(255,255,255,1)),color-sleft(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);color: #FFFFFF;font-size: 14px;
}

#cont_content {
	width: 70%;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px;
	height: 639px;
}

.title {
	background: -moz-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, top left, top right, color-sleft(0%, #00A2E7), color-sleft( 60%,rgba(255,255,255,1)),color-sleft(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	font-size: 20px;
	line-height: 20px;
	padding: 5px 5px 5px 20px;
	color: #FFFFFF;
	margin-top: 20px;
}
.li_active{background: -moz-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, top left, top right, color-sleft(0%, #00A2E7), color-sleft( 60%,rgba(255,255,255,1)),color-sleft(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #00A2E7 0%, rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);color: #FFFFFF;font-size: 14px;}
#ymy,
#jmy,
#zmy,
#xmy,
#yaomy,
#yhx,
#hmy {
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
}

#ymy {
	display: block;
}
@media screen and (max-width:1200px) {
	#cont_title{
		width: 100%;
	}
	#cont_cont{width: 100%;}
}
@media screen and (max-width:1200px) {
#ymy,
#jmy,
#zmy,
#xmy,
#yaomy,
#yhx,
#hmy {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#title{display: none;}
#cont_content{width: 96%;height: auto;}
}