﻿body {
    width: 100%;
    background: #ffffff url(../images/zfxxgk/zfxxgk_bg.png)no-repeat;
    background-size: 100% 1099px;
}
/*加载中*/
	.loading_box,.loading_box_nav{
	    position: absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    z-index: 1000;
		opacity:1;
		-moz-opacity:1;
	}
	
	.loading_box img,.loading_box_nav img{
	    width:1rem;
	    height:1rem;
	    position: fixed;
	    top:50%;
	    left:50%;
	    transform:translateX(-50%) translateY(-50%);
	    -webkit-transform:translateX(-50%) translateY(-50%);
	}
	.loading_content{
	    position: absolute;
	    top:20%;
	    left:50%;
	    transform:translateX(-50%) translateY(-50%);
	    -webkit-transform:translateX(-50%) translateY(-50%);
		display: flex;
	}
	.loading_list{
	    float:left;
	    overflow: hidden;
	    width:0.5rem;
	    height:0.5rem;
	    text-align: center;
	    font-size:0;
	    position: relative;
	}
	.loading_div{
	    position: absolute;
	    top:50%;
	    left:50%;
	    transform:translateX(-50%) translateY(-50%);
	    -webkit-transform:translateX(-50%) translateY(-50%);
	    margin-right:0.1rem;
	    height:0.2rem;
	    width:0.2rem;
	    border-radius: 50%;
	    background:#747070;
	    animation: myfirst 1.5s;
	    -moz-animation: myfirst 1.5s;	/* Firefox */
	    -webkit-animation: myfirst 1.5s;	/* Safari 和 Chrome */
	    -o-animation: myfirst 1.5s;	/* Opera */
	    animation-iteration-count:infinite;
	    -webkit-animation-iteration-count:infinite;
	}
	.loading_list:nth-child(2) .loading_div{
	    animation-delay:0.3s;
	    -webkit-animation-delay:0.3s;
	    -moz-animation-delay:0.3s;
	    -o-animation-delay:0.3s;
	}
	.loading_list:nth-child(3) .loading_div{
	    animation-delay:0.6s;
	    -webkit-animation-delay:0.6s;
	    -moz-animation-delay:0.6s;
	    -o-animation-delay:0.6s;
	}
	@keyframes myfirst
	{
	    50%  {width:0.4rem;height:0.4rem}
	    100% {width:0.2rem;height:0.2rem}
	}
	@-moz-keyframes myfirst{
	    50%  {width:0.4rem;height:0.4rem}
	    100% {width:0.2rem;height:0.2rem}
	}
	@-webkit-keyframes myfirst{
	    50%  {width:0.4rem;height:0.4rem}
	    100% {width:0.2rem;height:0.2rem}
	}
	@-o-keyframes myfirst{
	    50%  {width:0.4rem;height:0.4rem}
	    100% {width:0.2rem;height:0.2rem}
	}

.content-list{
    display: flex;
    flex-wrap: wrap;
}

.content-list li{

    width: 29%;
    margin: 15px;
    padding: 0;
}
.content-list li img{
width: 224px;
    height: 128px;
}
.xxgk_header {
    width: 1100px;
    height: 365px;
    margin: 0 auto;
}
.zdxmimg {
    margin-top: 25px;
    padding: 0 10px;
}
.zdxmimg img {
    width: 100%;
}
.xxgk_header a {
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    margin-top: 54px;
}
.zfxxgk_zc {
    width: 100%;
}
.zfxxgk_zc h2 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(45, 102, 165, 1);
    text-align: center;
    margin: 38px 0;
}
.zfxxgk_zc ul {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}
.zfxxgk_zc ul li {
    float: left;
    width: 50%;
}
.zfxxgk_zc ul li a {
    display: block;
    width: 90%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: rgba(45, 102, 165, 1);
    font-weight: bold;
    margin: 25px auto;
    background-color: rgba(45, 102, 165, 0.3);
}
.xxgk_header a img {
    margin-right: 6px;
    margin-top: -4px;
}

.xxgk_header h1 {
    font-size: 100px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 35px;
}

