﻿body,p,img,a,div,h1,h2,h3,h4,ul,li{
    margin: 0;
    padding: 0;
}
img{
    border: none;
}
body{
    width: 100%;
     font-family: '微软雅黑，宋体';
}
body .banner{
    width: 100%;
}
body .banner img{
    width: 100%;
}
.content{
    width: 70%;
    margin: 0 auto;
}
.content>div{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #d9d9d9;
    padding: 40px 0;
}
.content>div>div{
    float: left;
    width: 50%;
}
.content>div>div.one{
    text-align: center;
}
.content>div>div h3{
    color: #0074d7;
    font-size: 20px;
    margin-bottom:15px;
}
.content>div>div h3 img{
    padding-right: 10px;
}
    .content > div > div p {
        color:#666;
        font-size:14px;
        line-height:22px;
	text-indent:2rem;
    }
.content > div > div h3 + p {
        text-indent:0;
    }

   