/*正文*/
.content{
    width:100%;
    border-bottom:1px dashed #3699fe;
}
.content .container_header{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
   
}
.container_header .content {
	width: 1200px;
	height: 100%;
	margin: auto;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
}
/*正文*/
.content .title{
	width: 1172px;
	height: 34px;
	background-color: #f5f5f5;
	padding: 14px;
	margin-bottom: 15px;
	text-align: left;
}
.put_t{
	float: left;
}
.title .e-search {
    width: 570px;
    border: 1px solid #dcdcdc;
    height: 32px;
    float: left;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 4px 0px 0px 4px;
    outline: none;
}
.title i {
    width: 40px;
    height: 34px;
    float: left;
    line-height: 34px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    margin-top: 0px;
    background: #4d8aff url(../images/sous.png) no-repeat center center;
    background-size: 20px;
    position: absolute;
    cursor: pointer;
}
.title_btn{
    width: 52px;
    height: 34px;
    line-height: 34px;
    float: left;
    color: white;
    margin-left: 64px;
    border-radius: 4px;
    padding-left: 48px;
    background: #4d8aff url(../images/share.png) no-repeat;
    background-size: 18px;
    background-position: 20px 7px;
    cursor: pointer;
}
/*正文*/
.main_ul ul{
	width: 100%;
	height: 50px;
}
.main_ul ul li{
	width: 94px;
	height: 50px;
	line-height: 50px;
	float: left;
	border-top: 1px solid #dfedff;
	border-left: 1px solid #dfedff;
	border-right: 1px solid #dfedff;
	border-radius: 4px;
	font-size: 0.8rem;
	text-align: center;
	margin-right: 12px;
}
.main_ul ul li a{
	width: 94px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
}
.main_ul ul li a:hover{
	background-color: #d4e1f2;
}

.fot{
	width: 100%;
	height: 496px;
	border: 1px solid #e5edf2;
	text-align: center;
	color: #457fec;
	margin-bottom: 30px;
}
.fot_b{
	line-height: 540px;
	background: url(../images/sous_blue.png) no-repeat center;
	background-position: 544px 152px;
}