.zfxxgk_container {
    width: 1100px;
    min-height: 1321px;
    background: rgba(242, 242, 242, 1);
    overflow: hidden;
    margin: 0 auto;
    padding: 0 36px;
}

.xxgkfooter{
    width: 100%;
    padding: 20px;
}
.xxgkfooter .container{
    margin: 0 auto;
    width: 1200px;
}
.siteInfo{
    float: left;
    padding-left: 150px;
    width: 70%;
    text-align: center;
}
.siteInfo p{
    margin-top:10px;
}
.siteInfo p span{
    margin:0 10px;
}
.dzjg{
    float: right;
    padding-right: 50px;
}
.dzjg a{
    display: inline-block;
    vertical-align: middle;
}

.zfxxgk_search {
    width: 100%;
    height: 218px;
    overflow: hidden;
    position: relative;
}

.search_box {
    width: 510px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid #305fb0;
    border-radius: 9px;
    margin: 0 auto;
    margin-top: 86px;
    font-size: 0;
}

.zfxxgk_search::after,
.zfxxgk_search::before {
    content: '';
    width: 240px;
    height: 2px;
    background: rgba(224, 224, 224, 1);
    position: absolute;
    top: 50%;
    margin-top: -1px;

}

.zfxxgk_search::after {
    left: 0;
}

.zfxxgk_search::before {
    right: 0;
}

.search_box input {
    width: 90%;
    text-indent: 24px;
    line-height: 46px;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 16px;
}

.search_box button {
    width: 26px;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0;

}

.zfxxgk_box{
    overflow: hidden;
}

