.page-width {

	 background:#fff;
}
.qhd-content{

	overflow:hidden;
}
.qhd-content .typo {
   margin:20px 0 0 0;
	padding:20px 0 0 0;
	display: block;
	overflow:hidden;

}
.qhd-content .typo .typo_text {

line-height:25px;
overflow: hidden;
padding: 25px;
}
.qhd-content .typo .typo_text p {
text-align: justify;
}
.ystext{
	color:#05806c;font-size:24px;
}
.ystext1{
font-size:32px;  color: #05806c;
}
.typo_text p{
	font-size:18px;padding-bottom:15px;
}
.typo_text .more {
	display: block;
	margin-top: 20px;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: #d82634;
}
.qhd-content .typo .typo_img {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;border-radius: 30px;
}
.qhd-content .typo .typo_img img {
	display: block;
}
.qhd-content .typo .imgtoright {
	float: right;
	margin-right: 0;
	margin-left: 20px;border-radius: 30px;
}
.qhd-content .typo .typo_text h3{
   margin-top:10px;
   padding:0px;
   line-height: 30px;
}
/*-------------------------------------
   List
-------------------------------------*/
.qhd-content li ul, .qhd-content li ol {
	margin: 0;
}
.qhd-content ul, .qhd-content ol {
	margin: 0 0 15px 0;
	padding-left: 0em;
	line-height: 180%;
	_margin-left: 5px;
	font-size:16px;
}
.qhd-content dd .more {
	display: block;
	margin-top: 30px;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	    background-clip: border-box;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	background-image: linear-gradient(170deg, #11809c 0%, #005d7b 70%);
}
.qhd-content dd .more:hover{
	background-image: linear-gradient(170deg, #31909c 0%, #37908b 70%);
}
.qhd-content dd.square {
	list-style: square;
}
.qhd-content ul.circle {
	list-style: circle;
}
.qhd-content ol {
	list-style-type: decimal;
*padding-left:1.8em;
}
.qhd-content dl {
	margin: 0 0 1.5em 0;
}
.qhd-content dl dt {
	font-weight: bold;
}
.qhd-content dd {
	margin-left: 0em;
}
/*------------No Icon List --------------*/
.qhd-content ul.noicon {
	padding: 0;
	margin: 0;
	line-height: 180%;
}
.qhd-content ul.noicon li {
	list-style: none;
	padding: 2px 0 2px;
	_height: 100%;
}
/*------------Icon List--------------*/
.qhd-content ul.iconlist {
	padding-left: 0;
	line-height: 180%;
}
.qhd-content ul.iconlist li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 2px 0 2px 20px;
	_height: 100%;
}
@media screen and (max-width: 767px) {

.qhd-content .typo .typo_img, .qhd-content .typo .imgtoright {
	width: auto !important;
	float: none;
	margin-right: 0;
	margin-left: 0;
	margin-top:20px;
}
.qhd-content .typo > a {
	display: block;
}
.ystext{
	font-size:18px;
}
.qhd-content .typo .typo_text p {
    text-align: left;
    font-size:14px;
}
}