/*slick*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0 !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*margin*/

.ml20 {
    margin-left: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.abst {
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

/*news-list*/

.news-list {
    overflow: hidden;
}

.news-list li {
    height: 34px;
    overflow: hidden;
    vertical-align: middle;
}

.news-list li span {
    line-height: 34px;
    overflow: hidden;
}

.news-list li span.title {
    float: left;
    width: 292px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    text-indent: 10px;
    background: url(../../images/li-bg.gif) no-repeat left center;
}

.news-list li span.date {
    float: right;
    width: 62px;
    font-size: 12px;
    text-align: right;
    color: #808080;
}

/*layout*/

.container {
    margin-top: 8px;
}

.layout, .col .hd {
    *zoom: 1;
}

.layout:after, .col .hd:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.layout {
    font-family: simsun;
}

.layout>.left-area {
    width: 740px;
    float: left;
}
.nav-left-area {
    width: 1000px;
    float: left;
}

.layout>.left-area>.col, .layout>.right-area>.col {
    height: 363px;
}

.layout>.right-area {
    width: 215px;
    float: right;
    padding: 12px;
    background-color: #f3f3f3;
}

.layout .hd>h2 {
    font: bold 18px/20px "Microsoft Yahei";
    color: #012376;
}

.layout .hd>h2>a {
    color: #012376;
    text-decoration: none;
}

/*headline*/

.headline>h2 {
    display: block;
    height: 42px;
    overflow: hidden;
    padding: 10px 0;
    font: bold 28px/44px "Microsoft Yahei";
    text-align: center;
}

.headline>h2>a:link, .headline>h2>a:visited, .headline>h2>a:hover, .headline>h2>a:active {
    color: #bc0000;
    text-decoration: none;
}

.headline .abst {
    height: 48px;
}

.headline .abst a {
    color: #BC0000;
}

/*img-change*/

.img-change {
    position: relative;
    width: 565px;
    height: 324px;
    overflow: hidden;
}

.img-change img {
    height: 324px;
    width: 565px;
}

.img-change .txt-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 555px;
    height: 30px;
    padding: 0 5px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.6);
    background-color: #000 \9;
}

.img-change .txt-area, .img-change .txt-area>a {
    color: #fff;
}

.img-change .slick-dots {
    width: 96px;
    margin: 15px auto 0;
}

.img-change .slick-dots li {
    float: left;
}

.img-change .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0em;
    text-indent: -999em;
    background-color: #808080;
}

.img-change .slick-dots li.slick-active button {
    background-color: #015ebd;
}