.zfxxgk_left{
    float: left;
}
.zdxmimg{
    margin-top: 25px;
    padding:0 10px;
}
.zdxmimg img{
    width:100%;
}
.xxgk_live1 {
    width: 240px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    margin-top:15px;
    background: #ffffff;
    font-size: 0;
}
.xxgk_live1:first-child {
    margin-top:0;
}
.xxgk_live1.gkzc {
    line-height: 65px;
}
.xxgk_live1.zfgb .szfgb {
    display:inline-block;
    width:102px;
}
.xxgk_live1.zfgb span {
    width: 100%;
    text-align: justify;
    height: 30px;
}
.xxgk_live1.ptlj span {
    width: 138px;
    text-align: justify;
    height: 30px;
}
.xxgk_live1 > a {
    display: block;
    width: 100%;
    height: 70px;
}
.xxgk_live1 > a {
    position:relative;
}
.xxgk_live1 .icon_img {
    display: inline-block;
    margin: 16px 31px 0 23px;
    vertical-align: top;
}
.xxgk_live1 .icon_img.on {
    display:none;
}
.xxgk_live1.on .icon_img.on {
    display:inline-block;
}
.xxgk_live1.on .icon_img.off {
    display:none;
}
.xxgk_live1 span {
    display: inline-block;
    width: 92px;
    height: 51px;
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 3px;
    color: #305fb0;
    text-align-last: justify;
}
.xxgk_live1.on > a {
    background: #305fb0;
}
.xxgk_live1.on span {
    color: #ffffff;
}
.live_icon {
    position: relative;
}
.live_icon ul {
    display:none;
}
.live_icon.on ul {
    display:block;
    max-height: 400px;
    overflow-y: auto;
}
.live_icon > a::before {
    content:'';
    width: 18px;
    height: 18px;
    background: url(../images/zfxxgk/icon_jia.png)no-repeat center;
    top: 50%;
    margin-top:-9px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.live_icon.on > a::before {
    background: url(../images/zfxxgk/icon_jian.png)no-repeat center;
}
.live2_ul {
    background: #ffffff;
    overflow: hidden;
    padding-bottom:28PX;
    box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.xxgk_live2 {
    width: 100%;
    font-size:15px;
    font-weight:bold;
    position: relative;
    /*padding-left: 34%;
    text-align: center; */
    line-height: 32px;
    margin-top: 10px;
    transition: all 0.5s;
}
.xxgk_live2.on > a {
    color: #2D66A5;
    background: #E6F1FA;
}
.xxgk_live2:hover::before {
    background: #2D66A5;
}
.xxgk_live2:hover > a {
    background: #E6F1FA;
}
.xxgk_live2:hover a {
    color: #305fb0;
}
.xxgk_live2 a {
    display: block;
    padding-left: 34%;
    width: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color:#000;
}
.xxgk_live2.on::after {
    background: #305fb0;
}
.xxgk_live2 ul.children {
    display: none;
}
.xxgk_live2::before, .xxgk_live3::before {
    content:'';
    width:4px;
    height:4px;
    background:rgba(0, 0, 0, 1);
    position: absolute;
    top: 50%;
    margin-top:-2px;
    left: 65px;
}
.xxgk_live2.hasChild::before {
    top: 15px;
    margin-top:0;
}
.xxgk_live3 {
    position:relative;
}
.xxgk_live2.on .xxgk_live3.on a {
    color: #2D66A5;
}
.xxgk_live3 a {
    font-weight:normal;
}
.live_icon ul.children li {
    padding-left: 15px;
}
.xxgk_live3::before {
    left: 75px;
}
.xxgk_live2.on ul.children a {
    color: #000;
}
.xxgk_live2.hasChild::after {
    content:"+";
    position:absolute;
    top: 6px;
    right:10px;
    height: 16px;
    line-height: 16px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.xxgk_live2.hasChild.on::after {
    content:'-';
    background:transparent;
}
.xxgk_live2.on .children {
    display: block;
}
.zfxxgk_right{
  float: right;
  width:770px;
      height: 1065px;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  position: relative;
}
.zfxxgk_right::-webkit-scrollbar{
    //display:none;
}

.zfxxgk_right .toplogo{
    padding:10px;
}
.zfxxgk_right .toplogo img{
    width:100%;
}

.xxgkzn_title{
    font-size:32px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color: #305fb0;
    text-align: center;
    margin:38px 0;
}
.xxgkzn_detail{
    font-size:16px ;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:30px;
    padding:30px 49px 0  30px;
    position: relative;
    top: 0;
    padding-bottom: 80px;
}

.xgfj{
    display: none;
    margin-top: 20px;
}
.xgfj p{
    color:#305fb0;
}


/* ???�??a�???a�??￠a??a?�???�?￠a???????�?￠a�????￠a�??�???�??a�????�?￠a�????�?????�?￠a??????a�????¤???�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�?￠a???????�?￠a�????￠a�??�???�??a�????�?￠a�????�?????�?￠a??????a�????|???�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????ˉ???�??a�???a�??￠a??a?�???�?￠a???????�?￠a�????￠a�??�???�??a�????�?￠a�????�?????�?￠a??????a�????�???�??a�???a�??￠a??a?�???�?￠a??????a�????�???�??a�???a�????�???�???�???�?￠a??????????a€|???????�?￠a??????a�????????�??a�????�?￠a�????�?????�?￠a??????a�????|???�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�?￠a???????�?￠a�????￠a�??�???�??a�????�?￠a�????�?????�?￠a??????a�????�???�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�?￠a??????a�????�???�??a�???a�????�???�???�???�?￠a�????�????a�????????�?￠a???|??a�????????�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�?￠a???????�?￠a�????￠a�??�???�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????�???�??a�???a�??￠a??a?�???�?￠a??????a�????�???�??a�???a�????�???�???�???�?￠a??????????a€|???????�?￠a??????a�????????�??a�????�?￠a�????�?????�?￠a??????a�????????�??a�???a�??￠a??a?�???�?￠a???????�?￠a�????￠a�??�???�??a�????�?￠a�????�?????�?￠a??????a�????�???�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????ˉ???�??a�???a�??￠a??a?�???�???�???�?￠a??????????a€|???????�??a�????�?￠a�????�?????�?￠a??????a�????? */

.xxgkld_detail .channel{
    border-bottom:1px solid #E0E0E0;
}
.xxgkld_detail .channel span{
    display: inline-block;
    width:110px;
    height:35px;
    background: #305fb0;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:36px;
    text-align: center;
 }
 .leaderInfo{
     padding: 20px;
 }
 .leaderInfo .leftbox{
     float: left;
     width: 140px;
     background: #F2F2F2;
     border: 1px solid #E0E0E0;
 }
 .leaderInfo .leftbox .imgbox{
     padding: 10px;
     background: #fff;
 }
 .leaderInfo .leftbox .imgbox img{
     width: 100%;
     height: 160px;
 }
 .leaderInfo .leftbox p{
    text-align: center;
    margin: 18px 0;
 }
 .leaderInfo .leftbox span{
     margin: 0 7px;
     font-size: 18px;
     font-weight: bold;
 }
 .leaderInfo .rightbox{
     float: right;
     width: 565px;
 }
 .leaderInfo .rightbox .top{
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
 }

 .leaderInfo .rightbox .top span{
     display: inline-block;
     width: 55px;
     font-size: 18px;
     font-weight: bold;
     color: #2D66A5;
     text-align: justify;
     text-align-last: justify;
     border-bottom: 3px solid #2D66A5;
 }
 .leaderInfo .rightbox p{
     margin-top: 16px;
     width: 100%;
     /* text-indent: 2em; */
     line-height: 30px;
     color: #333;
 }
 .leaderInfo .rightbox p.jl{
     height: 65px;
 }
 .leaderInfo .rightbox .fg{
    margin-top:16px;
    height: 90px;
    overflow-y: auto;
}
 .leaderInfo .rightbox .fg p{
     margin-top:0 !important;
 }
 .leaderActive{
    padding: 20px;
 }
 .leaderActive .activeTitle{
     width: 100%;
    border-bottom:1px solid #E0E0E0;
 }
 .leaderActive .activeTitle span{
     float: left;
     padding-bottom: 15px;
     font-size: 18px;
     font-weight: bold;
     color: #305fb0;
     border-bottom: 3px  solid #305fb0;
 }
 .leaderActive .activeTitle a{
     float: right;
     color: #999;
 }
 .leaderActive .hdlist{
     margin-top: 15px;
 }
 .leaderActive .hdlist li{
     width: 100%;
     height: 42px;
     line-height: 42px;
     padding-left: 20px;
     background: url(../images/icon/dian2.jpg) no-repeat 10px center;
 }
 .leaderActive .hdlist li a{
     float: left;
     width: 75%;
     height: 100%;
     color: #333;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
 }
 .leaderActive .hdlist li a:hover{
    color: #BD1A2D;
 }
 .leaderActive .hdlist li span{
     float: right;
     color: #999;
 }

.scroll{
    width:10px;
    height:940px;
    background:rgba(242,242,242,1);
    border-radius:5px;
    position: absolute;
    top: 115px;
    right: 14px;
    cursor: pointer;
}
.scroll div{
    width:10px;
    height:80px;
    background: #305fb0;
    border-radius:5px;
    position: absolute;
    top: 0;
}

#zfxxgk_xxgkzd{
    padding: 36px 29px 0 55px;
}
#zfxxgk_xxgkzd .scroll{
    top: 36px;
}
.xxgkzd_list li{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:30px;
    margin-bottom:18px ;
}
.xxgkzd_list li span{
   color: #999999;
}

.gknr_list dl{
    margin-bottom:20px;
}
.gknr_list dt {
    border-bottom:1px solid #E0E0E0;
    margin-bottom:10px;
}
.gknr_list dt span{
    display: inline-block;
    /* width:110px; */
    padding: 0 15px;
    height:35px;
    background: #305fb0;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:36px;
    text-align: center;
}

.gknr_list dd {
   padding: 0 25px;
}
.gknr_list dd a{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:48px; 
    
}
.gknr_list dd span{
    color: #999999;
    line-height:48px; 
    float: right;
}
.gknr_list div{
    text-align: center;
}
.zfxxgk_more{
    display: inline-block;
    text-align: center;
    width:100px;
    height:30px;
    background:rgba(224,224,224,1);
    border-radius:5px;
    line-height: 30px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
}

.gknb_list h4{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    text-indent: 13px;
    margin-top:34px;
    margin-bottom:30px;
}
.gknb_list h4 a:hover{
    color: #226ebc;
}
.gknb_list h5{
    text-align: left;
    width:280px;
    height:40px;
    background:rgba(45,102,165,1);
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.gknb_tbody{
    width: 100%;
    overflow: hidden;
    border-top:1px solid #E0E0E0 ;
}
.gknb_tbody li{
        float: left;
        /* background:rgba(242,242,242,1); */
        width: 33.3%;
        height:45px;
        font-size:16px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(0,0,0,1);
       text-indent: 38px;
       border-right:1px solid #E0E0E0 ;
       line-height: 45px;
       border-bottom: 1px solid #E0E0E0;
}
.gknb_tbody.sjlm{
    width: 98%;
    margin: 5px auto;
   }
.gknb_tbody.sjlm li {
    float: left;
    width: 28%;
    height: 45px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0,0,0,1);
    /* text-indent: 38px; */
    text-indent: 1rem;
    line-height: 45px;
    border: none;
   }
.gknb_list .gklm + .gklm{
    margin-top: 30px;
   }
   .gknb_list .gklm .lmtitle{
    border-bottom: 1px solid #E0E0E0;
   }
   .gknb_list .gklm h5 {
    text-align: left;
    width: 280px;
    height: 40px;
    background: #305fb0;
    line-height: 40px;
    text-indent: 2rem;
    color: #ffffff;      
   }
   .gknb_list .gklm h5 a{
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
   }

   .gknb_tbody.sjlm li{
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;}
.gknb_tbody.sjlm.on{
    background:#eee;
}


.gknbxq_top ,.gknbxq_detail{
    width: 690px;
    margin: 0 auto;
    overflow: hidden;
}
.gknbxq_top{
    text-align: center;
    border-bottom:1px solid #E0E0E0;
    background: #ffffff;
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
    padding: 38px 30px 20px 30px;
}
.gknbxq_top h2{
    font-size:28px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color: #305fb0;
}
.gknbxq_top p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:30px;
    margin-top:18px ;
}
.gknbxq_detail{
    padding-top:177px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:30px;
    position: relative;
}
.gknbxq_detail .xglj p{
    font-weight: bold;
    font-size: 18px;
    color: #BD1A2D;
}
.table_main td{
    border:1px solid #ddd;
}
#gknbxq_container{
    height:1651px;
}
#zfxxgk_gknbxq{
    height:1397px;
}
#zfxxgk_gknbxq .scroll{
    height: 1080px;
    top: 150px;
    z-index: 10;

}
#gknbxq_box{
    position: relative;
    top: 0;
    height: 100%;
}


