*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft yahei","simhei", "simsun";
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
body{
    width: 100%;
    height: 100%;
}
.top_pic img{
    width: 100%;
}
.w1080{
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
}
.top_title{
    margin-top: 15px;
    background-color: #2374c8;
    width: 100%;
    height: 38px;
    position: relative;
}
.top_title_text{
    width: 487px;
    height: 68px;
    border: 3px solid #2374c8;
    border-radius: 30px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
}
.top_title_text a{
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 68px;
    font-size: 26px;
    color: #2374c8;
}
.top_logo{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.list_title{
}
.list_title p{
    padding-left: 30px;
    font-size:30px;
    font-weight: bolder;
    overflow: hidden;
    border-bottom: 2px solid #0059a0;
    color: #0059a0;
    line-height: 60px;
}
.li_title{
    line-height:30px;
}
.li_title a{
    color: #555;
    font-weight: 600;
    font-size: 22px;
}
.list_ul{
    padding: 0 2%;
}
.list_ul li{
    border-bottom:1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}
.li_text{
    color: #666666;
    line-height: 30px;
}
.list_button{
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
}
.list_button a{
    width: 332px;
    background-color: #0059a0;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
}
@media screen and (max-width:768px){
    .w1080{
        width: 100%;
    }
    .top_logo img{
        width: 35%;
    }
    .top_logo{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}