/**reset s*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img {
    border: none;
}

img {
    border: 0;
}

address, caption, cite, code, dfn, var, em, i, sub, sup {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #444 !important;
    background-color: transparent;
    transition: background-color 50000s ease-in-out 0s;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #666;
    font: 18px/1.5 "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease 0s;
    -ms-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #1364be;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.text-left {
    text-align: left !important;
}

.TRS_Editor {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.w {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.mt50{
    margin-top:50px;
}

/*reset e*/
/*.page-* s*/
.page-page {
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    color: #444;
}

.page-page strong {
    color: #222;
}

.page-page a {
    display: inline-block;
    border: 1px solid #ddd;
    color: #444;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 4px;
    border-radius: 4px;
}

.page-page a:hover {
    border-color: #195eab;
    background-color: #1364be;
    color: #fff;
}

.page-page a.gray {
    display: inline-block;
    border: 1px solid #ddd;
    color: #ddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: not-allowed;
    background: #fff;
}

.page-page a.currpage {
    border-color: #195eab;
    background-color: #1364be;
    color: #fff;
}

.page-page .ipt {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-top: -3px;
    padding: 0 3px;
    width: 50px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 4px;
}

.page-page .okbtn {
    height: 30px;
    line-height: 30px;
    border: 1px solid #195eab;
    font-size: 15px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-top: -3px;
    padding: 0 3px;
    width: 50px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    background-color: #1364be;
    color: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
}

.page-page .okbtn:hover {
    opacity: .85
}

.page-left {
    width: 240px;
    float: left;
    margin-bottom: 40px;
}

.page-right {
    float: right;
    width: 1010px;
    background-color: #fff;
    margin-bottom: 40px;
    min-height: 500px;
    margin-top: -10px;
}

.page-submenu h3 {
    height: 54px;
    line-height: 54px;
    display: block;
    background: url(../img/ico-12.png) no-repeat 210px center #226ebc;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 0 50px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.page-submenu .ul li {
    cursor: pointer;
    height: 52px;
    background: #fafafa;
    line-height: 52px;
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-submenu .ul li:last-of-type {
    margin-bottom: 0;
}

.page-submenu .ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 0 50px;
}

.page-submenu .ul li.active {
    border-color: #1364be;
    background: #f4faff;
}

.page-submenu .ul li.active a {
    color: #1364be;
}

.page-submenu .ul li:hover {
    border-color: #1364be;
    background: #f4faff;
}

.page-submenu .ul li:hover a {
    color: #1364be;
}

.page-submenu-2 {
    margin-top: -15px;
}

.page-submenu-2 h3 {
    height: 74px;
    display: table;
    width: 280px;
    cursor: pointer;
    margin-top: 15px;
    background-color: #fff;
    position: relative;
    border: 1px solid #1364be;
}

.page-submenu-2 h3 .ico {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
}

.page-submenu-2 h3 .ico-white {
    display: none;
}

.page-submenu-2 h3.active .ico-blue {
    display: none;
}

.page-submenu-2 h3.active .ico-white {
    display: block;
}

.page-submenu-2 h3 .togglebtn {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 240px;
    top: 29px;
    z-index: 9999;
}

.page-submenu-2 h3.pulldown .togglebtn {
    background: url(../img/ico-13.png) no-repeat center center;
}

.page-submenu-2 h3 .in {
    display: table-cell;
    vertical-align: middle;
}

.page-submenu-2 h3 .in span a {
    display: block;
    font-size: 24px;
    color: #1364be;
    line-height: 1.1;
    padding-left: 84px;
    transition: none;
}

.page-submenu-2 h3.pulldown.active .togglebtn {
    background-image: url(../img/ico-14.png);
}

.page-submenu-2 h3.active {
    background-color: #1364be;
}

.page-submenu-2 h3.active span a {
    color: #fff;
}

.page-submenu-2 .ul {
    background-color: #fff;
    display: none;
    position: relative;
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding: 10px 0;
}

.page-submenu-2 .ul .ulli:hover {
    background-color: #ebf4ff;
}

.page-submenu-2 .ul .ulli .ullia {
    font-size: 20px;
    color: #221815;
    display: block;
    padding: 0 15px 0 46px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: none;
    cursor:pointer;
}

.page-submenu-2 .ul .ulli.curr .ullia {
    color: #1364be;
    background-color: #ebf4ff;
}