.gknbxq_top .syhbox{
    padding: 25px 7px;
    width: 100%;
    background-color: #F6F8FC;
    margin-bottom:20px;
}
.gknbxq_top .syhbox li{
    float: left;
    margin-top: 10px;
    width: 23%;
    text-align: left;
}
.gknbxq_top .syhbox li:nth-child(1),.gknbxq_top .syhbox li:nth-child(4){
    width: 37%;
}
.gknbxq_top .syhbox li:nth-child(2),.gknbxq_top .syhbox li:nth-child(5){
    width: 40%;
}
/* .gknb_tbody li:nth-child(6n+1),.gknb_tbody li:nth-child(6n+2),.gknb_tbody li:nth-child(6n+3){
    background: #ffffff;
} */
.nblmtit{
    height: 47px;
    line-height: 47px;
    padding-left: 22px;
    color: #226ebc;
    font-size: 16px;
    position: relative;
    margin: 10px 0;
}
.nblmtit::before{
    content: "";
    width: 6px;
    height: 25px;
    position: absolute;
    background:#069be5;
    border-radius:8px;
    left: 10px ;
    top: 12px;
}
.jgjj_tit{
    text-align: left !important;
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
    color: #305fb0;
    font-size: 18px;
    position: relative;
   }
   .blue .jgjj_tit{
    color: #2D66A5;
   }
   .jgjj_tit::before{
    content: "";
    width: 4px;
    height: 20px;
    background: #305fb0;
    position: absolute;
    left: 10px;
    top: 14px;
    border-radius:10px ;
   }
   .blue .jgjj_tit::before{
    background: #2D66A5;
   }
   .zfld dd a{
      width: 32%;
   }
   .zfld dd:nth-child(2) a{
       width:100%;
   }
   .zfxxgk_right .toplogo{
    display:none;
}
   .gzjg dd {
    overflow: hidden;
   }
   .gzjg dd p{
    padding-left: 13px;
    float: left;
    width: 25%;
    line-height: 45px;
   }
   .gzjg dd p a{
    display: inline;
    line-height: 40px;
   }
   .gknr_list dl.gzjg{
   }
