/*分页*/
.page {
    padding: 20px 20px 20px 0 !important;
    text-align: center;
    clear: both;
}

.page a {
    padding: 6px 12px;
    margin: 0 5px;
    line-height: 30px;
    background: #f7f7f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.page a:hover {
    background: #0f59a4;
    border: 1px solid #0f59a4;
    color: #fff;
}

.page input[type=text] {
    width: 20px;
    height: 28px;
    padding: 0 5px;
    margin-right: 5px;
    display: inline;
    background: #f7f7f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.page_list_more {
    text-align: center;
    margin: 30px auto;
}

.page_list_more span {
    display: inline-block;
    min-width: 70px;
    padding: 0 10px;
    background: #005298;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
    border-radius: 3px;
    transition: .3s;
}

.page_list_more span:hover {
    opacity: .9;
}

#pagination-input {
    width: 40px;
    height: 24px;
    line-height: 18px;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination-index,#page_div .pagination-num {
    color: #666666;
    border: 1px #b2b2b2 solid;
    padding: 5px 12px;
    margin-right: 6px;
    text-align: center;
    font-size: 14px;
}

#page_div .pagination-index a, #page_div .pagination-num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    display: block;
    font-size: 14px;
}

#page_div pagination-num:hover, #page_div {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
    margin: 0 auto;
}

#page_div a.hover {
    background-color: #257295;
    color: #fff;
    font-size: 14px;
}

#page_div a.hover a:hover {
    color: #fff;
}

.page_num {
    padding-top: 20px;
    padding-bottom: 15px;
    height: auto;
    overflow: hidden;
    width: 96%;
    margin: auto;
    font-size: 14px;
    clear: both;
}

#page_div {
    /* height:30px; */
    color: #000;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 9px;
    margin-bottom: 30px;
}

#page_div .pagination_index {
    color: #104c6e;
    border: 1px #b2b2b2 solid;
    padding: 3px 8px;
    margin-right: 2px;
    float: left;
    text-align: center;
    font-size: 12px;
}

#page_div .pagination_index a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    display: block;
    font-size: 12px;
    display: inline-block;
}

#page_div .pagination_index a:hover {
    color: #005298;
    font-size: 12px;
}

#page_div div.page_loca {
    background-color: #104c6e;
}

#page_div div.page_loca a {
    color: #fff;
    font-size: 12px;
}

#page_div div.page_loca a:hover {
    color: #fff;
}

#page_div .pagination_index_last {
    border: none;
    width: auto;
    float: left;
    text-align: left;
}

#page_div .pagination_index_last .page_a_tz {
    border: 1px #b2b2b2 solid;
    padding: 3px 8px;
}

#pagination_input {
    width: 20px;
    height: 16px;
    line-height: 16px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div>span {
    font-size: 12px;
}

.prebtn {
    margin-right: 6px;
}

.current {
    border-radius: 3px;
    color: #666666;
    border: 1px #b2b2b2 solid;
    padding: 3px 10px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    background-color: #005298;
    color: #fff;
    font-size: 12px;
}

.zxfPagenum {
    border-radius: 3px;
    color: #666666;
    border: 1px #b2b2b2 solid;
    padding: 3px 10px;
    margin: 0 3px;
    text-align: center;
    font-size: 12px;
}

.nextpage {
    margin: 0 3px;
}

.nextbtn,.prebtn,span.disabled {
    color: #666;
    background: #fff;
    width: 88px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    border: 1px #b2b2b2 solid;
    padding: 3px 10px;
    font-size: 12px;
}

.zxfinput {
    width: 40px;
    height: 20px;
    line-height: 18px;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
}

.zxfokbtn {
    color: #666666;
    border: 1px #b2b2b2 solid;
    padding: 2px 10px;
    margin-right: 6px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 420px) {
    .nextbtn, .prebtn, span.disabled,.zxfokbtn {
        width: auto;
        height: auto;
        line-height: 22px;
        padding: 3px 10px;
        margin-top: 5px;
    }
}

/*网上咨询*/
.ZxFill {
    width: 780px;
    height: auto;
    margin-top: 10px;
    padding: 20px 50px;
    background: #fcfcfe;
    border: 1px solid #ddd;
}

.ZxFill_tit {
    width: 100%;
    height: 50px !important;
    margin: 30px 0;
    line-height: 50px !important;
    font-size: 24px;
    font-weight: bold;
}

.ZxFill_list {
    width: 100%;
    height: auto;
}

.ZxFill_list td {
    height: 120px;
}

.ZxFill_list td p span {
    color: #bd1a2d;
}

.ZxFill_list td textarea {
    width: 99%;
    height: 100px;
    border: 1px solid #ddd;
}

.ZxFill_list td select {
    width: 99%;
    height: 42px;
    padding-left: 2%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
}

.ZxFill_list td input {
    width: 97%;
    height: 40px;
    padding-left: 2%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
}

