/* 动态效果 */
[class*='anim']:hover,
[class*='anim'] * {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* 鼠标经过时字体颜色变化*/
.animhover:hover {
    color: #38579f !important;
}

/* 鼠标经过时背景色变化*/
.animbtn:hover {
    color: #fff !important;
    border-color: #38579f !important;
    background-color: #38579f !important;
    background-image: linear-gradient(to right, #169BD5, #4f86f4);
}

/* 鼠标经过时放大*/
.animlarge:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* 鼠标经过时图片放大 */
.animenlarge:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/* 鼠标经过时旋转*/
.animrotate:hover {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/* 鼠标经过时图片旋转 */
.animrevolve:hover img {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

/* 鼠标经过时边框阴影变化*/
.animbsh:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.animbsh2:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}

/* 鼠标经过时上移*/
.animmove:hover {
    transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
}

/* 鼠标经过时右边移*/
.animmoverg:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -moz-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
}
/* 动态效果end */

/* 首页 */
.col165 {
    color: #1658a0!important;
}
.cold11 {
    color: #d1160e;
}
.bg165 {
    background-color: #1658a0;
}
.bgefef {
    background-color: #efefef;
}
.bgf6f7 {
    background-color: #f6f7fb;
}
.bgf8f8 {
    background-color: #f8f8f8;
}
.bgfbf {
    background-color: #fbf2e6;
}
.bgfde {
    background-color: #fdeaea;
}
.bgtr {
    background-color: transparent!important;
}
.bg-radient {
    background-color: #5497e1;
    background-image: linear-gradient(to right, #1c599d, #5497e1);
}
.bor165 {
    border: 1px solid #1658a0!important;
}
.borele {
    border: 1px solid #e1e6f1;
}
.bshadow-radient {
    box-shadow: 0 3px 6px 0 rgba(61,101,245,0.45);
    -o-box-shadow: 0 3px 6px 0 rgba(61,101,245,0.45);
    -ms-box-shadow: 0 3px 6px 0 rgba(61,101,245,0.45);
    -moz-box-shadow: 0 3px 6px 0 rgba(61,101,245,0.45);
    -webkit-box-shadow: 0 3px 6px 0 rgba(61,101,245,0.45);
}
.ptb16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.container {
    width: 1300px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
header.pat {top: 0;left: 0;width: 100%;}


.main-title {
    padding-top: 18px;
    padding-bottom: 18px;
}
.borradius14{
    border-radius: 14px;
}
.borradius4{
    border-radius: 4px;
}
.col000>li>a{
    color: #000!important;font-size: 16px;font-weight: bold;
}
.col000>li>a:hover{
    color: #1658a0!important;
}
.htx105{
    height: 105px;
}
.ffsour{
    font-family: SourceHanSerifSC-Heavy;
    color: #0f1627;
}
.col000>li>.col165{
    color: #1658a0!important;
}
.wdx80{
    width: 80px;height: 28px;line-height: 28px;
}

.layui-nav .layui-nav-item a {
    padding: 0 15px!important;

}
.bgbanner{
    background-image: url(../images/banner.jpg);
}
.wdx650{
    width: 650px;
}
.wdx760{
    width: 760px;

}
.hei56{
    height: 56px;
    line-height: 56px;
}
.mt160{
    margin-top: 160px!important;
}
.wdx110{
    width: 110px;
}
.cold11{
    background-color: #d1160e;
}
.rig0{
    right: 0;
}
.wdx540{
    width: 540px;
}
.ban-ico{
    width: 260px;
    height: 90px;
    background-color: #3f6db5;
    border-radius: 10px;

}
.ban-ico img{
    width: 64px;height: 64px;left: 36px;top: 13px;display: inline-block;position: absolute;
    opacity:1;
}
.ban-ico>div{
    position: absolute;top: 34px;right: 53px;
    opacity:1;
}
.mt45{
    margin-top: 45px!important;
}
.main-title h3:before {
    content: '';
    position: absolute;
    top: 16%;
    left: -30px;
    width: 8px;
    height: 23px;
    background-color: #1658a0;
}
.zc-item {
    width: 310px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.zc-item-1 {
    color: #459cd2!important;
    background-image: url(../images/bg-zcitem-1.jpg);
}
.zc-item-2 {
    color: #65b05d!important;
    background-image: url(../images/bg-zcitem-2.jpg);
}
.zc-item-3 {
    color: #e76531!important;
    background-image: url(../images/bg-zcitem-3.jpg);
}
.zc-item-4 {
    color: #4eb7b0!important;
    background-image: url(../images/bg-zcitem-4.jpg);
}
.zc-item p {
    color: inherit;
    padding: 0 36px;
}
.main-title.borbtm {
    border-color: #c8c8c8;
}
.zcsb-lists > div+div {
    border-top: 1px dashed #dcdcdc;
}
.zcsb-lists h5 span {
    padding: 0 6px;
    height: 22px;
    line-height: 20px;
    display: inline-block;
}
.zcsb-lists > div:hover h5 span {
    color: #fff!important;
    background-color: #1c599d;
}
.zcsb-lists > div:hover h5 a {
    color: #1c599d;
    font-weight: bold;
}
.zcsb-lists .sb-state {
    width: 180px;
    height: 32px;
}
.sb-state.bgfde span {
    color: #d1160e;
}
.sb-state.bgefef span {
    color: #666;
}
.sb-state span+span.prt:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -10px;
    width: 1px;
    height: 14px;
    background-color: #e3c2c2;
}
.zxwj-lists {
    height: 572px;
}
.zxwj-lists a+a {
    margin-top: 26px;
}
.zxwj-lists a:hover h5 {
    color: #1658a0;
    font-weight: bold;
}
.sbpy-lists {
    height: 366px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.swiper-tab {
    width: 130px;
    padding: 25px 0;
    background-color: #f8f8f8;
}
.swiper-tab .swiper-slide-thumb-active {
    background-color: #e7f2ff;
}
.swiper-tab .swiper-slide-thumb-active span {
    color: #1658a0;
    font-weight: bold;
}
.swiper-tab .swiper-scrollbar {
    top: 25px;
    height: calc(100% - 50px);
}
.swiper-tab .swiper-btn {
    left: 0;
    width: 100%;
    height: 25px;
    margin-top: 0;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-tab .swiper-button-prev {
    top: 0;
    background-image: url(../images/icon-arrow-up.png);
}
.swiper-tab .swiper-button-next {
    top: auto;
    right: auto;
    bottom: 0;
    background-image: url(../images/icon-arrow-down.png);
}
.swiper-tab .swiper-btn:after {
    content: '';
}
.swiper-tab+div {
    width: 645px;
}
.sbpy-lists .scrobar {
    overflow: auto;
}
.scrobar::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0,0,0,.1);
}
.scrobar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
}
.sbpy-lists .sbpy-item {
    padding-top: 16px;
    padding-bottom: 15px;
}
.sbpy-lists .sbpy-item+div {
    border-top: 1px dashed #dcdcdc;
}
.sbpy-lists .sbpy-item:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #dedede;
}
.sbpy-item h5 {
    width: calc(100% - 130px);
}
.sbpy-item .layui-btn {
    width: 88px;
    height: 30px;
    line-height: 28px;
    padding: 0;
}
.jqrd-btns .layui-btn {
    width: 48px;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
}
.jqrd-btns .layui-btn+.layui-btn {
    margin-left: 3px;
}
.jqrd-lists {
    margin: 0 -30px;
}
.jqrd-lists .scrobar {
    height: 306px;
    margin-right: 30px;
    padding-top: 2px;
    padding-left: 30px;
    padding-bottom: 2px;
    overflow: auto;
}
.jqrd-lists  a.flex-start {
    height: 90px;
    line-height: 26px;
    padding: 0 17px;
}
.jqrd-lists  a.flex-start+a {
    margin-top: 16px;
}
.zcjd-item {
    width: 420px;
    height: 530px;
    border-top: 0!important;
    border-color: #c8c8c8!important;
}
.zcjd-title {
    width: 420px;
    height: 60px;
}
.wzjd-lists a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #dedede;
}
.wzjd-lists a+a {
    margin-top: 30px;
}
.zcjd-item .more-btn {
    height: 56px;
    border-top: 1px dashed #e5e5e5;
}
.zcjd-item .layui-btn {
    height: auto;
    line-height: normal;
}
.jd-box {
    align-items: normal;
}
.jd-box+.jd-box {
    border-top: 1px dashed #e5e5e5;
}
.jd-box .pic {
    width: 144px;
    height: 96px;
}
.jd-box .pic.prt:after {
    content: '';
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    width: 28px;
    height: 28px;
    background: url(../images/icon-play.png) no-repeat 0 0;
}
.jd-box h5 {
    width: calc(100% - 160px);
    line-height: 30px;
}
.jd-box:hover h5 {
    color: #1658a0;
}

.bg1e {
    background-color: #1e1e1e;
}
.borta2{
    border-top: 1px solid #a2a2a5;
}
.pl25 {
    padding-left: 25px;
}
.pr100{
    padding-right: 100px;
}
.jpfytj>a{
    width: calc(25% - 30px);
    display: inline-block;
}

/* 申报培育往期-申报资讯 */
.wdx240{
    width: 240px;
}
.wdx240 img{
    width: 16px;
	height: 16px;
    display: inline-block;
}
.mt25{
    margin-top: 25px!important;
}
.mt15{
    margin-top: 15px!important;
}
.mimportant60{
    margin-top: 60px!important;
    margin-bottom: 60px!important;
}

.xw-item>ul {
    width: 1220px;
    height: 230px;
}

.borbtmc0 {
    border-bottom: 1px solid #c0c0c0!important;
}
.xw-item>ul>li {
    line-height: 40px;
    padding-left: 25px;
    color: #333333;
    background: url(../images/ico-li165.png) no-repeat 6px 6px;
    background-position: 5px;
    list-style-position: initial;
    height: 40px;
}
.xw-item>ul>li>a {
    display: inline-block;
    width: 1000px;
    overflow: hidden;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.xw-item>ul>li>span {
    font-size: 16px;
    color: #999999;
    float: right;
    display: inline-block;
}
.txtcenter {
    text-align: center !important;
}
/* .layui-laypage-curr>em{
    background-color: #1658a0!important;
}
#layui-laypage-1>span:nth-of-type(1){
    display: none;
}
#page *{
    font-size: 16px!important;
    height: 38px!important;
    line-height: 38px!important;
} */

.bgf1f{
   background-color: #f2f2f2;
}
.bgbanner-sbpx{
    background-image: url(../images/banner-sbpx.jpg);  
    
} 
.bgbanner-sbpx>p{   
    font-size: 48px;
    left: 11%;top: 117px;
}
.jade-form input{
    width: 180px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    padding-left: 20px;   
    background-image: url(../images/jade-time.png);
    background-repeat:no-repeat ;
    background-position: 170px 8px;
}

.plr5{
    padding-left: 5px;padding-right: 5px;
}
.txtinput{
    width: 380px!important;
    background-image: none!important;
}
.jade-form a{
    width: 82px;
	height: 32px;
    line-height: 32px;
    text-align: center;
	border-radius: 4px;
	border: solid 1px #1658a0;
    color: #1658a0;
}
.a-active{
    background-color: #1658a0!important;
	color: #fff!important;
}
.jade-form a:hover{
    background-color: #1658a0;
	color: #fff;
}
.wd1242{
    width: 1242px;
}
.bgf9f9f9{
    background-color: #f9f9f9;
}

.zx-fs18>div>h5>span{
    font-size: 18px!important;
    padding: 2px 8px!important;
    height: 24px!important;
   
}
/* 申报资讯详情-宣讲活动 */
.wd220{
    width: 220px!important;
    height: 34px!important;
}
.wd1100{
    width: 1100px;
}
.lh48{
    line-height: 48px;
}
.wd1115{
    width: 1115px;
}
.ico-eye{    
    background-image: url(../images/ico-eye.png);  
    background-position: 0 2px;
    background-size: 19px 14px;
}
.span-ico{
    min-width: 25px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.ico-zan{   
    background-image: url(../images/ico-zan.png);   
    background-position: 0 1px;
    background-size: 17px 16px;
}
.ml40{
    margin-left: 40px;
}
.a-ico{
    display: inline-block;
    font-size: 14px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.ico-sc{
    background-image: url(../images/shoucan.png);
    background-size: 17px 16px;
}
.ico-zx{
    background-image: url(../images/zixun.png);
    background-size: 16px 16px;
}
.ico-sb{
    background-image: url(../images/shenbao.png);
    background-size: 17px 17px;
}
.wdx440{
    width: 440px;
}
.flex80>div{
    width: 80px;height: 80px;border-radius: 50%;cursor: pointer;
}
.flex80>div>img{
    width: 25px;
	height: 25px;
    margin-top: 17px!important;
    
}
.flex80>div:nth-of-type(1){
	border: solid 1px #ea5d5c;
    background-color: #fff;      
}
.flex80>div:nth-of-type(2){
    border: solid 1px #f5bc32;
    background-color: #fff;  
}
.flex80>div:nth-of-type(3){
    background-color: #478cd9;      
    border: solid 1px #478cd9;

}
.flex80>div:nth-of-type(4){
    background-color: #50b674;      
    border: solid 1px #50b674;
}
.m60{
    margin-top: 60px!important;
    margin-bottom: 60px!important;
}
.lh36{
    line-height: 36px;
}
.lh24{
    line-height: 24px;
}
.txtindent2{
    text-indent: 2rem;
}
.bgimg-1,.bgimg-2,.bgimg-3,.bgimg-4{
    background-size:14px 14px;;
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.bgimg-1{
    background-image: url(../images/clock.png);
}
.bgimg-2{
    background-image: url(../images/map.png);
}
.bgimg-3{
    background-image: url(../images/account.png);
}
.bgimg-4{
    background-image: url(../images/Moneymanagement.png);
}
.wd154{
    width: 153px!important;
	height: 26px!important;
}

/*宣讲活动详情*/
.wdx300{
    width: 300px;
}
.hei215{
    height: 215px;
}
.col999{
    color: #999999;
}
.col666{
    color: #666666;
}
.wdx600{
    width: 600px;
}
.bgcolf0f{
	background-color: #f0f6fd;
}
.qiege:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -12px;
    width: 1px;
    height: 14px;
    background-color: #b6c0cd;
}
.wdx140{
    width: 140px;
}
.ml160{
   margin-left: 160px;
}
.wdx1211{
    width: 1211px;
}
.wdx190{
    width: 190px;height: 190px;
}
.mt60{
    margin-top: 60px;
}
/* 申报资讯 */
.flex605>div{
    width: 605px;
    height: 260px;
    background-color: #ffffff;
    cursor: pointer;
    border: solid 1px #f0f0f0;
    margin-bottom: 25px;
}   
.flex605>div:hover{
    box-shadow: 0px 3px 15px 0px 
        rgba(78, 80, 83, 0.15);
}
.wdx550{
    width: 550px;
}
.flex-wrap{
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap; 
}
.hiddenwdx200{
    width: 200px;
	height: 143px;
    overflow: hidden;
}
.right0{
    right: 0;
}
.wdx325{
    width: 325px;
}
.col8a8e99{
    color: #8a8e99!important;
}
.mt15{
    margin-top: 15px;
}
.top0{
    top: 0px;
}
.imgtitile{
    background-image: url(../images/zbtitle-ico.png);
    width: 45px;
    height: 45px;
    top: 0;left: 0;
    background-repeat: no-repeat;background-size: 45px 45px;
}

/* 政策专题 */
.bgf2f2 {
    background-color: #f2f2f2;
}
.bore5e5 {
    border: 1px solid #e5e5e5;
}
.hdborbtm {
    border-bottom: 8px solid #1658a0;
}
.layui-breadcrumb {
    height: 60px;
    margin-top: 5px;
}
.layui-breadcrumb .layui-home {
    width: 16px;
    height: 14px;
    background: url(../images/icon-home.png) no-repeat 0 center;
}
.layui-breadcrumb a {
    color: #666!important;
}
.layui-breadcrumb a:hover {
    color: #1658a0!important;
}
.layui-breadcrumb a cite {
    color: #333;
}
.zczt-list {
    margin-left: -20px;
}
.zczt-item {
    width: 400px;
    height: 160px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.zczt-item:hover {
    border-color: #c6d6e8;
    background-color: #f6faff;
}
.zt-mark {
    top: 8px;
    right: 16px;
    width: 41px;
    height: 47px;
    color: #d0dbe8;
    background: url(../images/bg-mark.png) no-repeat 0 bottom;
}
.zczt-item .layui-btn {
    opacity: 1;
    left: 10px;
    bottom: -40px;
    width: 380px;
    height: 40px;
    line-height: 40px;
}
.zczt-item:hover .layui-btn {
    bottom: 10px;
}
.layui-laypage a, .layui-laypage span {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}
.layui-laypage a:hover {
    color: #1c6eb8;
}
.layui-laypage select {
    height: 32px;
}
.layui-laypage .layui-laypage-skip,
.layui-laypage button,
.layui-laypage input {
    height: 40px;
    line-height: 40px;
}



.item-start{align-items: flex-start;}


/* 政策专题详情 */
.col3939 {
    color: #393939;
}
.fs-p52 {
    font-size: 52px;
}
.inban {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
.inban h2.prt:before {
    content: '';
    position: absolute;
    bottom: -17px;
    left: calc(50% - 35px);
    width: 70px;
    height: 8px;
    border-radius: 5px;
    background-color: rgba(62, 145, 253, 0);
    background-image: linear-gradient(to right, #fff, rgba(62, 145, 253, 0));
}
.text-box {
    width: 1320px;
    height: 181px;
    margin-top: 54px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 76px;
    padding-right: 76px;
    background: url(../images/bg-textbox.png) no-repeat 0 0;
}
.zczt-title img {
    width: auto;
    height: 12px;
}
.zczt-title a {
    color: #4b87d1;
}
.zczt-title a i {
    width: 16px;
    height: 16px;
    line-height: 14px;
    background-color: #4b87d1;
}
.zczt-jdbox {
    width: 390px;
    height: 180px;
}
.zczt-jdbox:hover {
    border-color: #c6d6e8!important;
    background-color: #f6faff;
}
.zczt-jdbox i.pat {
    right: 30px;
    bottom: 30px;
    width: 26px;
    height: 26px;
    color: #909ba6;
    border-radius: 100%;
    border: 1px solid #c7cdd2;
}
.zczt-jdbox:hover i {
    color: #fff;
    background-color: #1658a0;
}


/* 政策专题详情-文件列表 */
.search-box {
    height: 80px;
}
.search-box .layui-input-inline {
    width: auto;
}
.search-box .layui-input {
    width: 402px;
    height: 32px;
    border-radius: 4px;
}
.search-box .date-input {
    width: 202px;
    background-repeat: no-repeat;
    background-position: 93% center;
    background-image: url(../images/jade-time.png) ;
}
.search-box .layui-form-mid:before {
    content: '';
    position: absolute;
    top: 90%;
    left: -3px;
    width: 8px;
    height: 1px;
    background-color: #9b9b9b;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover {
    color: #1658a0!important;
}
.layui-laydate .layui-laydate-content .layui-this {
    background-color: #1658a0!important;
}
.layui-laydate-footer span:hover {
    color: #1658a0!important;
}
.search-box .layui-btn {
    width: 82px;
    height: 32px;
    line-height: 32px;
}



/* 政策文件-详情 */
.plr60 {
    padding-left: 60px;
    padding-right: 60px;
}
.zc-details * {
    font-size: inherit;
}
.cz-btn div {
    width: 80px;
    height: 80px;
}
.cz-btn div+div {
    margin-left: 40px;
}
.cz-btn .dzan {
    border: solid 1px #ea5d5c;
    background-color: #ea5d5c;
}
.cz-btn .shcan {
    border: solid 1px #f5bc32;
    background-color: #f5bc32;
}
.cz-btn .zxun {
    border: solid 1px #478cd9;
    background-color: #478cd9;
}
.cz-btn .shbao {
    border: solid 1px #50b674;
    background-color: #50b674;
}
.cz-btn .yi {
    background-color: transparent;
}
.cz-btn .yi img {
    display: none;
}
.cz-btn img+img {
    display: none;
}
.cz-btn .yi img+img {
    display: block;
}
.cz-btn .yi p {
    color: #666;
}


/* 政策文件-咨询 */
.colec3 {
    color: #ec3e3e;
}
.layui-layer {
    border-radius: 5px!important;
}
.layui-layer .layui-layer-title {
    color: #282830;
    font-size: 18px;
    font-weight: bold;
}
.layui-layer .layui-form-label {
    width: 100px;
    padding-right: 0;
}
.layui-layer .layui-input-block {
    margin-left: 130px;
}
.layui-layer .yzm {
    top: 1px;
    right: 1px;
    width: 131px;
    height: 36px;
}
.layui-layer .layui-layer-btn {
    background-color: #f7f8fa;
    border-top: 1px solid #e9e9e9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.layui-layer .layui-layer-btn a {
    width: 122px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #1659a0;
}
.layui-layer .layui-layer-btn .layui-layer-btn0 {
    color: #1659a0;
    border-color: #a4b4d2;
    background-color: #e2eafa;
}
.layui-layer .layui-layer-btn .layui-layer-btn1 {
    color: #fff;
    background-color: #1659a0;
}
.layui-layer .layui-input:disabled {
    color: #666;
    background-color: #f4f4f4;
}




/* 政策解读 */
.floatli>li{
    float: left;
    display: inline-block;
    font-size: 14px;
    width: 46px;
    line-height: 25px;
    margin-right: 20px;
    border-radius: 4px;
    height: 25px;
    text-align: center; 
}
.bor4c8{
    border: solid 1px #4c88c9;
    background-color: #e8f1fa;
}
.floatli>li:hover{
    border: solid 1px #4c88c9;
    background-color: #e8f1fa;
}
/* 政策解读视频 */
.wdx790{
    width: 790px;
}
.ht490{
    height: 490px;
}
.wdx275{
    width: 275px;
}
.wdx1125{
    width: 1125px;
}
.bgcol3b7{
    background-color: #3b70aa;
}
.colb3c{
    color: #b3c2d3;
}
.video-spanico{
    background-size: 19px 19px;
    background-repeat: no-repeat;
}
.video-time{
    background-image: url(../images/video-time.png);
}
.video-look{
    background-image: url(../images/video-look.png);
}
.wdx270{
    width: 270px;
}
.bor9db{
    border: 1px solid #9db8d5;
}
.btm30{
    bottom: 30px;
}
.video-sc{
    background-image: url(../images/video-shoucan.png);
}
.sc-video:hover>span{
    color: #FFFFFF;
}
.mb50{margin-bottom: 50px;}


/* 政策解读-图文 */
.zc-details img {
    width: auto;
    margin: 0 auto;
}


/* 申报资讯-申报 */
.col8186 {
    color: #81868c;
}
.zc-details .layui-inline {
    margin-right: 0;
}
.zc-details .layui-form-label {
    width: 160px;
    padding-left: 10px;
    padding-right: 0;
}
.zc-details .layui-input-inline {
    width: 382px;
    margin-right: 0;
}
.zc-details .layui-input {
    height: 42px;
    border-color: #d5d5d5;
}
.zc-details .layui-input-block {
    margin-left: 170px;
    display: block;
}
.zc-details .layui-textarea {
    border-color: #d5d5d5;
}
.zc-details th {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 24px;
    background-color: #f4f7fb;
}
.zc-details td {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
}
.shbao-btn .layui-btn {
    width: 130px;
    height: 44px;
    line-height: 42px;
    border-width: 1px;
    border-style: solid;
}
.shbao-btn .layui-btn1 {
    border-color: #a4b4d2;
    background-color: #e2eafa;
}
.shbao-btn .layui-btn2 {
    border-color: #528cca;
    background-color: #528cca;
}
.shbao-btn .layui-btn+.layui-btn {
    margin-left: 17px;
}

/* 近期热点 */
.jqrd-btns-item .item-show{display:block}
.ljqrd-btns-nav-item.active{background-color: #1658a0;color:#fff !important;}
.ljqrd-btns-nav-item{background-color: transparent ;border:1px solid #1658a0;color:#1658a0 !important;}



.fixed-ico{
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 3px 1px 0px 
        rgba(78, 80, 83, 0.1);
    border-radius: 6px;
    position: fixed;
    right: 22px;
    top : 250px; 
  
}
.fixed-ico>img{
    width: 48px;height: 41px;
    margin: 0 auto;
    margin-top:12px;
}
.col415{
    color: #415d7b;
}