@media (max-width: 768px){
    .content-list li{
width: 40%;
}
        .zfxxgk_search {
           display: none;
        }
    
        .zfxxgk_container {
           width: 100%;
           padding: 0px;
           height: initial !important;
        }
        #zfxxgk_gknbxq{
            height: auto;
        }
        .zfxxgk_left {
    width: 100%;
}
.live_icon.on ul {
    max-height: 195px;
    overflow: auto;
    background: #fff;
    width: 200%;
    position: relative;
    font-size: 0;
}
.live_icon.on ul.fdchannels {
    left: -100%;
}
.live_icon.on ul.fdchannels {
    left: -100%;
}
.zfxxgk_left>ul {
    font-size: 0;
}

.xxgk_live1 {
    box-shadow: none;
    border: 1px solid #eee;
}

.xxgk_live1>a {
    height: 50px;
}

.xxgk_live1.gkzc>a span {
    line-height: 50px;
}

.zfxxgk_left li {
    display: inline-block;
    vertical-align: top;
    /* float: left; */
    margin: 0;
    width: 50%;
}

.xxgk_live2 {
    /* padding-left: 10%; */
}

.xxgk_live1 span {
    font-size: 16px;
    line-height: 22px;
    text-align-last: auto;
}

.xxgkzn_cont {
    overflow: hidden;
}

