@charset "UTF-8";
.main_left {
    float: left;
    width: 72%;
    border-right: 1px solid #cacaca;
    padding-right: 20px;
}
.main_left p img{
    max-width: 100%!important;
}
.main_box{   float: right;
    width: 28%;}
.main_right {
 
    padding-left: 20px;
}
.main_right .about_title {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #2f77cf;
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0;
}
.main_right .about_list ul li {
    background: url(about_icon.png) no-repeat left 10px;
    padding-left: 14px;
    margin-top: 10px;
    text-align: justify;
    line-height: 24px;
}
.main_right .about_list ul li span {
    float: right;
    color: #999999;
}
.about_zx ul li{
display: flex;
}
.main_right .about_zx ul li{
padding-left: 14px;
    margin-top: 10px;
    text-align: justify;
    line-height: 24px;
}
.about_zx ul li .one{
color: #115db2;
}
.about_zx ul li .two{
padding-left: 4px;
width: 70%;
color: #333;
}
.about_zx ul li .two a{
color: #115db2;
}
@media (max-width: 768px){
	.main_box {
    float: right;
		width: 100%;}
    .main_left {
        float: none;
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .main_right {
        padding-left: 0;
        float: none;
        width: 100%;
        border-top: 1px solid #cacaca;
    }
}
.pdfr {
	width: 100%;
	background: #f5f5f5;
	padding: 16px;
}

.pdfbg {
	width: 100%;
	height: 370px;
	background-color: #b5b5b5;

	position: relative;
	background-size: 100% 100%;
}

.yulan {
	display: block;
	width: 130px;
	height: 33px;
	line-height: 33px;
	border-radius: 8px;
	background: #115db2;
	color: #fff;
	position: absolute;
	bottom: 90px;
	left: 69px;
	text-align: center;
}
.yulan:hover{background: #115db2; color:#fff;}
.download {
	width: 240px;
	height: 50px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #245399;
	position: absolute;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #245399;
	bottom: 20px;
	left: 14px;
	line-height: 50px;
}

.download img {
	padding-right: 16px;
	vertical-align: sub;
}