
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#container {
    width: 550px;
    height: 350px;
    margin: 50px auto;
    overflow: hidden;
}

#container>p:first-child {
    font-size: 21px;
    font-weight: bold;
    color: #21528a;
    margin-left: 90px;
}

#container>form>p {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

#container>form>p>input {
    width: 300px;
    height: 40px;
    border: 1px solid #dfdfdf;
    color: #999;
    font-size: 15px;
    text-indent: 15px;
}

#container>form>p>input {
    vertical-align: middle;
    line-height: 38px;
    padding: 0px;
}

#container>form>p>span {
    font-weight: bold;
    color: red;
    margin-left: 5px;
}

#btn {
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background-color: #4881C7;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-left: 90px;
}

#reset {
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background-color: #FFFFFF;
    color: #21528a;
    border-radius: 5px;
    border: 1px solid #21528a;
    margin-left: 10px;
    cursor: pointer;
}

.remarks {
    color: #c00000;
    font-size: 15px;
    margin: 35px 0 0 90px;
}

@media only screen and (max-width: 500px) {
    #container {
        width: 100%;
        height: auto;
    }

    #container>p:first-child {
        text-align: center;
        font-size: 21px;
        color: #21528a;
        font-weight: bold;
        margin: 20px 0px;
    }

    #container>form>p>input {
        width: 214px;
        height: 35px;

    }

    #btn {
        width: 51px;
        height: 34px;
        max-width: 100%;
    }

    #reset {
        width: 51px;
        height: 34px;
        max-width: 100%;
    }

    .remarks {
        text-align: center;
        margin: 0px;
    }
}

@media only screen and (max-width: 305px) {
    #container>form>p {
        margin-left: 0 !important;
        margin-right: 17px !important;
    }

    #container>form>p>input {
        width: calc(100% - 15px);
    }
}


@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #000;
}
a:hover{color: #427fda;}
ul, li {
    list-style: none;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    content: "";
    display: table;
    /* 	clear: both; */
}
.clearfix:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
}
/*顶部导航*/

/*主导航*/

/*当前位置*/
.position {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ededed;
}
.position .position-txt {
    padding-left: 25px;
    font-size: 13px;
    color: #454545;
    background: url(../images/dqwz_pic.png) 1px no-repeat;
}
/*内容*/
.con {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*左侧*/
.con .con-left {
    float: left;
    width: 270px;
    /*height: 820px;*/
    margin-right: 30px;
    background-color: #efefef;
}
.con-left .con-left-title {
    width: 270px;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: url(../images/lanm_tit.png) 20px 18px no-repeat #2da5fb;
}
/*左侧信息列表*/

#container>form span {
    display: inline-block;
    width: 300px;
    height: 40px;
    position: relative;
}
#container>form span>select {
    width: 100%;
    height: 40px;
    border: 1px solid #D3D3D3;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 15px;
    font-size: 15px;
    color: #999;
    padding: 8px 0px;
}
.div1{
    line-height: 30px;
}
.con-left .con-leftn-list {
    width: 270px;
    min-height: 720px;
    font-size: 17px;
    color: #333;
    background-color: #efefef;
}
.con-leftn-list li {
    width: 270px;
    height: 45px;
    line-height: 45px;
    padding-left: 35px;
    border-bottom: 1px #e3e3e3 solid;
}
.con-leftn-list li a {
    padding-left: 20px;
    background: url(../images/gray_triangle.png) no-repeat left center;
    font-size: 17px;
    color: #333;
}
.con-leftn-list li:hover {
    background-color: #b6ccec;
    cursor: pointer;
}
.con-leftn-list li:hover a {
    background: url(../images/blue_triangle.png) no-repeat left center;
    color: #427fda;
}
/*右侧*/
.con .con-right {
    float: left;
    width: 900px;
    min-height: 770px;
    font-size: 17px;
    color: #333;
    padding: 10px 25px;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
}
/*右侧信息列表*/
.con-right li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left:12px;
    background: url(../images/tylm_pic_02.png) no-repeat left center;
    border-bottom: 1px #dedede dotted;
}
.con-right li a {
    font-size: 17px;
    color: #333;
}
.con-right li a:hover{color: #427fda;}
a:hover{color: #427fda;}
.con-right li span {
    float: right;
    font-size: 17px;
    color: #999;
}
.con-left li.col-active {
    background-color: #b6ccec;
}
.con-left li.col-active a {
    background: url(../images/1812270943059295743.png) no-repeat left center;
    color: #427fda;
}
li.float_li {float: left;padding-right: 15px;}
.con-right li.float_li {width: auto;}


.no-data {
    text-align: center;
    line-height: 100px;
}

table{
    width: 100%;
    empty-cells: show;
    margin-top: 20px;
}
.firstStyle {
    width: 55px;
    background-color: #e9f0f8;
    text-align: center;
    line-height: 30px;
}
.secondStyle {
    width: 381px;
    background: #f7f6f6;
    line-height: 22px;
    padding: 10px 36px 10px 19px;
}
.article .title{
    line-height: 30px;
}
.pager{
    margin-top: 20px;
}

.xxgk-right {
    background: #fff;
}
.xxgk-list ul {
    margin: 15px 0 0;
    padding-bottom: 30px;
}
.xxgk-list ul li:first-child {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.xxgk-list ul li {
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xxgk-list ul li a{
    font-size: 16px;
}
.xxgk-list ul li span {
    color: #a1a1a1;
    margin-left: 15px;
}
.search-area {
    float: left;
    margin: 10px 0;
    position: relative;
    border-radius: 2px;
}
.input-search {
    float: left;
    width: 430px;
    height: 40px;
    padding: 13px 0 13px 5px;
    border: 0;
    outline: 0;
    background-color: #eee;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 40px;
}
.btn-search {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #2da5fb;
}
.clear{
    clear: both;
}

.article h1 {
    line-height: 56px;
    font-size: 32px;
    text-align: center;
    padding: 26px 0 26px 0;
}
.pages_zz {
    border-top: 2px #f5f5f5 solid;
    padding-top: 7px;
    min-height: 35px;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
    text-align: justify;
}
.pages_content {
    font-size: inherit;
    font-family: initial;
    line-height: 30px;
    margin: 0;
    padding: 20px 0 40px;
}
.pages_zz .font {
    display: inline-block;
    padding: 5px 10px;
    color: #999999;
    font-size: 14px;
}
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 1.5;
    cursor: default;
    color: #333;
}
.cx-table{
    font-size: 14px;
    text-align: center;
}
.cx-table thead th{
    background: #eee;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    vertical-align: middle;
}
.cx-table thead th:last-child{
    border-right: 1px solid #eee;
}
.cx-table tbody td{
    border: 1px solid #eee;
    vertical-align: middle;
    padding: 8px 27px;
}

.cx-o-table{
    font-size: 14px;
}
.cx-o-table th{
    background: #F3FBFF;
    border: 1px solid #eee;
    padding: 8px 27px;
    text-align: right;
    width: 20%;
}
.cx-o-table td{
    background: #fff;
    padding: 8px 27px;
    border: 1px solid #eee;
    padding-left: 30px;
}