.xxgk_live1 .icon_img {
    margin: 16px 18px 0 14px;
    width: 25px;
    float: left;
}

.zfxxgk_right {
    width: 100%;
    margin-bottom: 15px;
    height: inherit;
    margin-top: 10px;
}

.xxgk_header h1 {
    font-size: 40px;
}

.xxgk_header {
    width: 100%;
    height: 140px;
}

.xxgk_header a {
    font-size: 20px;
    margin-left: 15px;
}

.xxgk_live2 a {
    padding-left: 15px;
    font-size: 10px;
}

.xxgk_live2::before, .xxgk_live3::before {
    left: 5px;
}
         .zfxxgk_right {
           width: 100%;
           margin-bottom: 15px;
           height: inherit;
           margin-top: 10px;
          }
         .xxgk_header h1 {
           font-size: 46px;
           margin-top: 10px;
          }
         .xxgk_header {
            width: 100%;
            height: 150px;
          }
        .xxgk_header a {
            font-size: 20px;
            margin-left: 15px;
            margin-top: 18px;
          }
          .xxgk_live2 a {
            font-size: 10px;
          }
          .gknb_tbody li {
            font-size: 12px;
            width: 100%;
            text-align: center;
            padding: 0;
            margin: 0;
            text-align: center;
          }
          .gknb_tbody li a{
              display: block;
              width: 91%;
              height: 100%;
              text-align: center;
              font-size: 18px;
          }
          .xxgk_footer {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
          }
         .xxgk_footer > div {
            width: 100%;
            float: none;
          }
         .xxgk_footer p {
            margin: 0px 0px;
            width: 100%;
            display: block;
            margin-right: 23px;
          }
         .xxgk_footer div+div {
            display: none;
         }
         .gknb_list h4{
             font-size:16px;
             text-align:center;
         }
         .gknb_list h5{
             width:100%;
         }
         .live_icon.on ul{
             max-height: 145px;
             overflow: auto;
             background: #fff;
         }
         .xxgk_live2::after{
             display:none;
         }
         .scroll{
             display:none;
         }
         .xxgkzn_detail{
             padding: 0 10px 0 10px;
         }
         .xxgkzn_title{
             margin: 20px 0;
             font-size: 25px;
         }
         .gknbxq_top h2{
             font-size: 22px;
         }
         .gknbxq_top, .gknbxq_detail{
             width: 100%;
             padding: 20px;
         }
         .gknr_list dd{
             padding: 0 10px;
         }
         .gknr_list dd a{
             width: 73%;
         }
         .xxgk_live1 span{
             text-align-last: unset;
         }
         .xxgk_live1.ptlj span{
             width: 100px;
         }
         .gknbxq_top .syhbox li{
             width: 100% !important;
         }
         .gknbxq_top .syhbox{
             padding: 15px;
         }
         .zfld dd a{
             width: 32%;
         }
         .gzjg dd p{
             overflow: hidden;
             white-space: nowrap;
             text-overflow: ellipsis;
             padding-left: 10px;
             width: 33%;
         }
         .gknb_list .gklm h5{
             float: left;
             width:auto;
             padding: 0 10px;
         }
         .lzyjgk .sjlm li{
             width: 33%;
             padding-left: 10px;
         }
         .lzyjgk .sjlm li a{
             display: block;
             overflow: hidden;
             width: 100%;
             white-space: nowrap;
             text-overflow: ellipsis;
             text-align: left;
             font-size: 16px;
         }

         .leaderInfo{
             padding: 10px;
         }
         .leaderInfo .rightbox{
             width: 57%;
         }
         .leaderInfo .rightbox p.jl{
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
         }
         .leaderInfo .rightbox p + .top{
             margin-top: 10px;
         }
         .leaderInfo .rightbox p{
             line-height: 24px;
         }
         .leaderInfo .rightbox p.jl{
             height: 76px;
         }
         .leaderInfo .rightbox p.fg{
             height: 48px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
         }
         .leaderActive .hdlist li a{
             width: 70%;
         }
         
    }