.ZxFill_add {
    width: 118px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.ZxFill_list_xz {
    width: 99%;
    height: 42px;
    position: relative;
}

.ZxFill_list_xz input {
    width: 98% !important;
    height: 40px;
    padding-left: 2%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ZxFill_list_xz p {
    width: 97%;
    height: 40px;
    padding-left: 2%;
    line-height: 40px;
    color: #999;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left
}

.ZxFill_list_xz_two {
    width: 96%;
    height: auto;
    padding: 2%;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0px;
}

.ZxFill_list_xz_two ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ZxFill_list_xz_two ul li {
    width: 30%;
    height: 36px;
    line-height: 14px;
    float: left;
    text-align: left;
    padding-right: 10px;
}

.ZxFill_list_yzm {
    width: 100%;
    height: 42px;
}

.ZxFill_list_yzm input {
    width: 180px !important;
    height: 42px !important;
    float: left;
    border: 1px solid #ddd;
}

.ZxFill_list_yzm img {
    width: 90px !important;
    height: 42px !important;
    float: left;
    margin-left: 20px;
}

.ZxFill_list_yzm a {
    width: auto;
    height: 42px;
    line-height: 42px;
    float: left;
    margin-left: 20px;
}

.ZxFill_btn {
    width: 280px;
    height: 42px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.ZxFill_btn a {
    float: left;
    margin: 0 10px;
}

.btn_cz {
    width: 118px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.btn_cz:hover {
    border: 1px solid #0071f1;
    color: #0071f1;
}

.btn_tj {
    width: 120px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #1068cd;
    border-radius: 3px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn_tj:hover {
    background: #0071f1;
}

.wycxlist {
    width: 100%;
    overflow: hidden;

}

.wycxlist li {
    width: 99%;
    padding: 25px 1%;
    list-style-type: none;
}

.wycxlist li h3 a{
    text-align: left;
}

.wycxlist li .lileft {
    width: 90%;
    float: left;
}

.wycxlist li .lileft .lititle {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.wycxlist li .lileft .lititle h3 {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    float: left;
    margin-right: 20px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.wycxlist li .lileft .lititle h3 img {
    margin-right: 10px;
}

.wycxlist li .lileft .lititle span {
    display: inline-block;
    float: right;
}

.wycxlist li .lileft p {
    width: 100%;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 27px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wycxlist li .lileft p a {
    color: #005293;
}

.wycxlist li .liright {
    float: right;
    width: 10%;
    text-align: right;
}

.wycxlist li .liright button {
    width: 99px;
    height: 33px;
    background: #DEEBFB;
    border-radius: 16px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #396EA0;
    border: none;
}

.wycxlist li .jxing {
    margin-top: 40px;
}

.wycxlist li .js {
    margin-top: 20px;
}

.wycxlist li .js .jgfk {
    background: #6599CB;
    color: white;
}

.wycxlist li .js .yjs {
    background: #DCDCDC;
    color: white;
    margin-top: 10px;
}

.wycxlist li:nth-child(2n) {
    background: #F8FBFD;
}

.wycxlist li span {
    width: auto;
    height: 42px;
    float: right;
    text-align: right;
    color: #666;
}

.Ly_news {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.wycxlist li a{width:50%;  height:42px; float:left; display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.btn{    width: 67px  !important; height: 28px !important; border: 1px solid #C4D6EB; border-radius: 16px; font-size: 13px; font-family: Microsoft YaHei; font-weight: bold; color: #396EA0; line-height: 30px; float: left; margin-left: 10px; text-align: center; }
.wycxlist font{font-size: 15px; font-family: Microsoft YaHei; font-weight: 400; color: #B70000; line-height: 17px; padding-left: 10px; border-left: 1px solid #999999; float: left; margin-top: 6px;}
 
 

.Ly_news_list {
    width: 1120px;
    height: 260px;
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    box-shadow: 3px 2px 10px rgb(221 221 221 / 0.6);
}

.Ly_news_list_top {
    width: 100%;
    height: 60px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.Ly_news_list_top p {
    width: 25%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #555;
}

.Ly_news_list_wt {
    width: 100%;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.Interact_yj {
    width: 1200px;
    height: 470px;
    margin: 0 auto;
    margin-top: 20px;
}

.Ly_news_list_hf {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.Ly_news_list_time {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.title_01 {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: url(../images/title_01.jpg) repeat-x center bottom;
}

.title_01 p {
    width: auto;
    height: 70px;
    float: left;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
}

.our-line {
    float: left;
    width: 100%;
}

.top-30 {
    margin-top: 30px;
}

.zixun-xiangxi {
    border-top: #dcdcdc solid 1px;
    border-left: #dcdcdc solid 1px;
}

.zixun-xiangxi tr td {
    height: 50px;
    border-right: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding: 15px 25px 15px 25px;
}

.zixun-xiangxi .biaoti {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.zixun-xiangxi .biaoti font {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.zixun-xiangxi span {
    float: left;
    width: 90%;
    /*height:21px;*/
    overflow: hidden;
    line-height: 30px;
}

.zixun-xiangxi .cont span {
    float: none;
    width: auto;
    /*height:21px;*/
    overflow: hidden;
    line-height: unset;
}

.zixun-xiangxi tr td.cont {
    padding: 15px 25px 15px 25px;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zixun-xiangxi.our-line tr .cont p {
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
}

.our-line .z {
    float: left;
    font-size: 18px;
    color: #006eab;
    font-weight: bold;
    margin-bottom: 20px;
}



/*网站地图*/
.SiteMap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.SiteMap_list {
    width: 1200px;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
}

.SiteMap_list li {
    min-width: 120px;
    height: 38px;
    float: left;
    margin: 10px 0 10px 15px;
}

.SiteMap_list li a {
    min-width: 90px;
    height: 36px;
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 36px;
    background: #f5f7fa;
    border-radius: 2px;
    font-size: 14px;
    color: #646876;
    transition: all 0.3s ease;
}

.SiteMap_list li a:hover {
    background: #1068cd;
    color: #fff;
    transform: translate3d(0px,-2px,0);
}
.title_03 {
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #ddd;
}

.title_03_con {
    min-width: 120px;
    height: 56px;
    float: left;
    border-bottom: 4px solid #1068cd;
}

.title_03 img {
    width: 24px;
    height: 24px;
    margin-top: 18px;
    float: left;
}

.title_03 p {
    width: auto;
    height: 60px;
    display: block;
    margin-left: 10px;
    float: left;
    font-size: 24px;
    font-weight: bold;
}

.title_03 span {
    width: auto;
    height: 60px;
    float: right;
}
