﻿@charset "utf-8";

html {
   overflow-y: scroll;
}

div,
span,
li,
img,
input,
label,
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333333;
}

li, ul, img {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

input {
    outline: none;
    font-weight: normal;
}

.main {
    min-height: 600px;
    overflow: hidden;
}

a {
    color: #333333;
    text-decoration: none;
}

a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #4189c8;
    text-decoration: none;
}

a:active {
    color: #4189c8;
    text-decoration: none;
}

.top {
    width: 100%;
    overflow: hidden;
    background-color: #cae8f5;
}

.top_box {
    margin: 0px auto;
    width: 1010px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.top_box a {
    color: #0e5298;
}

.address {
    margin: 0px 10px;
    width: 990px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
    overflow: hidden;
}

.address img {
    width: 17px;
    height: 16px;
    margin-top: -4px;
    margin-left: 10px;
    margin-right: 5px;
}

.address a {
    height: 16px;
    margin: 2px;
}

.list_main {
    margin: 20px 10px;
    width: 990px;
    overflow: hidden;
}

.hot {
    width: 260px;
    height: 500px;
    float: left;
}

.hot_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #0e5298;
    padding: 0px 10px;
}

.hot_content {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.hot_content_box {
    width: 248px;
    margin: 5px;
}

.hot_content_box_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
    background:  repeat-x;
}

.hot_content_box_title img {
    margin-right: 14px;
}

.hot_content_box_content ul {
    color: #969696;
    overflow: hidden;
    margin: 10px 0px;
}

.hot_content_box_content ul li {
    margin: 8px 40px;
    list-style-type: disc;
}

.list_con {
    width: 700px;
    min-height: 400px;
    float: right;
}

.list_con_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #dcdcdc;
}

.list_con_title font {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #0e5298;
}

.list_con_content ul {
    width: 100%;
    overflow: hidden;
    margin: 20px 0px;
}

.list_con_content ul li {
    width: 696px;
    height: 30px;
    line-height: 30px;
    margin: 0px 2px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #878787;
}

.list_con_content ul li a {
    color: #444;
}

.list_con_content ul li img {
    margin-top: -3px;
    margin-right: 5px;
}

.list_con_content ul li span {
    float: right;
    margin-top: -3px;
    margin-right: 5px;
    color: #444;
}

.list_pic_con {
    width: 700px;
    min-height: 400px;
    float: right;
}

.list_pic_con_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #dcdcdc;
}

.list_pic_con_title font {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #0e5298;
}

.list_pic_con_content ul {
    width: 100%;
    overflow: hidden;
    margin: 20px 0px;
}

.list_pic_con_content ul li {
    width: 696px;
    height: 154px;
    border-bottom: 1px dashed #bbbbbb;
    margin-bottom: 30px;
}

.list_pic_con_content ul li a {
    color: #444;
}

.list_pic_con_content ul li img {
    width: 187px;
    height: 128px;
    padding: 2px;
    border: 1px solid #ccc;
    float: left;
}

.list_pic_con_content ul li .title {
    width: 495px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin: 0px;
}

.list_pic_con_content ul li .title a {
    color: #015198;
    font-size: 16px;
    font-weight: 600;
}

.list_pic_con_content ul li .time {
    width: 495px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin: 0px;
    color: #818181;
}

.list_pic_con_content ul li .con {
    width: 495px;
    height: 84px;
    line-height: 24px;
    float: right;
    margin: 0px;
    text-indent: 2em;
}

.list_pic_con_content ul li .con a {
    color: #a80000;
}

.list_pic_con_content ul li span {
    float: right;
    margin-top: -3px;
    margin-right: 5px;
    color: #444;
}

.page ul {
    text-align: center;
}

.page .border_3 {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.page .border_4 {
    border: 1px solid #dddddd;
}

.page .active {
    background-color: #e74c3c;
    color: #fff;
}

.page .active a {
    color: #fff;
}

.page .text {
    width: 26px;
    height: 26px;
    border: 1px solid #a9a9a9;
    text-align: center;
}

.page ul {
    overflow: hidden;
    *display: block;
}

.page ul li {
    height: 30px;
    line-height: 30px;
    width: auto;
    margin: auto;
    margin-bottom: 0px;
    margin-right: -4px;
    *margin-right: 0px;
    padding: 0px 11px;
    border-bottom: 0px dashed #878787;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #777777;
}

.page ul li a {
    color: #777777;
}

.page ul li img {
    margin-top: -3px;
    margin-right: 5px;
}

.page ul li span {
    float: right;
    margin-top: -3px;
    margin-right: 5px;
    color: #444;
}

.main_box {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    width: 84%;
    margin: 0px auto;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 10px 15px;
}

.banner {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #e02626;
    font-weight: bolder;
    font-family: "微软雅黑", "microsoft yahei", helvetica, arial;
}

.banner ul {
    text-align: center;
}

.banner ul li {
    width: 7.9%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.banner ul li.selmenu{
    background-color: #c42020;
}

.banner ul li a {
    color: #fff;
}

.banner ul .right_border {
    border-right: 2px solid #fff;
}

.bottom {
    text-align: center;
    margin: 40px 0px;
}

.height_10 {
    width: 100%;
    height: 10px;
}

.bottom_banner {
    width: 990px;
    margin: 0px auto;
    height: 43px;
    background-color: #185da6;
    padding-top: 11.5px;
    *padding: 0px;
    *margin: 10px auto;
}

.bottom_banner ul {
    text-align: center;
    *margin-top: 11.5px;
    *display: block;
    *height: 20px;
    *padding-top: 2px;
}

.bottom_banner ul li {
    padding: 0px 8px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *height: 16px;
    *line-height: 16px;
}

.bottom_banner ul li a {
    color: #fff;
}

.bottom_banner ul .right_border {
    border-right: 2px solid #fff;
}

.left_top_box {
    width: 500px;
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 15;
    box-shadow: 0px 10px 33px #ccc;
}

.left_top_box .left_top_box_title {
    height: 30px;
    line-height: 30px;
    background-color: #4189c8;
}

.left_top_box .left_top_box_title font {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.left_top_box .left_top_box_title span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    background:  no-repeat;
}

.left_top_box_content {
    width: 100%;
    height: 370px;;
    background-color: #fff;
    padding: 20px;
    overflow-y: scroll;
}

.middle_box {
    width: 500px;
    height: 400px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -200px;
    z-index: 15;
    box-shadow: 0px 10px 33px #ccc;
}

.middle_box img {
    width: 500px;
    height: 400px;
}

.middle_box span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    background:  no-repeat;
}

.content_main {
    min-height: 500px;
    margin: 20px 10px;
    width: 990px;
    overflow: hidden;
}

.content_main_title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: 600;
    color: #444;
    text-align: center;
}

