/* 公共样式  开始*/
div,form,ul,ol,li,dl,dt,dd,cite,p,input,img{margin:0; padding:0; border:none;}
img{vertical-align:middle;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:0; font-weight:normal;}
input,textarea,select{font-size:12px; font-family:Microsoft Yahei;}
ol,ul,li{list-style-type:none;}
a,a:visited{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear {*+height:1%;}
body{margin:0; padding:0; height:auto; color:#333; font-size:16px; line-height:24px; font-family:Microsoft Yahei,SimSun,Arial, Helvetica, sans-serif;} 
:focus {outline: none;} 
.overflow-ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;-o-text-overflow:ellipsis;}

body{font-family: "微软雅黑";font-size: 16px;color: #333;}
/* 公共样式  结束*/

.body{
	background: url(swaqsc20200309-bg.png) no-repeat center top;
	width: 100%;
	text-align: center;
	padding-top: 152px;
}
.box{
	width: 1280px;
    background: rgba(255,255,255,0.88);
    margin: 60px auto 0px;
    display: flex;
    padding: 50px 0 120px;
    height: 292px;
}
.box>div{
	width: 50%;
	line-height: 50px;
    font-size: 18px;
}
.box>div .title{
	display: flex;
	width: 300px;
	height: 30px;
	margin: 22px auto 36px;
	
}
.box>div .title>div{
	width: 300px;
    height: 34px;
    line-height: 29px;
    font-size: 20px;
    background: url(swaqsc20200309-titleBg.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.box>div .title>div span{
	display: inline-block;
    width: 53%;
    line-height: 29px;
    text-align: center;
    color: white;
    float: left;
}
.box>div .title>a{
	color: white;
    width: 59px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background: #3f6eb3;
    border-radius: 11px;
    text-align: center;
    margin-top: 5px;
    margin-left: 10px;
}
.box ul li>a{
	display: inline-block;
    width: 68%;
    text-align: left;
    color: #000;
}
.box ul li>a:before {
	content: "·";
	width: 10px;
	height: 10px;
	position: relative;
	top: auto;
	left: -5px;
}
.box ul li span{
	display: inline-block;
	width: 20%;
	text-align: center;
	color: #a4a4a4;
}
.footer{
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 100%;
	height: 110px;
	background: white;
}