.img-change.slick-slider .slick-prev, .img-change.slick-slider .slick-next {
    width: 26px;
    height: 58px;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    font-size: 0;
    background-image: url(../../images/img-change-arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.img-change .slick-arrow {
    position: absolute;
    bottom: 0;
    display: block;
    width: 30px;
    height: 50px;
    background-color: transparent;
    border: none;
    font-size: 0;
    text-indent: -999em;
    z-index: 999;
}

.img-change .slick-arrow.slick-prev {
    background-position: 0 0;
    left: 0px;
}

.img-change .slick-arrow.slick-next {
    background-position: -26px 0;
    right: 0px;
}

/*news-area*/

.news-area {
    width: 415px;
}

.news-area .hd {
    margin-top: 5px;
}

.news-area .bd {
    margin-top: 15px;
}

.news-area .news-list .date {
    width: 64px;
}

/*date-search*/

.date-search {
    width: 372px;
    margin-top: 10px;
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -498px;
    overflow: hidden;
}

.today {
    font-size: 12px;
    padding: 2px;
    float: left;
    margin-top: 8px
}

/*notice*/

.notice {
    margin-top: 10px;
    background: url(../../images/notice-bg.gif) no-repeat left top;
}

.notice .hd {
    padding: 5px;
}

.notice .news-list li {
    height: auto;
    margin-top: 5px;
    overflow: hidden;
}

.notice .news-list li span {
    float: left;
    width: 100%;
    white-space: normal;
    line-height: 24px;
    background-position: left 12px;
}

.notice .news-list li span.title {
    height: auto;
    max-height: 48px;
}

.notice .news-list li span.date {
    line-height: 18px;
    text-align: left;
}

.notice .bd {
    margin-top: 5px;
}

/*ad-area*/

.ad-area {
    height: 90px;
    overflow: hidden;
    margin-top: 10px;
}

/*col*/

.col, .col-ts {
    width: 360px;
    margin-top: 15px;
}

.col .hd, .col-ts .hd {
    position: relative;
    border-bottom: 2px solid #0553be;
}

.col .hd>h2 {
    padding: 10px 12px;
    float: left;
}

.col-ts .hd>h2 {
    padding: 10px 12px;
}

.col .sub-hd {
    width: 265px;
    font-size: 0;
    position: absolute;
    left: 95px;
    top: 6px;
}

.col .sub-hd>h3 {
    float: left;
    margin: 0 3px;
}

.col .sub-hd>h3>a {
    display: block;
    min-width: 50px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    color: #023f9b;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.col .sub-hd>h3 a.current {
    border-bottom: 2px solid #fff;
}

.col .bd, .col .bd .news-list, .col-ts .bd, .col-ts .bd .news-list {
    margin-top: 8px;
}

/*top-news*/

.top-news {
    overflow: hidden;
}

.top-news-hd {
    display: block;
    height: 34px;
    overflow: hidden;
    font: 16px/34px "Microsoft Yahei";
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.top-news-bd {
    margin-top: 5px;
}

.top-news-bd .img-area {
    float: left;
}

.top-news-bd .img-area img {
    width: 125px;
    height: 94px;
}

.top-news-bd .txt-area {
    float: right;
    width: 218px;
}

.top-news-bd .txt-area .abst {
    height: 72px;
    overflow: hidden;
}

.top-news-bd .txt-area .date {
    margin-top: 10px;
    font-size: 12px;
    color: #808080;
}

/*system-links*/

.system-links {}

.system-links .btn {
    height: 55px;
    margin-bottom: 6px;
}

.system-links .btn>a {
    display: block;
    font: 16px/55px "Microsoft Yahei";
    text-indent: 82px;
    color: #fff;
}

.system-links .btn, .system-links .btn>a {
    background-image: url(../../images/index-icons.png);
    background-repeat: no-repeat;
}

.system-links .btn-1 a {
    background-position: 12px -55px;
}

.system-links .btn-2 a {
    background-position: 12px -110px;
}

.system-links .btn-3 a {
    background-position: 12px -165px;
}

.system-links .btn-4 a {
    background-position: 12px -220px;
}

.system-links .btn-5 a {
    background: url("../../images/btn5-a.jpg?20181031") no-repeat center top;
    display: block;
    content: '';
    text-indent: -9999em;
}

/*special-report*/

.special-report .bd, .expert .bd {
    margin-top: 15px;
}

.special-report .bd img {
    margin-top: 6px;
    width: 215px;
    height: 70px;
}

/*expert */

.expert .news-list li span.title {
    width: 215px;
}

/*video-box*/

.video-box .top {
    overflow: hidden;
    margin-top: 20px;
}

.video-box .img-area {
    float: left;
}

.video-box .img-area img {
    width: 96px;
    height: 72px;
}

.video-box .txt-area {
    float: right;
    width: 110px;
}

.video-box .txt-area .title {
    margin-top: 5px;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}

.video-box .txt-area .date {
    font-size: 12px;
    color: #808080;
}

.video-box .news-list {
    margin-top: 20px;
}

.video-box .news-list li {
    line-height: 34px;
    background: url(../../images/video-icon.png) no-repeat left center;
    text-indent: 20px;
}

.video-box .news-list li a {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*show-list*/

.show-list {
    height: 133px;
    padding-bottom: 38px;
    background: url(../../images/show-list-bg.jpg) no-repeat center bottom;
}

.show-list .hd {
    float: left;
    width: 20px;
    margin: 20px;
}

.show-list .bd {
    float: right;
    position: relative;
    width: 910px;
    margin-right: 30px;
}

.show-list .item>a>* {
    float: left;
    height: 133px;
}

.show-list .item span {
    width: 14px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
    background: url(../../images/shwo-item-bg.png) no-repeat 17px 0;
}

.show-list .item img {
    width: 94px;
    height: 131px;
    border: 1px solid #e1dfdc;
}

.show-list .item>a {
    display: block;
    width: 120px;
    overflow: hidden;
    margin: 0 auto;
    color: #945c21;
}

.show-list .slick-list {
    width: 860px;
    margin: 0 auto;
}

.show-list .slick-arrow {
    position: absolute;
    top: 5px;
    width: 13px;
    height: 122px;
    background-image: url(../../images/show-list-arrow.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.show-list .slick-prev {
    background-position: 0 0;
    left: 0;
}

.show-list .slick-next {
    background-position: -13px 0;
    right: 0;
}

.show-list .slick-disabled.slick-prev {
    background-position: -26px 0;
}

.show-list .slick-disabled.slick-next {
    background-position: -39px 0;
}

/*links*/

.links {
    width: 100%;
    margin-top: 0;
}

.links .bd>select {
    float: left;
    padding: 5px 10px;
    margin-left: 6px;
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
}

.links .bd>select:first-child {
    margin-left: 0;
}

/*2018.4.13修改*/

.layout>.left-area>.col {
    height: 390px;
}

.ad-area {
    margin-top: 20px
}

.expert {
    margin-top: 20px
}

.expert .bd {
    margin-top: 0
}

.accounts-img {
    margin-top: 10px
}

.ggtz {
    margin-top: 20px;
}

.ggtz .hd h2 {
    float: left;
    width: 89px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #012376;
    color: #fff;
}

.ggtz .hd h2 a {
    color: #fff;
}

.ggtz .txtMarquee-left {
    float: left;
    width: 890px;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 10px;
}

.ggtz .txtMarquee-left .bd {
    width: 808px;
    height: 20px;
    overflow: hidden;
    float: left;
}

.ggtz .txtMarquee-left .bd {
    padding: 10px;
}


.ggtz .txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.ggtz .txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    display: block;
    width: 100% !important;
    font-size: 14px;
    text-indent: 10px;
    background: url(/resources/statics/image/li.jpg) no-repeat left center;
}

.ggtz .txtMarquee-left .bd ul li span {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}

.news-area .news-list {
    line-height: 32px;
}

/*side-ad 20190614*/

.side-ad {
    position: fixed;
    left: 50%;
    margin-left: 515px;
    z-index: 99;
}

.side-ad .side-ad-pc {
    display: block;
}

.side-ad .side-ad-m {
    display: none;
}

.side-ad .close-btn ,.sidebar_a .close-btn{
    display: block;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
}

/*sidebar_a 20190614*/
.sidebar_a{
    position: fixed;
    right: 50%;
    margin-right: 515px;
    z-index: 99;
    top:340px;
}

@media screen and (max-width:768px) {
    .today, .system-links, .links {
        display: none;
    }
    .container {
        margin: 10px;
    }
    .left-area:after {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        visibility: hidden;
        content: ".";
    }
    .layout>.left-area, .layout>.right-area {
        width: auto;
        float: none;
    }
    .date-search {
        display: none;
        width: auto;
        float: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .search-box {
        margin: 0;
        background-color: #12204a;
        display: -moz-box;
        display: -webkit-box;
        display: box;
        z-index: 99;
    }
    .search-box input {
        float: none;
        height: 24px;
        line-height: 24px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        border-radius: 0;
    }
    .search-box input[type="text"] {
        width: auto;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        margin-left: 10px;
    }
    .search-box input[type="submit"] {
        background-color: #35b5eb;
        color: #fff;
        width: 38px;
        text-align: center;
        margin-right: 10px;
    }
    .notice .news-list li {
        width: 50%;
        float: left;
    }
    .notice .news-list li span.title {
        height: 24px;
    }
    .ad-area {
        height: auto;
    }
    .ad-area img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 10px auto;
    }
    .ad-area>* {
        float: none;
    }
    .special-report {
        margin-top: 0;
    }
    .special-report .bd {
        overflow: hidden;
    }
    .special-report .bd img {
        float: left;
        margin: 0 10px;
    }
    .expert .news-list li {
        width: 50%;
        float: left;
    }
    .video-box .top {
        display: -moz-box;
        display: -webkit-box;
        display: box;
    }
    .video-box .txt-area {
        margin-left: 15px;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
    }
    .video-box .top>* {
        float: none;
    }
    .video-box .news-list {
        margin-top: 10px;
    }
    .layout.mt20 {
        margin-top: 10px;
    }
    .show-list {
        background: none;
        height: auto;
        padding: 0;
    }
    .show-list .hd {
        border-bottom: 2px solid #0553be;
        float: none;
        width: auto;
        margin: 0;
    }
    .show-list .hd h2 {
        padding: 10px 12px;
    }
    .show-list .bd {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .show-list .slick-list {
        width: auto;
        margin: 20px;
    }
    .video-box .bd {
        display: -moz-box;
        display: -webkit-box;
        display: box;
    }
    .video-box .bd .news-list {
        margin-top: 20px;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
    }
    .video-box .bd .news-list li {
        width: 33.3%;
        float: left;
    }
    .expert .tempWrap {
        height: 68px !important;
    }
    .ggtz .txtMarquee-left {
        width: auto;
        float: none;
    }
}

@media screen and (max-width:480px) {
    .layout>.right-area {
        background-color: transparent;
        padding: 0;
    }
    .layout>.right-area .hd {
        border-bottom: 2px solid #0553be;
        float: none;
        width: auto;
        margin: 0;
    }
    .layout>.right-area .hd h2 {
        padding: 10px 12px;
    }
    .headline>h2 {
        height: auto;
        font-size: 22px;
        line-height: 1.2;
    }
    .headline .abst {
        height: auto;
        font-size: 12px;
        line-height: 1.5;
    }
    .img-change {
        margin-top: 10px;
        width: auto;
        height: auto;
        float: none;
    }
    .img-change img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .img-change .txt-area {
        width: 100%;
    }
    .news-area {
        width: auto;
        float: none;
    }
    .news-list li a, .top-news-bd {
        display: -moz-box;
        display: -webkit-box;
        display: box;
    }
    .news-list li span {
        display: block;
        float: none !important;
    }
    .news-list li span.title, .top-news-bd .txt-area {
        width: auto;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
    }
    .notice {
        padding: 12px !important;
        background-color: #f3f3f3 !important;
    }
    .notice .hd {
        border-bottom: none !important;
    }
    .notice .hd h2 {
        padding: 0 !important;
    }
    .notice .news-list li {
        float: none;
        width: 100%;
    }
    .notice .news-list li span.date {
        width: 64px;
        line-height: 34px;
    }
    .notice .news-list li span.title {
        height: 34px;
        line-height: 34px;
        white-space: nowrap;
        background-position: left center;
    }
    /*ad-area*/
    .ad-area {
        display: none;
    }
    /*col */
    .col, .col-ts {
        width: auto;
        float: none;
    }
    .top-news .top-news-bd>div {
        float: none;
    }
    .top-news .top-news-bd>div.txt-area {
        margin-left: 15px;
    }
    .special-report .bd img {
        float: none;
        margin: 10px auto;
    }
    .expert.mt25, .video-box.mt15 {
        margin-top: 10px;
    }
    .expert .news-list li {
        width: auto;
        float: none;
    }
    .video-box .bd {
        display: block;
    }
    .video-box .bd .news-list {
        margin-top: 10px;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
    }
    .video-box .bd .news-list li {
        width: auto;
        float: none;
    }
    .side-ad ,.sidebar_a{
        display: none;
    }
    
}

@media screen and (max-width:380px) {
    .col .hd>h2 {
        padding: 10px 0 10px 5px;
    }
    .col .sub-hd {
        width: 220px;
        left: 80px;
    }
    .col .sub-hd>h3>a {
        padding: 0 5px;
    }
    .col .sub-hd>h3 {
        margin: 0 2px;
    }
}


/* 2019.3.26修改 */
.ggtz .txtMarquee-more{
    color: #012376;
    font-size: 14px;
    float: right;
    margin: 12px 10px
}
.ggtz .txtMarquee-left .bd ul li a{
    display: block;
}
.ggtz .txtMarquee-left .bd ul li span{
    display: inline-block;
    float: right
}
.home .search-box input{
    background: transparent;
    border:1px solid #969393
}
.home .search-box input[type='submit']{
    background: #011e72;
    border:1px solid #011e72;
}