.content_main_dis {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #8e8e8e;
    text-align: center;
    margin-bottom: 20px;
}

.content_main_dis font {
    color: #e40000;
}

.content_main_con {
    width: 890px;
    margin: 0px 50px;
    overflow: hidden;
}

.content_main_con p {
    line-height: 24px;
}

.content_main_next {
    width: 910px;
    margin: 20px 40px;
    padding: 10px 0px;
    border-top: 1px dashed #858585;
}

.content_main_next li {
    float: left;
    margin-right: 20px;
}

.content_main_next li a {
    color: #1e00fe;
}

.content_main_qylist {
    width: 910px;
    margin: 20px 40px;
    padding: 10px 0px;
}

.content_main_qylist ul {
    overflow: hidden;
}

.content_main_qylist li {
    float: left;
    margin-right: 20px;
}

.content_main_qylist li a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #444;
}

.content_main_qylist .qylist_box {
    width: 910px;
    border: 1px solid #cbcbcb;
    margin: 20px 0px 0px 0px;
}

.content_main_qylist .qylist_box table {
    width: 850px;
    margin: 30px;
}

.content_main_qylist .qylist_box table tr {
    border-bottom: 1px dashed #cbcbcb;
}

.content_main_qylist .qylist_box table td {
    height: 30px;
    line-height: 30px;
}

.content_main_qylist .qylist_box table td font {
    color: #d90000;
}


.bg {
    min-width:1400px;
}

.logo {
    margin-top: 3%;
    margin-left: 14%;
    height: 75px;
}

.searchdiv {
    font-family: 宋体;
    font-size: 14px;
    float: right;
    margin-top: 3.5%;
    margin-right: 12%;
}

.line1 {
    border-left: 1px solid #e2e2e2;
    height: 20px;
    width: 2px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.searchimg {
    width: 28px;
    margin-top: -3px;
}

.searchimg2 {
    margin-left: 110%;
    width: 25px;
    margin-top: -89px;
}

.menuline {
    margin-left:-4px;
}

.gzjd {
    height: 54px;
    width: 47%;
    border-radius: 10px;
    float: left;
    background-color: #f3f3f3;
    border: 2px solid #cccccc;
    line-height: 54px;
    color: #333333;
}

.gzjd1 {
    height: 54px;
    width: 47%;
    border-radius: 10px;
    float: left;
    background-color: #f3f3f3;
    border: 2px solid #cccccc;
    line-height: 54px;
    color: #333333;
    margin-left: 3%;
}

div.gzjd, div.gzjd1 {
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 10px;
}

div.gzjd > p.big, div.gzjd1 > p.big {
    line-height: 20px !important;
    margin-top: 5px !important;
}

div.gzjd > p, div.gzjd1 > p {
    float: left;
    width: calc(100% - 36px);
    margin: 0 !important;
    line-height: 52px !important;
}

div.gzjd > img, div.gzjd1 > img {
    width: 36px;
    margin-top: 7% !important;
}

.words11_zzgz_xfgz22 div.words11_zzgz_xfgz_content > div > p {
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 55px;
    text-align: center;
    margin: 0 !important;
}

.words11_zzgz_xfgz22 div.words11_zzgz_xfgz_content .box > div > p {
    width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weburllist select {
    border: solid 1px #000;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    background:  no-repeat scroll right center transparent;

    padding-right: 18px;
}

.weburllist select::-ms-expand {
    display: none;
}

.wjss-hx-jlsrdw-title-nav{width: 1200px;min-height: 59px;margin: 0 auto;text-align: left;line-height: 59px;}
.wjss-hx-jlsrdw-title-nav img{margin-right: 5px;margin-top: -4px;}

.footer {
    width: 80%;
    min-height: 150px;
    margin: 0px auto;
}

.footer > hr {
    border: 2px solid red;
    margin-top: 1%;
    width: 100%
}