.page-submenu-2 .ul .ulli .ol {
    padding-left: 60px;
    background-color: #deedff;
    display: none;
}

.page-submenu-2 .ul .ulli .ollia {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.page-submenu-2 .ul .ulli .olli.c .ollia {
    color: #1364be;
}

.page-crumbs-bar {
    line-height: 1;
    font-size: 16px;
    color: #999;
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-crumbs-bar .trs-crumbsbar{
    color:#e9e9e9;
}

.page-crumbs-bar .ico {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.page-crumbs-bar em {
    color: #999;
}

.page-crumbs-bar .CurrChnlCls {
    color: #333;
}

.page-header {
    height: 181px;
    background: url(../img/img-1.jpg) no-repeat top center;
    overflow: hidden;
    min-width: 1300px;
}

.page-header .logo {
    float: left;
    margin-top: 63px;
    margin-left: 20px;
}

.page-header .logo h1 a {
    font-weight: 700;
    font-size: 50px;
    display: block;
    color: #fff;
    line-height: 1.1;
}

.page-header .page-search {
    margin-top: 66.5px;
    float: right;
    margin-right: 20px;
}


.page-header-2 {
    height: 320px;
}

.page-header-2 .logowrap {
    margin-top: 30px;
    margin-bottom: 90px;
}

.page-header-2 .logowrap img {
    width: 462px;
    height: 43px;
}

.page-header-2 .title {
    width: 600px;
    height: 103px;
    margin: 0 auto;
}

.page-header-2 .title img {
    display: block;
    width: 100%;
    height: 100%;
}

.page-search .ipt {
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
    padding: 0 13px;
    width: 340px;
    background: #fff;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
}

.page-search .ipt::-webkit-input-placeholder {
    color: #ccc;
}

.page-search .search-btn {
    float: left;
    width: 80px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: #0375de;
    background: -webkit-linear-gradient(-45deg, #0375de 0, #03bef7 100%);
    background: -ms-linear-gradient(-45deg, #0375de 0, #03bef7 100%);
    background: linear-gradient(-45deg, #0375de 0, #03bef7 100%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-nav {
    height: 54px;
    background-color: #1364be;
    min-width: 1300px;
}

.page-nav .far-ul-li {
    float: left;

    position: relative;
	width: 20%;

}

.page-nav .far-ul-li .txt {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 54px;
    color: #fff;
    transition: none;
    padding: 0 24px;
}

.gxj-sub-list {
    position: absolute;
    top: 54px;
    z-index: 1000;
    color: #666;
    text-align: center;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    display: none;
    padding-top: 10px;
    border-radius: 7px;
    overflow: hidden;
}

.gxj-sub-list:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 10px;
    margin-left: -10px;
    border-color: transparent transparent #004994 transparent;
    border-style: dashed dashed solid dashed;
    z-index: 2;
    opacity: .9;
    filter: alpha(opacity=90);
}

.gxj-sub-list .item {
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    border-bottom: 1px solid #003b75;
    display: block;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-family: "microsoft yahei";
    background: #004994;
    background: rgba(0, 73, 148, .9);
}

.gxj-sub-list .item:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.gxj-sub-list .item:hover {
    background-color: #2c7eda;
}

.gxj-sub-list .item:last-of-type {
    border-bottom: 0;
}

.page-nav .far-ul-li.active .txt {
    background-color: #2c7eda;
}

.page-footer {
    min-width: 1300px;
    background: #1364be;
}

.page-footer .copyright {
    padding: 50px 0;
}

.page-footer .copyright .p {
    text-align: center;
    margin: 9px 0;
}

.page-footer .copyright .p span {
    margin: 0 10px;
    font-size: 18px;
    color: #fff;
}

.page-footer .copyright .p a {
    margin: 0 8px;
    font-size: 18px;
    color: #fff;
}

.page-footer .pos-left {
    position: absolute;
    top: 74px;
    left: 136px;
    font-size: 0;
}

.page-footer .pos-left img {
    display: block;
}

.page-footer .pos-right {
    position: absolute;
    top: 80px;
    right: 80px;
    font-size: 0;
}

.page-footer .pos-right img {
    display: block;
}

.page-footer .pos-left a,
.page-footer .pos-right a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

/*.page-* e*/
/*.module-* s*/
.module-title {
    line-height: 52px;
    border-bottom: 1px solid #1364be;
    position: relative;
    height: 52px;
}

.module-title span {
    font-size: 24px;
    font-weight: 700;
    color: #1364be;
    position: absolute;
    padding: 0 15px;
    bottom: -1px;
    left: 0;
    z-index: 2;
    border-bottom: 4px solid #e30000;
}

.module-box-1 .hd {
    line-height: 52px;
    border-bottom: 1px solid #1364be;
    position: relative;
    height: 52px;
}

.module-box-1 .hd .title {
    font-size: 24px;
    font-weight: 700;
    color: #1364be;
    position: absolute;
    padding: 0 15px;
    bottom: -1px;
    left: 0;
    z-index: 2;
    border-bottom: 4px solid #e30000;
}

.module-box-1 .hd .right {
    float: right;
}

.module-box-1 .hd .right a {
    font-size: 18px;
    color: #999;
}

.module-box-1 .hd .right a:hover {
    color: #1364be;
}

.module-box-1 .list {
    margin-top: 13px;
    height: 318px;
}

.module-box-1 .list li {
    padding: 13px 0;
}

.module-box-1 .list li a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    padding-right: 110px;
    padding-left: 25px;
}

.module-box-1 .list li a:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #eaeaea;
    border-radius: 50%;
}

.module-box-1 .list li a:hover:before {
    background: #1364be;
}

.module-box-1 .list li a:hover .tl {
    color: #1364be;
}

.module-box-1 .list li .tl {
    display: block;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.module-box-1 .list li .date {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 110px;
    color: #ccc;
}

/*.module-* e*/
.index-news-state {
    margin-top: 40px;
    margin-bottom: 26px;
}

.index-news-state .focusBox {
    position: relative;
    width: 630px;
    height: 424px;
    overflow: hidden;
    border-radius: 4px;
}

.index-news-state .focusBox .pic img {
    display: block;
    width: 630px;
    height: 424px;
}

.index-news-state .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 60px;
    width: 100%;
    background: url(../img/bg-2.png) repeat-x;
}

.index-news-state .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.index-news-state .focusBox .txt li {
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.index-news-state .focusBox .txt li a {
    display: block;
    color: #fff;
    padding-left: 15px;
    font-size: 18px;
    font-family: "microsoft yahei";
    text-decoration: none;
    width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-state .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    right: 11px;
}

.index-news-state .focusBox .num li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    opacity: .95;
    filter: alpha(opacity=95);
}

.index-news-state .focusBox .num li.on {
    background-color: #1364be;
}

.index-news-state .slideTxtBox {
    width: 630px;

}

.index-news-state .slideTxtBox .hd {
    border-bottom: 1px solid #1364be;
}

.index-news-state .slideTxtBox .hd .more-wrap {
    height: 52px;
    line-height: 52px;
    float: right;
}

.index-news-state .slideTxtBox .hd .more-wrap a {
    font-size: 18px;
    color: #999;
    display: none;
}

.index-news-state .slideTxtBox .hd .more-wrap a:hover {
    color: #1364be;
}

.index-news-state .slideTxtBox .hd ul li {
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    padding: 0 34px;
}

.index-news-state .slideTxtBox .hd ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

.index-news-state .slideTxtBox .hd ul li.active {
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #1364be;
}

.index-news-state .slideTxtBox .bd {
    margin-top: 14px;
    height: 371px;
}

.index-news-state .slideTxtBox .bd ul {
    display: none;
}

.index-news-state .slideTxtBox .bd ul li {
    padding: 13px 0;

}

.index-news-state .slideTxtBox .bd ul li a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    padding-right: 110px;
    padding-left: 25px;
}

.index-news-state .slideTxtBox .bd ul li a:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #eaeaea;
    border-radius: 50%;
}

.index-news-state .slideTxtBox .bd ul li a:hover:before {
    background: #1364be;
}

.index-news-state .slideTxtBox .bd ul li .tl {
    display: block;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-state .slideTxtBox .bd ul li a:hover .tl,
.index-news-state .slideTxtBox .bd ul li a:hover .date {
    color: #1364be;
}

.index-news-state .slideTxtBox .bd ul li .date {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 110px;
    color: #ccc;
}

.index-infoopen {
    margin-bottom: 40px;
    overflow: hidden;
}

.index-infoopen ul li {
    float: left;
    margin-right: 22px;
    width: 308px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.index-infoopen ul li:last-of-type {
    margin-right: 0;
}

.index-infoopen ul li:hover img {
}

.index-infoopen ul li a {
    font-size: 18px;
    display: block;
    color: #1364be;
    position: relative;
    overflow: hidden;
    background-color: #ddedff;
}

.index-infoopen ul li a::after {
    content: '';
    position: absolute;
    top: -25px;
    left: -28px;
    width: 0;
    height: 155%;
    z-index: 0;
    background-color: rgba(0, 120, 255, .1);
    transform: rotate(10deg);
    transition: width .7s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.index-infoopen ul li a:hover::after {
    width: 115%;
}

.index-infoopen ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 12px;
}

.index-slideBox {
    height: 110px;
    overflow: hidden;
    position: relative;
    margin-bottom: 27px;
    border-radius: 4px;
}

.index-slideBox .hd {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 1;
}

.index-slideBox .hd ul {
    overflow: hidden;
}

.index-slideBox .hd ul li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.index-slideBox .hd ul li.on {
    background: #1364be;
}

.index-slideBox .bd {
    position: relative;
}

.index-slideBox .bd img {
    width: 1300px;
    height: 110px;
    display: block;
}

.index-laws {
    width: 925px;
    margin-bottom: 11px;
}

.index-laws .hd {
    line-height: 52px;
    border-bottom: 1px solid #1364be;
    position: relative;
    height: 52px;
}

.index-laws .hd .title {
    font-size: 24px;
    font-weight: 700;
    color: #1364be;
    position: absolute;
    padding: 0 15px;
    bottom: -1px;
    left: 0;
    z-index: 2;
    border-bottom: 4px solid #e30000;
}

.index-laws .hd .more-btn {
    font-size: 18px;
    color: #999;
    float: right;
}

.index-laws .hd .more-btn:hover {
    color: #1364be;
}

.index-laws .bd {
    margin-top: 30px;
}

.index-laws .bd .showimg {
    float: left;
    border-radius: 4px;
    overflow:hidden;
}

.index-laws .bd .showimg img {
    width: 354px;
    height: 285px;
    display: block;
}

.index-laws .bd .list {
    float: right;
    width: 548px;
    margin-top: -17px;
}

.index-laws .bd .list li {
    padding: 13px 0;
}

.index-laws .bd .list li a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    padding-right: 110px;
    padding-left: 25px;
}

.index-laws .bd .list li a:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #eaeaea;
    border-radius: 50%;
}

.index-laws .bd .list li a:hover:before {
    background: #1364be;
}

.index-laws .bd .list li .tl {
    display: block;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-laws .bd .list li a:hover .tl {
    color: #1364be;
}

.index-laws .bd .list li .date {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 110px;
    color: #ccc;
}

.index-orgSetting {
    width: 335px;
    margin-bottom: 11px;
}

.index-orgSetting .hd {
    line-height: 52px;
    border-bottom: 1px solid #1364be;
    position: relative;
    height: 52px;
}

.index-orgSetting .hd .title {
    font-size: 24px;
    font-weight: 700;
    color: #1364be;
    position: absolute;
    padding: 0 15px;
    bottom: -1px;
    left: 0;
    z-index: 2;
    border-bottom: 4px solid #e30000;
}

.index-orgSetting .list {
    margin-top: 30px;
}

.index-orgSetting .list li {
    border: 1px solid #1364be;
    border-left: 0;
    margin-bottom: 13px;
    height: 45px;
    line-height: 45px;
    background: url(../img/line-1.jpg) no-repeat left center #eff8ff;
    border-radius: 4px;
}

.index-orgSetting .list li a {
    display: block;
    color: #444;
}

.index-orgSetting .list li a:hover {
    color: #1364be;
    font-weight: 700;
}

.index-orgSetting .list li a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 89px;
    margin-right: 30px;
    width: 26px;
}

.index-jgdj,
.index-ysxt {
    width: 630px;
    margin-bottom: 21px;
}

.index-friendLink {
    margin-bottom: 60px;
}

.index-friendLink .hd {
    line-height: 52px;
    border-bottom: 1px solid #1364be;
    position: relative;
    height: 52px;
    margin-bottom: 30px;
}

.index-friendLink .hd .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #1364be;
    position: absolute;
    padding: 0 34px;
    bottom: -1px;
    left: 0;
    z-index: 2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.index-friendLink .hd .more-btn {
    font-size: 18px;
    color: #999;
    float: right;
}

.index-friendLink .hd .more-btn:hover {
    color: #1364be;
}

.index-friendLink .picScroll {
    overflow: hidden;
    position: relative;
}

.index-friendLink .picScroll ul {
    overflow: hidden;
}

.index-friendLink .picScroll ul li {
    margin-right: 22px;
    float: left;
    width: 242.4px;
    border-radius: 4px;
    overflow: hidden;
}

.index-friendLink .picScroll ul li img {
    width: 242.4px;
    height: 67px;
    display: block;
}

.list-main .list {
    margin-top: 14px;
    min-height: 300px;
}

.list-main .list .item {
    padding: 13px 0;
}

.list-main .list .item a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    padding-right: 110px;
    padding-left: 25px;
}

