﻿* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url(/static/images/yqfk.jpg) no-repeat center center;
    height: 344px;
    background-size: 100% auto;
}
.main {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.main .content {
    width: 1200px;
    margin: 0 auto;
}

.main .content .section {
    width: 750px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}

.main .content .aside {
    width: 420px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}

.main .content .title {
    font-size: 22px;
    color: #2e6da1;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 18px;
}

.main .content .title a {
    display: inline-block;
    border-bottom: 4px solid #2e6da1;
    padding: 0 4px 3px;
}

.main .content .section .newsList {
    margin-bottom: 25px;
}

.main .content .section .newsList .list li {
    /* line-height: 24px;
    margin: 15px auto; */
}

.main .content .section .newsList .list li a {
    width: 75%;
    text-align: justify;
    display: inline-block;
}

.main .content .section .newsList .list li a:hover {
    color: #2e6da1;
}

.main .content .section .newsList .list li span.line {
    width: 6px;
    height: 6px;
    background: #d2d2d2;
    margin-right: 6px;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.main .content .section .newsList .list li span.time {
    float: right;
    color: #9e9e9e;
}

.main .content .aside .box {
    margin-bottom: 20px;
}

.main .content .aside .box img {
    width: 360px;
    height: 216px;
    margin-bottom: 6px;
    display: block;
}

.main .content .aside .box p {
    text-align: justify;
    line-height: 24px;
}

@media screen and (max-width: 1199px){
    html, body,.banner,.main{
        max-width: 100%;
        min-width: 100%;
    }
    .main .content{
        width: 100%;
    }
    .main .content .section{
        width: 100%;
    }
    .banner {
        background: url("/static/images/yqfk_mo.jpg") no-repeat center center;
        background-size: 100% auto; 
        height: 225px;
    }
    .main{
        padding: 15px;
    }
    .main .content .section .newsList .list li a{
        width: 68%;
    }
    .main .content .section{
        padding: 15px;
    }
    .main .content .aside{
        width: 100%;
        padding: 15px;
    }
    a.more {
        display: block;
        width: 100%;
        line-height: 2rem;
        height: 2rem;
        margin: 1.2rem auto .6rem;
        background: #f2f2f2;
        text-align: center;
        color: #666666;
    }
}