@charset "utf-8";


/*-----------------------------theme主题-----------------------------*/
body {
    font-size: 14px;
    font-family: 微软雅黑, 宋体, Verdana, Arial;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

@font-face {
    font-family: 'siyuanSong'; /**思源宋bold**/
    src: url('./fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}


a {
    color: #333;
}

a:hover,
a:focus {
    color: red;
}

.cor1,
a.cor1 {
    color: white;
}

.bg1 {
    background: white;
}

.theme-lm>* {
    font-size: 20px;
    padding: 0 10px;
    float: left;
    line-height: 45px;
    height: 45px;
    color: #3560a0;
}

.theme-lm>*.active {
    color: #be5556;
    border-bottom: 2px solid #be5556;
}

.theme-lm img {
    float: left;
    margin-top: 7px;
}

.theme-more a {
    line-height: 45px;
    color: #C9C9C9;
    float: right;
    font-size: 14px;
}

.theme-list li {
    padding-left: 15px;
    background: url(../images/icon/icon2.jpg) no-repeat 0 center;
    line-height: 35px;
}

.theme-ct {
    margin-bottom: 30px;
    background: white;
    padding: 0 20px 20px;
}

.theme-dqwz {
    background: url(../images/icon/dqwz.png) no-repeat 0 2px;
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}

.imgmore:hover {
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.robot{
    position: absolute;
    right: 0;
    bottom: 0;
}
.robot img{
   cursor: pointer;
}

.robot span.on{
    display: inline-block;
}
.robot span{
    color: #fff;
    display: none;
    width: 120px;
    height: 55px;
    background: url(../images/index/tip.png) no-repeat;
    text-align: center;
    position: absolute;
    font-size: 12px;
    bottom: 154px;
    right: 79px;
    background-size: 100% 76%;
}


/* 动画 */
@keyframes myfirst {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes myfirst

/* Firefox */
    {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
    {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* 动画 */
@keyframes myfirst
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}
}
@-moz-keyframes myfirst /* Firefox */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-o-keyframes myfirst /* Opera */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@keyframes overturn
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-moz-keyframes overturn /* Firefox */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-webkit-keyframes overturn /* Safari 和 Chrome */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-o-keyframes overturn /* Opera */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}

/*-----------------------------header页眉-----------------------------*/
.version {
    font-size: 18px;
    background: #f9f9f9;
    line-height: 50px;
    text-align: center;
}

.version a {
    color: #d80909;
    text-decoration: underline;
}

.logorotate img {
    -webkit-animation: change 6s linear infinite;
}

@-webkit-keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

body {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.bgbox{
    /*background: url(../images/index/idxbg.png) no-repeat top center #0B3BA8;*/
    background:#F4F4F4;
    /* background-size: 100% 100%; */
    position: relative;
}
.headertop {
    margin-top: 50px;
}

.headertop .logo {
    float: left;
}

.headertop .nav {
    float: right;
}

.nav li {
    position:relative;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
}

.nav li+li {
    margin-left: 30px;
}

.nav li img {
    display: block;
    margin: 10px auto 20px;
}

.nav li img+img {
    display: none;
}

.nav li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.nav li.active img {
    display: none;
}

.nav li.active img+img {
    display: block;
}

.nav li:hover img {
    display: none;
}

.nav li:hover img+img {
    display: block;
}

.nav li.active a {
    color: #F87200;

}

.nav li:hover a {
    color: #F87200;

}

.nav li .zlmdh{
    display: none;
    position: absolute;
    bottom: -40px;
    left:50%;
    margin-left:-230px;
    width: 460px;
    padding: 5px;
    color: #aaa;
    border-radius: 17px;
    background: rgba(255,255,255,.8);
}
.nav li .zlmdh.fwgx{
    width: 370px;
    margin-left: -185px;
}
.nav li .zlmdh.hdjl{
    width: 370px;
    margin-left: -185px;
}
.nav li .zlmdh_zwgk{
    width: 550px;
    margin-left: -275px; 
}
.nav li .zlmdh:before{
    position:absolute;
    width:20px;
    height:0;
    top:-10px;
    left:50%;
    margin-left:-10px;
    content:'';
    border-bottom:10px solid rgba(255,255,255,.8);
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.nav li .zlmdh a{
    color:#aaa;
    font-weight:bold;
    font-size: 16px;
}
.nav li .zlmdh a:hover{
    color:#F87200;
}
.nav li .zlmdh span{
    margin:0 5px;
}
.nav li:hover .zlmdh{
    display: block;
}

.searchbox {
    margin-top: 60px;
    padding: 0 20px;
    width: 440px;
    height: 50px;
    background: rgba(255, 255, 255, .3);
    border-radius: 25px;
    line-height: 50px;
}
.searchbox .btn{
    padding: 0;
}
.searchbox>* {
    display: inline-block;
    vertical-align: middle;
}

.searchbox img{
    cursor:pointer;
}

.searchdown {
    position: relative;
    line-height: 50px;
    color: #fff;
}

.searchdown p {
    display: inline-block;
    cursor: pointer;
}

.searchdown ul {
    display: none;
    position: absolute;
    top: 50px;
    line-height: 28px;
}

.searchbox input {
    width: 370px;
    height: 30px;
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
}

.searchbox input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.searchbox input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.searchbox input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchbox input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.rightnav {
    position: absolute;
    right: 30px;
    z-index:999;
}
.newnav{
    padding: 30px 0;
    width:70px;
    background: rgba(219, 236, 255, .5);
    top: 245px;
    border-radius: 35px;
}

.rightnav li {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
}
.newnav li{
    width:100%;
    height:auto;
    background: transparent;
}
.newnav li a{
    text-decoration:none;
}
.rightnav li+li {
    margin-top: 8px;
}
.newnav li + li{
    margin-top:12px;
}

.rightnav li img {
    display: inline-block;
}
.rightnav li.grqyfw a{
    display:block;
    width:100%;
    height:100%;
}
.rightnav li.grqyfw img {
    width: 26px;
}


.rightnav li img+img {
    display: none;
}
.rightnav li.barewm img+img{
    position: absolute;
    right: 50px;
    width: 120px;
    max-width: unset;
}
.newnav li.barewm img+img{
    right: 70px;
}
.rightnav li.active img {
    display: none;
}
.rightnav li.active.barewm img {
    display: inline-block;
}

.rightnav li.active img+img {
    display: inline-block;
}

.rightnav li p {
    display: none;
    position: absolute;
    top: 8px;
    right: 60px;
    width: 107px;
    height: 39px;
    line-height: 39px;
    color: #000;
    background: url(../images/index/tip.png) no-repeat;
}
.newnav li p{
    display:block;
    position:initial;
    width:100%;
    font-size:12px;
    background:none;
    line-height: 16px;
    height: auto;
    margin-top: 5px;
}
.rightnav li.barewm p{
    top: 120px;
    background: none;
    line-height: initial;
    bottom: -39px;
}
.rightnav li.barewm.tfjkm p{
    top:170px;
}

p {}

.rightnav li.active p {
    display: block;
}


.tips_pic{position: fixed;left: 0px;bottom: 94px;z-index: 2;/* display: none; */}
.tips_pic>span{position: absolute;right: 0;top: -17px;cursor: pointer;border-radius: 50%;border: 1px solid #999;width: 15px;height: 15px;text-align: center;line-height: 10px;color: #999;display: block;}
.tips_pic img{width: 100%;height: 50%;}


@media (max-width: 1520px) {
    .tips_pic{position: fixed;left: 0px;bottom: 86px;z-index: 2;width: 75px;/* display: none; */}
    .tips_pic>span{position: absolute;right: 0;top: -17px;cursor: pointer;border-radius: 50%;border: 1px solid #999;width: 15px;height: 15px;text-align: center;line-height: 10px;color: #999;display: block;}
    .tips_pic img{width: 100%;height: 50%;}
}


/*-----------------------------footer页脚-----------------------------*/
.footer{
    height: auto;
    width: 100%;
    background: #ffffff;
    border-top: 4px solid #0A5491;
    padding: 0px;
}
.footinfo{
    padding: 20px 0;
    height: 130px;
    width: 1500px;
    margin: 0 auto;
}
.footleft{
    width: 75%;
    float: left;
}
.footleft p{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.footleft p a{
    color: #000000;
    text-decoration: none;
}
.footright{
    width: 25%;
    float: left;
    text-align: right;
}
.footright span {
    margin: 0 12px;
    line-height: 32px;
    font-size: 15px;
}

.footright span a{
    color: #000000;
    text-decoration: none;
}
.footright .dzjg{
    margin-top: 20px;
}
.footright span  img{
    width: 70px;
}

/*-----------------------------list列表-----------------------------*/
.list-fl {
    width: 18%;
    float: left;
}

.list-fr {
    width: 78%;
    float: right;
}

.list-fr>p {
    background: #f3f3f3;
    margin-bottom: 20px;
}

.list-fr>p span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3871a6;
    line-height: 40px;
    float: left;
    padding: 0 50px;
}

.list li {
    line-height: 35px;
    padding-left: 20px;
    background: url(../images/icon/dian2.jpg) no-repeat 0 center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.list li:hover {
    transform: translateX(1em);
}

.list li span {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    position: relative;
}

.list hr {
    border-bottom: dashed 1px #cccccc;
}

.newicon {
    background: url(../images/icon/iconnew.jpg) no-repeat 0 center !important;
    padding-left: 35px !important;
}

.list-fl .lmlist > p {
    overflow: hidden;
    margin-bottom: 10px;
    max-width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #2A3B55;
    padding: 0 5px 8px;
}

.list-fl .lmlist {
    padding: 25px;
    width: 100%;
    /* border-right: 1px solid #ccc; */
}

.list-fl .lmlist li {
    padding-left: 35px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.list-fl .lmlist li.active{
    font-weight:bold;
    background: url(../images/icon/jt.png) no-repeat 20px center;
}

.list-fl .lmlist li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-fr {
    width: 82%;
    float: right;
}

/*分页*/
#page-div,#page_div {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.pagination-first,
.pagination-last {
    margin: 10px 0;
}

.pagination-index,
.pagination-num {
    border: 1px solid #3871a6;
    margin: 0 3px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 3px;
    color: #3871a6;
}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
    background: #3871a6;
    color: white;
}

.pagination-last span {
    margin: 0 5px;
}

.pagination-last input {
    height: 18px;
    width: 30px;
    text-align: center;
}

.searchlist{
    float: right;
    font-size: 16px;
    font-weight: normal;
}
.searchlist > *{
    height: 30px;
    vertical-align: top;
}
.searchlist input,.searchlist select{
    width: 190px;
}
.searchlist button{
    width: 60px;
}

.list-fr .navlist{margin-right: -10px; margin-left: -10px; margin-bottom: 20px;}
.list-fr .navlist li{float: left; width: 33.33333%;}
.list-fr .navlist li a{display: block; position: relative; margin: 20px 10px 0; padding: .5em .5em .5em 25px; font-size: 16px; background-color: #f7f7f7;}
.list-fr .navlist li a:hover{background-color: #f2f2f2;}
.list-fr .navlist li a font{display: inline-block; vertical-align: middle; width: 95%; max-height: 50px; line-height: 1.6em;}
.list-fr .navlist li a:before{display: inline-block; vertical-align: middle; content: ""; width: 1px; height: 50px;}
.list-fr .navlist li a:after{position: absolute; top: 50%; left: 15px; content: ""; width: 4px; height: 17px; margin-top: -7px; background-color: #2a3c54;}

@media (max-width:1200px) {
    .searchlist{
        display: none;
    }
	
}

@media (max-width:768px) {
    
    .pagination-last small {
        display: none;
    }

    .pagination-index,
    .pagination-num {
        padding: 0 4px;
    }
    .list-fl .lmlist{
        padding:0px;
    }
}

/*-----------------------------detail详情-----------------------------*/
.detail {
    background: #FFFFFF;
    padding-bottom: 20px;
}

.detail>h1 {
    font-size: 32px;
    text-align: center;
    padding: 0 50px 20px;
}

.inform {
    border: 1px solid #CCCCCC;
    border-left: none;
    border-right: none;
    line-height: 40px;
    text-align: center;
    color: #999;
}

.inform>div {
    display: inline-block;
    margin: 0 20px;
}

.inform .fontsize img,
.inform .fontsize span {
    margin: 0 5px;
    cursor: pointer;
}

.inform .dywb {
    cursor: pointer;
    background: url(../images/icon/print.png) no-repeat 0 center;
    padding-left: 15px;
}

.inform .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

#NewsContent {
    padding: 20px;
}

#NewsContent img{
    width: auto;
    height: auto;
}

.zrbj {
    display: block;
    margin: 10px 0;
    text-align: right;
}

#div-div {
    text-align: center;
    font-size: 12px;
    color: #999;
    clear: both;
    padding-bottom: 20px;
}

#div-div>table {
    display: inline-block;
}

.xgxw p {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
}

.xgxw p i {
    width: 5px;
    height: 20px;
    background: #3871a6;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -3px;
}

.xgxw ul {
    padding-bottom: 20px;
    margin: 0 -20px;
}

.xgxw li {
    float: left;
    width: 50%;
    padding: 0 20px 0 35px;
    background: url(../images/icon/dian2.jpg) no-repeat 20px center;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.xgxw li span {
    float: right;
    color: #999;
    margin-left: 20px;
}

.click-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    width: 30px;
    display: none;
}

@media print {
    .dyyc {
        display: none !important;
    }

    .detail {
        padding-top: 20px;
    }
}

/*-----------------------------添加类名（辅助）-----------------------------*/

.detail_extend .detail_extend1{width: 100%;text-align: center;line-height: 60px;font-size: 16px;}
.detail_extend .detail_extend1 span{display: inline-block;}
.detail_extend .detail_extend1 span:last-child{ margin-left: 42px;}

/*-----------------------------********-----------------------------*/

/*-----------------------------响应式-----------------------------*/
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 1500px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1220px) {
    .theme-ct {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme-dqwz {
        background-position-y: 20px;
    }

    /* list */
    .list-fl {
        /* display: none; */
        width: 100%;
    }

    .list-fl .lmlist li{
        width:50%;
        float:left;
    }

    .list-fr {
        width: 100%;
    }

    /* dtail */
    #NewsContent {
        padding-left: initial;
        padding-right: initial;
    }

    #NewsContent img {
        height: initial !important;
    }

    .detail>h1 {
        font-size: 20px;
        padding: 0 0 20px 0;
    }

    .inform {
        line-height: 25px;
        padding: 10px 0;
    }

    .xgxw li {
        float: initial;
        width: initial;
    }

    .inform .removedis,
    .click-top,
    #div-div {
        display: none;
    }

}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .list-fl{
        display:none;
    }
    #NewsContent img{
        width: auto;
    }
}

/* 通用列表页 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.main1q {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}

.list-fr {
    padding: 30px 85px 0 78px;
    border-left: 1px solid #e1e1e1;
}

.list-fr .name {
    width: 100%;
    font-weight: bold;
    color: #3D5581;
    font-size: 22px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 27px;
}

.list-fr .contlist ul li {
    padding: 25px 0 25px 30px;
    min-height: 200px;
    border-bottom: 1px solid #e1e1e1;
    background: url(../images/public/jx.png) no-repeat 0 31px;
    height: auto;
}
.list-fr .zdlyxxgklist ul li{
    min-height: 120px;
}

.list-fr .contlist ul li .listitle {
    line-height: 18px;
}

.list-fr .contlist ul li .listitle a {
    display: block;
    font-size: 18px;
    min-height: 26px;
    font-weight: bold;
    line-height: 26px;
}

.list-fr .contlist ul li .listitle a {
}

.list-fr .contlist ul li a img {
    width: 255px;
    height: 150px;
    margin-right: 25px;
    margin-bottom: 30px;
}

.list-fr .contlist ul li .details.special {
    width: 100%;
}

.list-fr .contlist ul li .details p {
    color: #7e7e7e;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 28px;
}

.list-fr .contlist ul li .details p a {
    color: #7e7e7e;
}

.list-fr .contlist ul li .details .source {
    color: #7e7e7e;
}

.list-fl .set {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 35px 0;
}

.list-fl .set .time .year,
.list-fl .set .time .hour {
    font-size: 20px;
    color: #939393;
    margin: 5px 0;
}

.list-fl .set .time .data {
    font-size: 26px;
}

.list-fl .set .ly p {
    font-size: 16px;
    line-height: 30px;
}

.list-fl .set .ly p {
    font-size: 16px;
    line-height: 30px;
}

.list-fl .set .fontsize {
    font-size: 18px;
    color: #333;
    margin: 28px 0 25px;
}

.list-fl .set .fontsize :hover { color:#b90b07; text-decoration:underline;}

.list-fl .set .fontsize .selected{ color:#b90b07;}

.list-fl .set .fontsize .l {
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.list-fl .set .fontsize .m {
    font-size: 18px;
    cursor: pointer;
}

.list-fl .set .fontsize .s {
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.list-fl .set .read {
    font-size: 18px;
    color: #939393;
    margin-bottom: 20px;
}

.list-fl .set>img {
    margin-bottom: 29px;
    width: 25%;
    cursor: pointer;
}

.share {
    position: relative;
}

.ewm {
    margin-top: 25px;
    text-align: center;
}

.ewm p {
    font-size: 12px;
    color: #bcbcbc;
    margin-bottom: 20px;
}

.bdshare-button-style2-16 {
    zoom: 1;
}

.share p {
    width: 100%;
    height: 40px;
    text-align: center !important;
    padding-left: 30px !important;
    margin: 20px 0;
    font-size: 16px;
}

.share p .sharejia {
    margin-top: 5px;
    margin-right: 35px;
    cursor: pointer;
}

.share .bds_more {
    background: url(../images/public/more.png) !important;
    position: absolute;
    right: -12px;
    top: 62px;
    width: 22px !important;
    height: 22px !important;
    display: none;
    float: none !important;
    padding-left: 0 !important;
    vertical-align: middle;
    margin-right: 15px !important;
}

.share .bds_copy {
    background: url(../images/public/fx.png);
}

.share a {
    display: inline-block;
    height: 40px !important;
    float: none !important;
    /* padding-left: 0 !important; */
    background-repeat: no-repeat !important;
    /* background-position: 100% 100% !important; */
    vertical-align: middle;
    margin-right: unset !important;
    /* background-image: none !important; */
    width: 120px;
}
.share p:first-child a{
    background: url(../images/public/weibo.jpg) no-repeat left;
    padding-left: 35px;
    line-height: 40px;
}
.share p:last-child a{
    background: url(../images/public/weixin.jpg) no-repeat left;
    padding-left: 35px;
    line-height: 40px;
}
.share a img {
    margin-right: 15px;
    display: none;
}

.label .tag_tit {
    margin: 30px 0;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
}

.list-fl .set .fwl {
    font-size: 16px;
    display: none;
}

/* 访问量 */
.list-fl .set .fwl span {
    color: #d50202;
}

.list-fr {
    padding: 50px 40px 0 58px;
    border-left: 1px solid #e1e1e1;
}

.list-fr>h1 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    padding-bottom: 45px;
    border-bottom: 1px solid #d7d7d7;
}

.list-fr .gjnr {
    margin-top: 15px;
    font-size: 16px;
    line-height: 36px;
}

.list-fr .gjnr p {
    font-size: 16px;
    line-height: 36px;
    margin-top: 15px;
}
.list-fr .gjnr p span{
    font-size: 16px;
}
.list-fr .zrbj {
    margin-top: 30px;
    float: right;
    text-align: center;
}

.list-fr .zrbj p {
    margin-top: 10px;
}

.list-fr .dianzan {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

.list-fr .dianzan img {
    cursor: pointer;
}

.zrbj p {
    color: #9d9d9d;
}

.zrbj p a {
    color: #9d9d9d;
}

.tpgd{
   overflow-x: auto;
}
.tpgd img{
   max-width: inherit;
}


.fjxz{
    padding-top:10px;
    /* border-top:1px dashed #000; */
    display: none;
    clear: both;
}
.fjxz li{
    /* padding:10px 0; */
    line-height: 30px;
    font-size: 16px;
}
.fjxz>p{
    color: #fff;
    /* background: #5293ef; */
    line-height: 36px;
    font-size: 18px;
    height: 36px;
    width: 143px;
    text-align: center;
    font-weight: 600;
    background: url(../images/public/fjxz_tit.png)no-repeat;
}
/* .fjxz>p::before{
    content: '';
    width: 4px;
    height: 36px;
    position: absolute;
    left: -10px;
    background: #5293ef;
} */
.fjxz >ul{
    margin-top: 10px;
    margin-bottom: 20px;
}
.main1q .list-fr{
    min-height: 738px;
}
.list_zlm {
    width: 100%;
    margin-top:25px;
    /* margin-bottom: 25px; */
clear: both;display: inline-block;}
.list_zlm li {
    float: left;
    padding: 0 10px;
    margin-right: 30px;
}

.list_zlm  li a {
    font-size: 18px;
    color: #7e7e7e;
font-weight: initial;}


.tck{
    display: none;
    width: 450px;
    height: 135px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee;
    position: fixed;
    top: 30%;
    left: 36%;
    padding: 20px;
}
.tck p{
    font-size: 16px;
}
.tck span{
    margin: 10px 0;
    display: block;
}
.tck button{
    width: 66px;
    height: 33px;
    background: #fff;
    border: 1px solid #408AEC;
    color: #408AEC;
    float: right;
    margin-left: 12px;
    border-radius: 5px;
    outline: none;
}
.tck button.on{
    background: #408AEC;
    color: #fff;
}
@media screen and (min-width: 1520px) and (max-width: 1620px) {
    .rightnav{
      right:0px ;
    }
    .rightnav li{
        /* width: 35px; */
        /* height: 35px; */
        /* line-height: 35px; */
        /* overflow: hidden; */
    }
    .rightnav li:first-child img:first-child{
        /* width: 22px; */
    }
}

@media (max-width: 1500px) {
    .rightnav{
        right: 10px;
        top: 235px;
    }
    .nav li {
        position:relative;
        float: left;
        width: 90px;
        height: 100px;
        text-align: center;
    }
    .nav li a{
        font-size: 20px;
    }
    .nav li+li{
        margin-left: 20px;
    }
    .main1q{
        padding: 20px;
    }
    .list-fr{
        padding: 30px 20px 0 48px;
    }
    .list-fr .contlist ul li .details p{
        margin-bottom: 0px;
        line-height: 26px;
    }
    .list-fr .contlist ul li{
        padding: 20px 0 20px 30px;
        height: 185px;
    }
    .list-fr .contlist ul li .listitle a{
        /* overflow: hidden; */
        /* white-space: nowrap; */
        /* text-overflow: ellipsis; */
        height: auto;
    }
    .footer .rightinfo .dzjg{
        margin-left: 40px;
    }
    .footer .rightinfo .gywm span{
        margin: 0 2px;
    }
}


@media (max-width: 1200px) {
    .headertop{
        margin-top: 20px;
    }
    .rightnav{
        display: none;
    }
    .container{
        padding: 10px;
        width: 100%;
    }
    
    .searchbox{
        /* display: none; */
        width: 100%;
        margin-top: 20px;
    }
    .searchbox input{
         width: 90%;
    }

    .headertop .logo{
        float: unset;
        text-align: center;
    }
    .headertop .nav{
        float: unset;
        margin-top: 20px;
    }
    .nav li{
        width: 16.5%;
    }
    .nav li+li{
        margin-left: 0;
    }
    .main1q .list-fr{
        padding: 0;
    }
    .theme-dqwz{
        padding: 10px 0 10px 30px;
    }
    .theme-dqwz{
        background-position-y: center;
    }
    .footer .rightinfo .dzjg{
        display: none;
    }
    .footer .rightinfo>div{
        float: unset;
        text-align: center;
    }
    .footer .leftinfo{
        float: unset;
        text-align: center;
    }
    .footer{
        padding-top: 0;
    }
    .footer .rightinfo{
        float: unset;
    }
	
	.list-fr{border-left: none;}
	
    .list-fr h1{
        padding-bottom: 20px;
    }
	
	.list-fr .navlist li{width: 25%;}
}
@media (max-width: 767px) {
	.list-fr .navlist{margin-right: -7px; margin-left: -8px; margin-bottom: 15px;}
	.list-fr .navlist li{width: 50%;}
	.list-fr .navlist li a{margin: 15px 7px 0 8px;}
    .list-fr .contlist ul li {
        padding: 0;
        padding-bottom: 30px;
        height: auto;
        background: none;
    }
}
@media (max-width: 414px) {
    .headertop .logo{
        width: 80%;
        margin: 0 auto;
    }
    .main1q{
        margin-top: 0;
    }
    .headertop .nav{
        margin-top: 0;
    }
    .nav li{
        margin-top: 20px;
        width: 33%;
        height: auto;
        line-height: 33px;
    }
    .nav li a > *{
        float: left;
    }
    .nav li p{
        margin-left: 8px;
    }
    .nav li img{
        margin: 0;
        height: 22px;
    }
    .nav li a{
        font-size: 14px;
    }
    .list-fr .contlist ul li{
        padding: 0;
        padding-bottom: 30px;
        height: auto;
        background: none;
    }
    .list-fr .contlist ul li + li{
        margin-top: 15px;
    }
    .list-fr .contlist ul li a{
        float: unset;
    }
    .list-fr .contlist ul li a img{
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .list-fr .contlist ul li .details p{
        margin-top: 10px;
    }
    .main1q .list-fr{
        border-left: none;
        margin-top: 20px;
    }
    .list-fr h1{
        font-size: 22px;
    }
	.list-fr .navlist li{width: 100%;}
}