.list-main .list .item a:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #eaeaea;
    border-radius: 50%;
}

.list-main .list .item a:hover:before {
    background: #1364be;
}

.list-main .list .item a span {
    display: block;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-main .list .item a:hover span {
    color: #1364be;
}

.list-main .list .item a em {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 110px;
    color: #ccc;
}


.peolist-main .list .item {
    padding: 30px;
    border-bottom: 1px dashed #ddd;
}

.peolist-main .list .item:hover {
    background-color: #f8f9ff;
}

.peolist-main .list .item .tb {
    display: table;
    width: 100%;
    height: 100%;
}

.peolist-main .list .item .tb .tbin {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.peolist-main .list .item .tb .tbin img {
    width: 146px;
    height: 194px;
    padding: 3px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    vertical-align: middle;
}

.peolist-main .list .item .tb .tbin .intro {
    display: inline-block;
    vertical-align: middle;
    width: 756px;
    padding: 0 20px;
    white-space: normal;
}

.peolist-main .list .item .tb .tbin .intro .name {
    font-size: 18px;
    color: #444;
    cursor: default;
}

.peolist-main .list .item .tb .tbin .intro .desc {
    font-size: 18px;
    color: #666;
    text-align: justify;
    margin-top: 8px;
    cursor: default;
}


.peolist-main .list .item .tb .tbin .intro .desc p,
.peolist-main .list .item .tb .tbin .intro .desc p span {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.peolist-main .list .item .tb .tbin .intro .desc p img,
.peolist-main .list .item .tb .tbin .intro .desc img,
.peolist-main .list .item .tb .tbin .intro .desc table img,
.peolist-main .list .item .tb .tbin .intro .desc video,
.peolist-main .list .item .tb .tbin .intro .desc table {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}

.piclist-main .list {
    margin-top: 30px;
    overflow: hidden;
}

.piclist-main .list .item {
    float: left;
    padding-right: 30px;
    margin-bottom: 24px;
    width: 316px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
}

.piclist-main .list .item:nth-child(3n) {
    padding-right: 0;
}

.piclist-main .list .item img {
    width: 100%;
    height: 225px;
    display: block;
    transition: all .15s;
    border-radius: 4px;
}

.piclist-main .list .item em {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-top: 14px;
    text-align: center;
}

.piclist-main .list .item a:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}


.detail-main {
    padding-bottom: 30px;
    min-height: 500px;
}

.detail-main .detail-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

.detail-main .detail-meta {
    text-align: center;
    padding: 10px 0 25px;
    border-bottom: 1px solid #8aa5c4;
}

.detail-main .detail-meta span {
    margin: 0 20px;
    font-size: 18px;
    color: #999;
    display: inline-block;
}

.detail-main .detail-cnt {
    margin-top: 30px;
}

.detail-main .detail-cnt p,
.detail-main .detail-cnt p span {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.detail-main .detail-cnt p img,
.detail-main .detail-cnt img,
.detail-main .detail-cnt table img,
.detail-main .detail-cnt video{
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}

.detail-main .detail-cnt table{
    height: auto !important;
    margin: 16px auto !important;
}

.list2-main .list2-tb {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    table-layout: fixed;
}

.list2-main .list2-tb th {
    background-color: #f3f9fe;
    font-size: 18px;
    white-space: nowrap;
    padding: 8px 20px;
    color: #1364be;
}

.list2-main .list2-tb td {
    padding: 20px 10px;
    border-bottom: 1px dashed #ddd;
    text-align: center;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reply-main .reply-tb {
    width: 100%;
    margin: 30px auto 0;
}

.reply-main .reply-tb .th {
    background-color: #f4faff;
    text-align: center;
    color: #1364be;
}

.reply-main .reply-tb td {
    font-size: 18px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
    color:#333;
}

.message-main {
    padding-bottom: 30px;
}

.message-main .xdLayout {
    width: 100% !important;
    margin-top: 18px;
}

.message-main .xdLayout tr td, .message-main .xdLayout tr td > div {
    text-align: right !important;
}

.message-main .xdLayout tr td div > font {
    font-size: 18px !important;
    line-height: 72px !important;
    padding-right: 15px !important;
    font-family: "microsoft yahei" !important;
}

.message-main .xdLayout tr td input {
    padding: 0 12px !important;
    height: 50px !important;
    line-height: 50px !important;
    border: 1px solid #eaeaea;
    background: #f3f9fe !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    border-radius: 4px !important;
    color: #444 !important;
    margin: 10px 0 !important;
    box-sizing: border-box;
}

.message-main .xdLayout tr td textarea {
    outline: none !important;
    padding: 12px !important;
    border: 1px solid #eaeaea;
    background: #f3f9fe !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    color: #444 !important;
    border-radius: 4px !important;
    font-family: microsoft yahei;
    box-sizing: border-box !important;
    margin: 12px 0 !important;
    height: auto !important;
}

.message-main .submit-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 220px;
    background: #1364be;
    background: -webkit-linear-gradient(0deg, #125EB3 0, #1986FF 100%);
    background: linear-gradient(0deg, #125EB3 0, #1986FF 100%);
    display: block;
    margin: 10px auto 0;
    font-size: 20px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    border:none;
}

.message-main .submit-btn:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}

.infoopen-bg {
    background: url(../img/bg-1.jpg) no-repeat top center;
}

.infoopen-main {
    min-height: 744px;
    padding: 30px 38px 0;
    border: 1px solid #eaeaea;
    margin-bottom: 56px;
    background-color: #fff;
    -ms-box-shadow: 0px 6px 6px rgba(172, 202, 239, 0.35);
    box-shadow: 0px 6px 6px rgba(172, 202, 239, 0.35);
}

.infoopen-main .left {
    float: left;
    width: 282px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.infoopen-main .right {
    float: right;
    width: 902px;
}

.infoopen-list-wrap {
    background-color: #fff;

}

.infoopen-list-wrap .columnTitle {
    font-size: 22px;
    color: #1364be;
    border-left: 5px solid #1364be;
    line-height: 1.1;
    padding-left: 15px;
    margin-top: 22px;
    margin-bottom: 5px;
}

.infoopen-list-wrap .list .item {
    padding: 17px 0;
    border-bottom: 1px dashed #ddd;
}

.infoopen-list-wrap .list .item a {
    position: relative;
    font-size: 20px;
    padding-right: 121px;
    display: block;
}

.infoopen-list-wrap .list .item span {
    display: block;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoopen-list-wrap .list .item a:hover span {
    color: #1364be;
}

.infoopen-list-wrap .list .item em {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 121px;
    color: #ccc;
}

.infoopen-detail-wrap {
    background-color: #fff;
    padding: 20px 0 40px;
    min-height: 431px;
}

.infoopen-detail-wrap .title {
    font-size: 26px;
    text-align: center;
    color: #444;
}

.infoopen-detail-wrap .meta {
    margin: 10px 0 0;
    text-align: center;
}

.infoopen-detail-wrap .meta span {
    margin: 0 20px;
    font-size: 18px;
    color: #999;
}

.infoopen-detail-wrap .cnt {
    margin-top: 24px;
}

.infoopen-detail-wrap .cnt p,
.infoopen-detail-wrap .cnt p span {
    text-align: justify;
    font-size: 18px;
    color: #444;
    line-height: 2;
}

.infoopen-detail-wrap .cnt p img,
.infoopen-detail-wrap .cnt img,
.infoopen-detail-wrap .cnt table img,
.infoopen-detail-wrap .cnt video,
.infoopen-detail-wrap .cnt table {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}

.info-panel-main {
    padding-bottom: 20px;
}

.info-panel-main .item {
    margin-bottom: 20px;
    border:1px solid #ddd;
    box-shadow: 0 3px 2px 0 #f6f6f6;
    border-radius: 4px;
}

.info-panel-main .item .hd {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.info-panel-main .item .hd .title {
    float: left;
    color: #1364be;
    font-weight: 700;
}

.info-panel-main .item .bd {
    overflow: hidden;
    padding: 10px 0;
}

.info-panel-main .item .bd .it {
    float: left;
    margin: 7px 10px 7px 21px;
    width: 184px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-panel-main .item .bd .it a {
    color: #333;
    font-size: 18px;
}

.info-panel-main .item .bd .it a:hover {
    color: #1364be;
}

.sidebar-fixed-wrapper {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
}

.sidebar-fixed-wrapper .back-to-top {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../img/ico-backtop-1.png) no-repeat center 12px #F5F8FC;
    border: 1px solid #acbfcd;
    display: none;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #8698aa;
    border-radius: 4px;
}

.sidebar-fixed-wrapper .back-to-top:hover {
    background-image: url(../img/ico-backtop-2.png);
    background-color: #F8FBFF;
    border-color: #6ba0e3;
    color: #6ba0e3;
}
.top {
  height: 36px;
  line-height: 36px;
  background-color: #015293;
  overflow: hidden;
  min-width: 1300px;
}
 .container {
  width: 1280px;
  margin: 0 auto;
}
.top .right {
  position: relative;
  z-index: 100;
}
.r {
  float: right;
}
.top .right li {
  float: left;
}
.top .right li a {
  display: block;
  font-size: 14px;
  color: #a2bedb;
  padding-right: 15px;
  padding-left: 15px;
}


.infoopen-list-wrap .tb-list{
    margin-top:24px;
}

.infoopen-list-wrap .tb-list th {
    color: #015293;
    border-bottom: 6px solid #32b9e6;
    padding:7px 10px;
}

.infoopen-list-wrap .tb-list th:nth-child(2n-1) {
    border-bottom-color: #015293;
    background-color: #F2F6FA;
}

.infoopen-list-wrap .tb-list td {
    border-bottom:1px solid #ddd;
    padding:10px;
}

.infoopen-list-wrap .tb-list td:nth-child(2n-1) {
    background-color: #F2F6FA;
}

.infoopen-list-wrap .tb-list td a:hover {
    color:#ED2001;
}

.module-table{
    table-layout: fixed;
    width:100%;
}

.module-table td{
    padding:6px;
    border:1px solid #ddd;
    text-align: center;
    font-size: 16px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}


.qgl_openinf_search {
  background: url('../img/xxgk_icon02.png') no-repeat center 55px;
  padding: 34px 0;
  margin-bottom: 50px;
}
.qgl_openinf_search > div {
  width: 510px;
  border: 1px solid #015293;
  background: #fff;
  /*! border-radius: 7px; */
  margin: o auto;
  /*! align-content: center; */
  /*! text-align: center; */
  /*! position: absolute; */
  margin-left: auto;
  margin-right: auto;
}
.qgl_openinf_search a {
  display: block;
  float: right;
  height: 48px;
  width: 78px;
  background: url('../img/xxgk_icon01.png') no-repeat center;
}
.qgl_openinf_search em {
  display: block;
  margin-right: 80px;
}
em {
  font-style: normal;
}
.qgl_openinf_search em input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: none;
  background: none;
  text-indent: 12px;
  font-size: 18px;
}
.qgl_openinf_radio > div {
  display: inline-block;
  margin-right: 50px;
  margin-top: 30px;
}
.qgl_openinf_radio > div span {
  color: #2c66a5;
  margin-right: 5px;
}
.qgl_openinf_radio > div label {
  cursor: pointer;
}
select, input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: none;
}
.qgl_openinf_radio {
  text-align: center;
}


.container1 {
  width: 1300px;
  margin: 0 auto;
    margin-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
#tzgg {
  padding: 20px 63px 20px 152px;
  background-image: url(../img/bg-gg.jpg);
  background-size: auto 82px;
  background-repeat: no-repeat;
  height: 82px;
  position: relative;
  background-color: white;
}
.txtMarquee-left {
  position: relative;
}
.span-24 {
  display: block;
  width: 1150px;
  float: left;
  margin: 0 5px;
}
.txtMarquee-left .bd {
  padding: 10px;
}
.tzgg {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.txtMarquee-left .bd .tempWrap {
  width: 100% !important;
}
.tzgg .line-item{
    display:block;
    width:33%;
    max-height: 60%;
    float:left;
    line-height: 40px;
    height:40px;
    padding-left:30px;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size:18px;
    color:#333;
    padding-right: 30px;
}
.tzgg .line-item .date{
    color:#888;
    float:right;
}
.tzgg .line-item:after{
    content:"";
    display:block;
    clear:both;
}
.mt6 {
  margin-top: 30px !important;
}