﻿html, body {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", "PingFangSC-Medium", sans-serif;
    background-color: #6cb1ec;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.center {
    margin: 0 auto;
}

.color-1 {
    color: #4c8de8;
}

.color-2 {
    color: #42ca0d;
}

.color-3 {
    color: #eb2929;
}

/** 头部 start **/
.header {
    margin: 0 auto;
    padding-top: 10px;
    height: 100px;
}

.header .logo {
    float: left;
    color: #f5f9fb;
    font-size: 28px;
    margin: 5px 0 0 8px;
    font-family: "方正正中黑简体", "微软雅黑", sans-serif;
    font-weight: 500;
}

.header ul li {
    float: left;
    background-color: #6cb1ec;
    margin: 0 10px;
}

.header ul li a {
    display: block;
    width: 90px;
    padding: 5px 0 10px 0;
    border-radius: 10px;
}

.header ul li a:hover, .header ul li.active a {
    background-color: #7ebaee;
}

.header ul li a i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url("../img/icon-menu.png");
}

.header ul li a i.ggxx {
    background-position: 0 0;
}

.header ul li a i.gywm {
    background-position: -58px 0;
}

.header ul li a i.xzzq {
    background-position: -110px 0;
}

.header ul li a i.sy {
    background-position: -156px 0;
}

.header ul li a i.fxsy {
    background-position: -204px 0;
}

.header ul li a i.ztba {
    background-position: -251px 0;
}

.header ul li a i.cjwt {
    background-position: -301px 0;
}

.header ul li a span {
    display: block;
    text-align: center;
    color: #fff;
}

/** 头部 end **/

.content {
    margin: 0 auto 10px;
    background-color: #fff;
    padding: 10px 0;
}

.container {
    /*width: 1060px;*/
    margin: 0 auto;
}

/** 内容板块 start **/
/**** 内容板块标题 start ****/
.info-area .title {
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.info-area .title.big_font {
    font-size: 20px;
}

.info-area .title .icon-title {
    width: 25px;
    height: 25px;
    float: left;
    background-image: url("../img/icon-title.png");
}

.info-area .title.big_font .icon-title {
    margin-top: 3px;
}

.info-area .title .icon-title.icon1 {
    background-position: -28px 0;
}

.info-area .title .icon-title.icon2 {
    background-position: -58px 0;
}

.info-area .title .icon-title.icon3 {
    background-position: -88px 0;
}

.info-area .title .icon-title.icon4 {
    background-position: -116px 0;
}

.info-area .title .icon-title.icon5 {
    background-position: -145px 0;
}

.info-area .title .icon-title.icon6 {
    background-position: -172px 0;
}

.info-area .title .icon-title.icon7 {
    background-position: -202px 0;
}

.info-area .title .icon-title.icon8 {
    background-position: -303px 0;
}

.info-area .title .icon-title.icon9 {
    background-position: -331px 0;
}

.info-area .title .icon-title.icon10 {
    background-position: -361px 0;
}

.info-area .title .icon-title.icon11 {
    background-position: -391px 0;
}

.info-area .title .bar {
    width: 5px;
    height: 20px;
    float: left;
    margin: 2px 5px 8px;
    background-color: #0f89df;
}

.info-area .title.big_font .bar {
    height: 26px;
}

.info-area.yellow .title .bar {
    background-color: #f8c206;
}

.info-area .title .arrow-down {
    float: left;
    margin: 7px 0 0 5px;
    width: 0;
    height: 0;
    border-top: 8px solid #0f89df;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.info-area .title.big_font .arrow-down {
    margin-top: 9px;
}

.info-area.yellow .title .arrow-down {
    border-top: 10px solid #f8c206;
}

.info-area .title a {
    margin: 3px 8px 0 0;
    font-size: 12px;
    color: #999999;
}

/**** 内容板块标题 end ****/

/**** 内容板块列表 start ****/
.info-area .list {
    width: 96%;
    padding: 10px 2%;
}

.info-area .list li {
    width: 100%;
    font-size: 12px;
    height: 25px;
	margin:10px 0;
}

.info-area .list li span:first-child {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-color: #cccccc;
    margin-right: 5px;
    color: #fff;
    text-align: center;
}

.info-area .list li.blue span:first-child {
    background-color: #0f89df;
}

.info-area .list li.yellow span:first-child {
    background-color: #f8c206;
}

.info-area .list li a {
    width: 80%;
    display: block;
    float: left;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-area .list li span:last-child {
    display: block;
    float: right;
    color: #999999;
}

.info-area .list li:hover a, .info-area .list li:hover span:last-child {
    color: #0f89df;
}

/**** 内容板块列表 end ****/
/** 内容板块 end **/

/** 底部链接 start **/
.bottom-link {
    width: 580px;
    margin: 20px auto 10px;
}

.bottom-link li {
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    font-size: 12px;
}

.bottom-link li a {
    color: #707070;
}

.bottom-link li a:hover {
    color: #0f89df;
}

.bottom-link li.bar {
    width: 2px;
    height: 18px;
    margin: 0 9px;
    background-color: #707070;
}

/** 底部链接 end **/

/** 版权 start **/
.copyright {
    width: 700px;
    margin: 30px auto 10px;
}

.copyright img {
    display: block;
    float: left;
}

.copyright .mess {
    font-size: 12px;
    text-align: center;
    color: #a7a7a7;
}

/** 版权 end **/

/** 公共选项 start 必须放在底部**/
input, button, select, textarea {
    outline: none
}

.w_1 {
    width: 1150px;
}

.w_2 {
    width: 1100px;
}

.w_3 {
    width: 380px;
}

.w_4 {
    width: 280px;
}

.w_5 {
    width: 760px;
}

.w_p8 {
    width: 80%;
}

.m_t_1 {
    margin-top: 10px;
}

.m_t_2 {
    margin-top: 20px;
}

.m_t_3 {
    margin-top: 50px;
}

.m_l_1 {
    margin-left: 10px;
}

.m_l_2 {
    margin-left: 20px;
}

.border-bottom {
    border-bottom: 1px solid #dddddd;
}

.border-top {
    border-top: 1px solid #dddddd;
}

.font_16 {
    font-size: 20px;
}

/** 公共选项 end 必须放在底部**/