ul.addys,ul.addys li{
    list-style: none;
    border: none;
    vertical-align: middle;
}
ul.addys li:nth-child(3n+2) {
    border-left: 2px solid #e8e8e8;
}
ul.addys li:nth-child(3n+3) {
    border-left: 2px solid #e8e8e8;
}
ul.addys li:nth-child(6n+4) {
    background: #f7f7f7;
}
ul.addys li:nth-child(6n+5) {
    background: #f7f7f7;
}
ul.addys li:nth-child(6n+6) {
    background: #f7f7f7;
}
ul.addys .move {
    border-left: none;
    cursor: default;
    width: 30%;
    float: left;
    height: 53px;
    line-height: 53px;
    padding-left: 20px;
    overflow: hidden;
}
ul.addys .move a {
    text-decoration: none;
    outline: none;
    color: #333;
    cursor: pointer;
}
/*长者助手*/
.zzzs .zfxxgk_container{
    padding-bottom: 30px;
    height: auto;
}
.zzzs .xxgk_header a{
    width: 600px;
}
.zzzs .xxgk_header a img{
    width: 100%;
}
.zzzs .zfxxgk_left{
    width: 100%;
}
.zzzs .xxgk_live1{
    float: left;
    margin: 0 1% 10px;
    margin-top: 0;
    width: 48%;
}
.zzzs .xxgk_live1 > a{
    height: 110px;
    line-height: 110px;
}
.zzzs .xxgk_live1 span{
    vertical-align: middle;
    width: 70%;
    height: auto;
    font-size: 40px;
    margin-top: 0;
}
.zzzs .xxgk_live1 .icon_img{
    margin-top: 0;
    vertical-align: middle;
}
.zzzs .live_icon.on ul{
    max-height: 300px;
}
.zzzs .xxgk_live2 a{
    font-size: 36px;
}
.zzzs .xxgk_live2{
    padding-left: 17%;
    line-height: 70px;
}
.zzzs .live_icon > a::before{
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
}
.zzzs .live_icon.on > a::before{
    background-size: 100%;
}
.zzzs .xxgk_live1.zfgb .szfgb{
    width: 70%;
    height: auto;
    line-height: 44px;
    vertical-align: middle;
}
.zzzs .xxgk_live1.ptlj span{
    width: 70%;
    line-height: 44px;
    height: auto;
}
.zzzs .zfxxgk_right{
    width: 100%;
    height: auto;
}
.zzzs .xxgkzn_title{
    font-size: 44px;
}
.zzzs .xxgkzn_cont p,.zzzs .xxgkzn_cont span,.zzzs .xxgkzn_cont font{
    font-size: 36px !important;
    line-height: 2 !important;
}
.zzzs .gknr_list dt span{
    font-size: 36px;
    line-height: 70px;
    height: auto;
}
.zzzs .gknr_list dd a,.zzzs .gknr_list dd span{
    font-size: 36px;
    line-height: 70px;
}
.zzzs .gknr_list dd a{
    width: 70%;
}
.zzzs .zfxxgk_more{
    width: 160px;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
}
.zzzs .jgjj_tit{
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
}
.zzzs .jgjj_tit::before{
    height: 40px;
    width: 7px;
    top: 18px;
}
.zzzs .zfld dd a{
    width: 33%;
}
.zzzs .gzjg dd p{
    width: 33%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zzzs .gknb_list .gklm h5{
    width: 60%;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
}
.zzzs .gknb_tbody.sjlm li{
    width: 50%;
    height: 50px;
    font-size: 36px;
    line-height: 50px;
}
.zzzs .gknbxq_top .syhbox li{
    width: 50% !important;
    font-size: 36px;
}

.zzzs #gknbxq_container,.zzzs #zfxxgk_gknbxq{
    height: auto;
}
.zzzs .gknbxq_top h2{
    font-size: 44px;
}
.zzzs .gknbxq_detail p,.zzzs .gknbxq_detail span,.zzzs .gknbxq_detail font,.zzzs .gknbxq_detail strong,.zzzs .gknbxq_detail div,.zzzs .gknbxq_detail div a{
    font-size: 36px !important;
    line-height: 2 !important;
}
.zzzs .gknbxq_detail div a{
    width:180px !important;
    height:70px !important;
}
.zzzs .scroll{
    display: none !important;
}
.zzzs .gknbxq_detail{
    position: unset;
}
.zzzs .gknbxq_detail .relfiles li{
    font-size: 32px;
    line-height: 2;
}
.zzzs .gknbxq_detail{
    width: 90%;
}
.zzzs .gknbxq_top p{
    font-size: 30px;
    line-height: 50px;
}
.zzzs .gknbxq_top{
    position: unset;
}
.zzzs .gknbxq_top p a{
    display: none;
}
.zzzs .gknbxq_detail #Zoom,.zzzs .gknbxq_detail #Zoom p,.zzzs .gknbxq_detail #Zoom span,.zzzs .gknbxq_detail #Zoom font{
    font-size: 36px !important;
    line-height: 2 !important;
}
.zzzs .siteInfo{
    padding-left: 0 !important;
    width: 100% !important;
}
.zzzs .siteInfo p{
    font-size: 36px !important;
}
.zzzs .dzjg{
    width: 100%;
    text-align: center;
}
.zzzs .dzjg img{
    width: 200px;
}
.zzzs .xxgkld_detail .channel span{
    width: 210px;
    font-size: 36px;
    line-height: 70px;
    height: auto;
}
.zzzs .leaderInfo .leftbox{
    width: 25%;
}
.zzzs .leaderInfo .leftbox .imgbox img{
    height: auto;
}
.zzzs .leaderInfo .rightbox{
    width: 70%;
}
.zzzs .leaderInfo .rightbox .top span{
    width: 105px;
    font-size: 36px;
}
.zzzs .leaderInfo .rightbox p{
    font-size: 32px;
    line-height: 2;
}
.zzzs .leaderInfo .rightbox p.jl{
    height: auto;
}
.zzzs .leaderInfo .rightbox p span,.zzzs .leaderInfo .rightbox p font{
    font-size: 32px !important;
    line-height: 2 !important;
}
.zzzs .leaderInfo .rightbox .fg{
    height: 165px;
}
.zzzs .leaderInfo .leftbox span{
    font-size: 32px;
}
.zzzs .leaderActive .activeTitle span{
    font-size: 36px;
}
.zzzs .leaderActive .activeTitle a{
    font-size: 32px;
}
.zzzs .leaderActive .hdlist li{
    height: 70px;
    line-height: 70px;
    font-size: 36px;
}
.zzzs ul.addys .move a{
    font-size: 25px;
}

/* 滚动条样式  */
.zfxxgk_right::-webkit-scrollbar {
    width: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
}

.zfxxgk_right::-webkit-scrollbar-thumb {
    width: 10px;
    background: #305fb0;
    border-radius: 5px;
}

#scroll{
    display: none;
}