* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-size: 16px;
    overflow-x: hidden;
    background: #ffffff;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #11469e;
    text-decoration: none;
}

li {
    list-style: none
}

input, button, select, textarea {
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
}

/*banner*/
.banner {
    width: 100%;
    height: 44vw;
    background: url("../images/banner_m.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

/*搜索*/
.banner .search {
    height: 1.8rem;
    width: 74%;
    left: 12%;
    top: 64%;
    position: absolute;
    background: #91B6EB;
}

.banner .search input.text {
    width: 84%;
    margin-left: .5rem;
    height: 1.8rem;
    color: #fff;

}

.banner .search button {
    height: 1.8rem;
    width: 12%;
    color: white;
    margin: 0.1rem 0 0 0;
    padding: 0;
    float: right;
}

.banner .search button img {
    height: 80%;
    display: inline-block;
}

/*导航*/
.nav {
    width: 100%;
    background: #0963b9;
    overflow: hidden;
    padding: .2rem 0;
}

.nav ul li {
    font-size: 1rem;
    line-height: 2rem;
    float: left;
    width: 32%;
    text-align: center;
    color: #fff;
}

.nav ul i {
    display: block;
    float: left;
    width: 1px;
    border-right: 1px solid #ffffff;
    height: 1rem;
    margin-top: 0.6rem;
}

/* 页码 */
.page {
    width: 94%;
    margin: 1rem auto;
    text-align: center;
    padding-top: 1rem;
}

.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 1px 5px;
    text-align: center;
    display: inline-block;
}

.page a.current {
    color: #fff;
    background-color: #0963b9;
}

/*尾部*/
.footer {
    width: 100%;
    margin: 2rem auto 0;
    line-height: 1.5rem;
    padding: 1rem 0;
    background: #f0f0f0;
    min-height: 6.4rem;
}

.footer .content {
    width: 90%;
    margin: 0 auto;
}

.footer .content .sign {
    width: 15%;
}

.footer .content .sign img {
    display: block;
    width: 100%;
    margin-top: 1rem;
}

.footer .explain {
    width: 76%;
    border-left: 1px solid #c0c0c0;
    margin-left: 4%;
    padding-left: 4%;
    font-size: .8rem;
}

/*面包屑导航*/
.pos {
    width: 90%;
    height: 1rem;
    line-height: 1rem;
    margin: 0.8rem auto;
    background: url(../images/position.png) no-repeat left center;
    background-size: auto 100%;
    padding-left: 1rem;
    font-size: .9rem;
    color: #454545;
}

/*子栏目导航*/
.licon {
    width: 94%;
    margin: 0.35rem auto 0.75rem;
    overflow: hidden;
}

.mlist {
    overflow: hidden;
    width: 99%;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}

.mlstop {
    width: 100%;
    background: url(../images/mlstop.png) no-repeat 95% center #dfdfdf;
    background-size: 1.4rem auto;
    font-size: 1.1rem;
    text-align: center;
    height: 2.9rem;
    line-height: 2.9rem;
    font-weight: bold;
}

.mlist ul li {
    width: 100%;
    text-align: center;
    height: 2.6rem;
    line-height: 2.6rem;
    border-bottom: 1px solid #dfdfdf;
    font-size: 1rem;
}

/* 新闻列表切换 */
.newsList {
    width: 94%;
    margin: 0 auto;
}

.newsList .newsListNav {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 8px;
}

.newsList .newsListNav li {
    display: inline-block;
    padding: 0 6px 4px;
    color: #076fbe;
    cursor: pointer;
    line-height: 2rem;
    text-align: center;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.newsList .newsListNav li.active {
    border-bottom: 4px solid #076fbe;
    font-weight: bold;
}

.newsList .section .list.hide {
    display: none;
}

.newsList .list li {
    font-size: 1rem;
    line-height: 2.4rem;
    height: 2.4rem;
}

.newsList .list li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 84%;
    display: inline-block;
}

.newsList li span {
    width: 6px;
    border-radius: 4px;
    display: inline-block;
    height: 6px;
    background: #d2d2d2;
    margin-right: 8px;
    vertical-align: 2px;
}

.newsList li i {
    color: #999999;
    font-style: normal;
}

.newsList .more {
    color: #666666;
    line-height: 2rem;
    height: 2rem;
    display: block;
    width: 100%;
    margin: .4rem auto;
    text-align: center;
    border: 1px solid #dfdfdf;
}
