body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;line-height: 1.875rem;}
td {line-height: 1.875rem;}
fieldset, img {border: 0 none;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol, ul ,li{list-style: none outside none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    transition: .3s ease;
}
a:hover {color:#008ecf}
body,input,button,textarea,select{font-size: .75rem;}
u{text-decoration:none;}
body{background-color: #f8f8f8;}

@keyframes load {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes load {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes myfirst {
	0% {
		transform: scale(1)
	}

	90% {
		transform: scale(.5)
	}

	100% {
		transform: scale(1.3)
	}
}

@-webkit-keyframes myfirst {
	0% {
		transform: scale(1)
	}

	90% {
		transform: scale(.5)
	}

	100% {
		transform: scale(1.3)
	}
}

@keyframes arrow {
	from {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),5px,0);
		transform: translate3d(calc(-50% + 6px),5px,0)
	}

	to {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),0,0);
		transform: translate3d(calc(-50% + 6px),0,0)
	}
}

@-webkit-keyframes arrow {
	from {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),5px,0);
		transform: translate3d(calc(-50% + 6px),5px,0)
	}

	to {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),0,0);
		transform: translate3d(calc(-50% + 6px),0,0)
	}
}

@keyframes mypraise {
	0% {
		font-size: 16px;
		top: 15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}

	25% {
		font-size: 20px;
		top: 0px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	50% {
		font-size: 24px;
		top: -15px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1
	}

	75% {
		font-size: 20px;
		top: -25px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	100% {
		font-size: 16px;
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}
}

@-webkit-keyframes mypraise {
	0% {
		font-size: 16px;
		top: 15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}

	25% {
		font-size: 20px;
		top: 0px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	50% {
		font-size: 24px;
		top: -15px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1
	}

	75% {
		font-size: 20px;
		top: -25px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	100% {
		font-size: 16px;
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.contwith{width: 1147px;margin: auto;}

.header{height: 54px;line-height: 54px;width: 100%;background-color: #fff;}
.header ul{width: 1200px;margin: auto;}
.header ul li{float:left;text-align: center;padding: 0 16px;}
.header ul a{width: 100%;font-size: 15px;color: #333;}
.header .logo{float: left;width: 140px;height: 40px;background: url(../images/logo.png) no-repeat;margin-top: 6px;margin-right: 20px;}
.header ul a:hover{color:#008ecf!important;}

.rougao {float: right;margin-top: 13px;}
.rougao .jianyi{margin-left: 5px;background-color: #1ea8e7;}
.rougao .jianyi i{background: url(../images/ico.png) -62px -173px no-repeat;width: 25px;}
.rougao a {height: 27px;line-height: 27px;float: left;color: #fff;font-size: 11px;border-radius: 20px;margin-left: 8px;width: 90px;background-color: #d1bd83;}
.rougao a i{height: 25px;width: 28px;float: left;background: url(../images/ico.png)  -38px -172px no-repeat;margin-left: 5px;}
.rougao a:hover{background-color: #5bbcde;color: #fff!important;}
.rougao .jianyi:hover{background-color: #5bbcde;color: #fff!important;}


/*main*/
.main {
    margin:0 auto;
    width: 1147px;
    height: auto;
}
.main-left{float: left;width: 720px;padding: 40px 33px;background: #fff;border-radius: 6px;box-sizing: unset;}
.sidebar {width: 100%;font-size: 12px;color: #999;float: left;height: 45px;line-height: 45px;}
.sidebar a{color: #999;font-size: 12px;}

.sidebar a:hover{color:#008ecf}
.article {
    float:left;
    width: 100%;
}
.article .title{width:700px;text-align:center;padding-bottom: 29px;color: #000;font-size: 26px;font-weight: 700;}
.article .info {font-size: 13px;height: 32px;width: 100%;color: #666;text-align: center;line-height: 32px;padding-bottom: 19px;}
.article .info span {
    padding: 0 .3125rem;
    font-size: .875rem;
    transition: .3s ease;
}
.article .info .update-time,
.article .info .push-time,
.article .info .favorite,
.article .info .download {
    padding: 0 .5rem;
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin: auto .3125rem;
    color: #333;
}

.article .info .update-time:hover,
.article .info .favorite:hover,
.article .info .download:hover {
    color: #008ecf;
    border: 1px solid #9c9c9c;
    cursor:pointer;
}

.article .info .push-time:hover {
    color: #008ecf;
}

.article .info span .bi {
    margin-right: .325rem;
    color: #008ecf;
}

.article .info a{font-size: .875rem;}
.article .info .title_ts{padding: 0 8px;border: 1px solid #e1e1e1;height: 29px;display: inline-block;line-height: 29px;margin-left: 5px;}
.article .info .title_ts i{width: 18px;background: url(../images/ico.png) no-repeat -115px -150px;height: 18px;float: left;margin-top: 8px;margin-right: 6px;}
.article .info .title_ts:hover{border: 1px solid #9c9c9c;}

.article .info .title_tg{padding: 0 8px;border: 1px solid #e1e1e1;height: 28px;display: inline-block;line-height: 28px;margin-left: 5px;}
.article .info .title_tg i{width: 18px;background: url(../images/ico.png) no-repeat -115px -179px;height: 18px;float: left;margin-top: 6px;margin-right: 6px;}
.article .info .title_tg:hover{border: 1px solid #9c9c9c;}

.article .info .source{padding: 0 8px;border: 1px solid #e1e1e1;height: 29px;display: inline-block;line-height: 29px;margin-left: 5px;cursor:pointer;}
.article .info .source i{width: 18px;background: url(../images/ico.png) no-repeat -115px -116px;height: 18px;float: left;margin-top: 7px;margin-right: 6px;}
.article .info .source:hover{border: 1px solid #9c9c9c;}

.article .info .down{padding: 0 8px;border: 1px solid #e1e1e1;height: 29px;display: inline-block;line-height: 29px;margin-left: 5px;cursor:pointer;}
.article .info .down i{width: 18px;background: url(../images/ico.png) no-repeat -66px -85px;height: 18px;float: left;margin-top: 7px;margin-right: 6px;}
.article .info .down:hover{border: 1px solid #9c9c9c;}

.article .info .time{padding: 0 8px;border: 1px solid #e1e1e1;height: 29px;display: inline-block;line-height: 29px;margin-left: 5px;cursor:pointer;}
.article .info .time i{width: 18px;background: url(../images/ico.png) no-repeat -84px -107px;height: 18px;float: left;margin-top: 7px;margin-right: 6px;}
.article .info .time:hover{border: 1px solid #9c9c9c;}

.content{
    color: #333;
    line-height: 1.875rem;
    font-size: 1rem;
    margin-top: .625rem;
    float: left;
    padding: 1rem 0 0;
    width: 100%;
    text-align: justify;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content p{color: #222;line-height: 1.875rem;margin-bottom: .75rem;font-size: 1rem;}
.content img{border-radius: 10px;}
.content img {max-width: 100%!important;height: auto!important;}
.content a{color: #333;font-size: 1rem;}
.content h2,.content h2 a,.content h2 a u{text-decoration: none;font-size: 1rem;text-align: left;font-weight: bold;line-height: 2rem;clear: both;color: #ff0000;margin-top:1rem;}
.after_height_light~p a {color: #2965b1 !important;}

.shendu{font-size: 14px;font-weight:normal;color:#0158a7;line-height:32px;overflow:hidden;padding-left:30px;width: 688px;height:30px;background:url(../images/pic_index_001.gif) 0 -3265px no-repeat;float:left;margin-top:7px;border-right: 1px solid #9cbddc;}
.shendu h3,.xinxi h3{float:left;font-size: 15px;font-weight:normal;padding-right:10px;font-weight:bold;color:#043462;}
.artzt{float:left;width: 702px;border-bottom:1px solid #9cbddc;border-left:1px solid #9cbddc;border-right:1px solid #9cbddc;padding-left:15px;padding-top: 10px;padding-bottom: 10px;line-height:23px;margin-bottom: 10px;}
.artzt ul{width: 100%;white-space:nowrap;}
.artzt ul li{font-size: 14px;width: 16%;height: 24px;overflow: hidden;float: left;}

.related_article_img{float: left;width: 100%;}
.related_article_img .related_top{height: 30px;width: 100%;border-bottom: 1px solid #EEE;}
.related_article_img .related_top code{float: left;font-size: 18px;height: 30px;line-height: 30px;color: #333;background: #fff;border-bottom: 2px solid #1c1c1c;font-family: initial;font-weight: 700;}
.related_article_img ul{margin-top: 13px;width: 100%;float:left;}
.related_article_img li{overflow: hidden;width: 156px;height: 127px;float: left;margin-right: 1px;margin-left: 10px;text-align: center;}
.related_article_img li a:hover span{text-decoration: underline;}
.related_article_img li a img{height: 104px;float: left;width: 100%;border: 1px solid #ddd;}
.related_article_img li a span{float: left;height: 24px;width: 100%;line-height: 24px;font-size: 16px;color: #2965b1;overflow: hidden;}

/*related_article*/
.related_about{width: 100%;float: left;overflow: hidden;padding-top: 15px;margin-bottom: 10px;}
.related_about .related_about_t{float: left;width: 100%;height: 28px;line-height: 28px;color: #494949;font-size: 16px;border-bottom: 1px solid #EEE;margin-bottom: 10px;}
.related_about .related_about_t code{color: #000;font-size: 18px;float: left;font-family: inherit;border-bottom: 2px solid #000;font-weight: 700;}
.related_about ul{float: left;width: 100%;}
.related_about li{float: left;width: 50%;height: 30px;font-size: 16px;overflow: hidden;line-height: 30px;}
.related_about li a{font-size: 16px;color: #2965b1;}
.related_about li a:before{float: left;content: "";width: 3px;height: 3px;background: #000;margin-top: 14px;margin-right: 5px;}
.related_about li a:hover{color: #000;}

.shangxiaye {font-size: 14px;color: #333;overflow: hidden;float: left;width: 100%;}
.shangxiaye div {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;line-height: 30px;height: 30px;}
.shangxiaye a{color: #333;}
.prev {width: 50%;}
.next {width: 50%;text-align: right;}

.article_right { float:right; width:336px; }
.main-right { float:right; width:336px; }
.xz {float:left;width:336px;padding: 20px;background: #fff;border-radius: 10px;}
.xz h3 {font-size: 16px;font-weight:bold;color: #333;width:304px;float:left;height:26px;line-height:27px;overflow:hidden;margin-bottom: 10px;}
.xz h3 em{width: 24px;background: url(../images/ico.png) no-repeat -1px -202px;height: 24px;float: left;}
.xz h3 i{width: 25px;background: url(../images/ico.png) no-repeat 0px 0px;height: 27px;float: left;margin-top: 2px;margin-right: 4px;}

.xz .box {float:left;width: 100%;}
.xz .box ul {width: 100%;float:left;}
.xz .box ul li {width: 50%;font-size: 14px;line-height: 40px;overflow:hidden;height: 40px;float: left;}
.xz .box .you_like li{width: 50%;}
.right_fixed {top: 0;width: 336px;position: fixed!important;}

.xz .box ul span{font-style: inherit;float:left;background: #cecece;width: 17px;height: 17px;font-size: 12px;color: #fff;text-align: center;border-radius: 4px;line-height: 17px;margin-top: 9px;margin-right: 6px;}

.xz .box ul li:nth-child(1) span{background: #ff5722;color:#fff;}
.xz .box ul li:nth-child(2) span{background: #368efb;color:#fff;}
.xz .box ul li:nth-child(3) span{background: #ffc107;color:#fff;}
.xz .box ul li:nth-child(4) span{background: #00a2ff;color:#fff;}

.box li:before{content:"1";line-height: 15px;color: #ffffff;width: 16px;height: 16px;font-size: 12px;text-align: center;float: left;margin-top: 12px;margin-right: 7px;background: #c7c7c7;border-radius: 4px;}
.box li:nth-child(1):before{content:"1";background: #e33e42;}
.box li:nth-child(2):before{content:"2";background: #e7805c;}
.box li:nth-child(3):before{content:"3";background: #f79f4b;}
.box li:nth-child(4):before{content:"4";background: #e8b856;}
.box li:nth-child(5):before{content:"5";}
.box li:nth-child(6):before{content:"6";}
.box li:nth-child(7):before{content:"7";}
.box li:nth-child(8):before{content:"8";}
.box li:nth-child(9):before{content:"9";}
.box li:nth-child(10):before{content:"10";}
.box li:nth-child(11):before{content:"11";}
.box li:nth-child(12):before{content:"12";}
.box li:nth-child(13):before{content:"13";}
.box li:nth-child(14):before{content:"14";}
.box li:nth-child(15):before{content:"15";}
.box li:nth-child(16):before{content:"16";}
.box li:nth-child(17):before{content:"17";}
.box li:nth-child(18):before{content:"18";}
.box li:nth-child(19):before{content:"19";}
.box li:nth-child(20):before{content:"20";}


/* 相关推荐*/
.content .rel_art_line:before{background: #e8b856;content:"";display: block;position: absolute;height: 16px;width: 6px;border-radius: 10px;left: 10px;top: 12px;}
.after_height_light~p:after {content: "";border-bottom: 1px dashed #cecece;width: 68%;top: 15px;display: inline-block;position: absolute;right: 46px;}
.content .after_height_light~p{position: relative;width: 50%;overflow: hidden;height: 33px;float: left;font-size: 15px;color: #2965b1;}
.content .rel_art_line::after {display:none;}
.content .after_height_light~p a{display: inline-block;background: #fff;font-size: 15px;position: absolute;z-index: 2;max-width: 68%;overflow: hidden;height: 24px;padding-right: 5px;}
.content .after_height_light~p span{float: right;font-size: 12px;color: #bebbbb;background: #fff;position: absolute;z-index: 2;right: 19px;padding-left: 6px;}
.content .rel_art_line{line-height: 40px !important;padding-left: 20px;font-size: 15px;background-color: #f2f8fc;border-radius: 10px;float: left;width: 97%!important;font-weight: 700;color: #333!important;padding-bottom: 12px!important;margin-bottom: 12px!important;font-size: 16px!important;}

/*付款下载*/
.download_card {padding: 10px;border: 1px solid #e4e4e4;position: relative;overflow: hidden;display: block;margin: 57px 0;float: left;width: 701px;}
.download_card div{clear:none;}
.download_card_pic{width: 78px;float: left;margin-top: 12px;background: url(../images/one_dow_icon.4.png) no-repeat -38px 0px;height: 78px;margin-right: 13px;}
.download_card_msg{float:left;}
.download_card_title{font-size: 19px;color: #1c69cc;text-decoration: underline;margin-top:6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 360px;font-weight: 700;}
.download_card_tip{font-size: 16px;color: #ff7b00;margin: 4px 0 4px 0;}
.download_card_tj{font-size: 14px;color:#999;float: left;line-height: 23px;}
.download_card_tj span{float: left;}
.download_card_tj img{width: 17px;margin-top: 4px;float: left;margin-right:3px;}
.download_card_btn{width: 218px;height: 59px; /* Safari 5.1 - 6.0 */  /* Opera 11.1 - 12.0 */  /* Firefox 3.6 - 15 */background: #44b449;border-radius: 4px;position: absolute;right:10px;top: 29px;display: flex;justify-content: center;}
.download_card_btn img{width:30px;float: left;display:block;margin-right: 10px;border-radius: 0;}
.download_card_btn em{width: 34px;float: left; margin-top: 12px;background: url(../images/one_dow_icon.4.png) no-repeat -50px -206px;height: 34px;margin-right: 13px;}
.downlod_btn_right{float: left;color:#fff;font-size: 23px;font-weight: bold;margin-top: 15px;}
.downlod_btn_right p{font-size:12px;margin:2px 0 0 0;}
.download_card_btn:hover{background-color: #0095ff;}
.more_box {width: 100%;height: 150px;background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.1) 0%, #fff 70%);float: left;margin-top:-150px;}
.more_box .more{width:160px;height:30px;margin:50px auto 0;color:#45b449;font-size:16px;border:1px solid #45b449;background: #fff;text-align: center;line-height: 30px;border-radius: 4px;cursor:pointer;}
.more_tip{text-align: center;color:#999;margin-top:6px;}
.mask,.marks{clear:none;overflow: visible;}
.mask div,.marks div{clear:none;overflow: visible;    box-sizing: content-box;}
.codebox .codebox_tip{cursor:pointer;color: #44b449;font-weight: 700;font-size: 17px;}
.codebox_tip.codebox_tip_2 {color: orange;}

/*左右浮动下载*/
.download_fixed{position: fixed;top: 38%;width: 80px;height: 80px;z-index: -1;}
.download_fixed_box{width: 1100px; margin: auto;}
.download_fixed_fuzhi,.download_fixed_down,.download_fixed_toushi{margin-left: -101px;display: block;width: 50px!important;text-align: center;margin-bottom: 2px;line-height: 18px;color: #fff;padding: 5px;border-radius: 3px;background-color: #00a2ff;box-sizing: unset;}
.download_fixed_down{background-color: #44b449;}
.download_fixed_toushi{background-color: #ef9901;margin-bottom: 0;}
.download_card_box, .download{cursor: pointer;}
.download_fixed_fuzhi:hover,.download_fixed_down:hover,.download_fixed_toushi:hover{background: #ff6600;}
.download_fixed span{font-size: 12px;color: #fff;}
.download_fixed em{display: block;width: 26px;height: 30px;margin: 0 auto 4px;background: url(../images/one_dow_icon.2.png) no-repeat;}
.download_fixed_fuzhi em{background-position: 0 -44px;}
.download_fixed_down em{background-position: 1px -100px;}
.download_fixed_down.download_card_box_ext_bg_img em{background-position: 1px -251px;}
.download_fixed_toushi em{background-position: 0 4px;margin-bottom: 0;}
.download_fixed a:hover{text-decoration:none}

.download_fixed_bottom{position: fixed;right: calc(22% - 173px);background: #2975e5;height: 66px;width: 60px;text-align: center;display: flex;justify-content: center;flex-direction: column;align-items: center;padding: 7px 0;border-radius: 4px;bottom: 18%;}
.download_fixed_bottom:hover{background:#3984f2;}
.download_fixed_bottom em{width: 34px;height: 39px;display: inline-block;background: url(../images/one_dow_icon.2.png) no-repeat -1px -208px;}
.download_fixed_bottom span{color: #fff;float: left;font-size: 12px;line-height: 20px;}


/*顶部悬浮栏*/
.ts {transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.ts:hover {transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.conttop { width: 100%; height: 46px; background: #fff; box-shadow: 0 5px 20px rgb(0 0 0 / 9%); position: fixed; top: -46px; left: 0; z-index: 9; border-bottom: 1px solid #e1e1e1; opacity: 0; }
.conttop div{clear: none;}
.conttop_te { top: 0; opacity: 1; }
.conttop_rwap { 
    width: 1147px; 
    height: 46px; 
    margin: 0 auto;
}
.conttop_left { width: 893px; float: left; height: 46px; }
.conttop_related { width: 250px; height: 46px; position: relative; overflow: hidden; float: left;}
.related_hd { line-height: 34px; height: 34px; margin-top: 6px; position: relative; border-radius: 10px; width: 250px; background: #f6f6f6; padding: 0 10px; cursor: pointer;  font-size: 15px;}
.icon-changjingtuijianpitchon{font-weight: 700;color: #333;float: left;background: url(../images/one_dow_icon.3.png) no-repeat -1px -303px;width: 18px;height: 17px;margin-right: 5px;margin-top: 9px;}
.related_hd .icon-gengduo {position: absolute; right: 15px; top: 10px; width: 7px;height: 7px;border-top: 1px solid #9b9b9b;border-right: 1px solid #9b9b9b;transform: rotate(135deg);}
.related_bd { width: 250px; padding:15px 20px 15px 15px; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.1); border-radius: 10px; position: absolute; top: 20px;opacity: 0; }
.conttop_related:hover { overflow: visible; }
.conttop_related:hover .icon-gengduo { transform:rotate(-45deg);top: 16px; }
.conttop_related:hover .related_bd { top: 46px; opacity: 1; }
.related_bd h4 { margin-bottom: 5px; font-size: 15px; position: relative; padding-left: 15px; font-weight: 700;}
.related_bd h4:before { content:""; display: block; position: absolute; background: #2a9fd6; border-radius: 10px; left: 0px; top: 3px; width: 6px; height: 14px; }
.conttop_download .dow_btn { width: 120px; height: 34px; line-height:34px;  background: #44b449;  display: block; color: #fff; margin-top: 6px; border-radius: 4px; padding: 0; font-size: 14px;}
.conttop_download .dow_btn:before{content:"";float: left;width: 26px;height: 30px;background: url(../images/one_dow_icon.2.png) no-repeat;background-position: 1px -47px;margin-left: 11px;margin-right: 7px;}
.conttop_download .dow_btn:hover{background:#5aba5d;    text-decoration: none;}

.conttop_search{float:left;}
.conttop .search_f { width: 449px; height: 32px; margin-top: 6px; border: 1px solid #2a9fd6; margin-left: 36px; border-radius: 4px; float: left;overflow: hidden;}
.conttop .search_text_top { width: 366px; height: 32px; line-height: 32px; font-size: 14px; background: #f8f8f8; padding: 0 10px 0 11px;border: 0;color: #000;outline: none;}
.conttop .search_btn_top { width: 80px; height: 32px; line-height: 32px; font-size: 14px; background: #2a9fd6; color: #fff; border: 0;cursor: pointer;float: right;text-align: center;}
.conttop .search_btn_top:hover{background:#3bade3;text-decoration: none;}

.conttop_download {float:left;margin-left: 31px;}
.conttop_code { line-height: 46px; height: 46px; margin-left: 20px; overflow: hidden;  text-align: center; position: relative; float: right;}
.code_rwap { width: 138px; padding: 10px; background: #fff; position: absolute; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); margin-left: -65px; left: 50%; opacity: 0; top: 30px; }
.conttop_code img { width: 100%; }
.conttop_code p { line-height: 20px;margin-top: 10px; font-size: 12px; color: #666; }
.conttop_code:hover { overflow: visible; }
.conttop_code:hover .code_rwap { opacity: 1; top: 46px; }
.conttop_code:hover .share_btn { background: #2a9fd6; color: #fff; }
.conttop_code:hover .boon_btn { background: #ff4800; color: #fff;  }
.conttop_code>a { 
    display: block; 
    height: 32px; 
    width: 120px; 
    border-radius: 4px; 
    line-height: 32px; 
    margin-top: 6px; 
    border: 1px solid #2a9fd6; 
    color: #2a9fd6;
}
.conttop_code .boon_btn { color: #ff4800; border: 1px solid #ff4800; display: none; }
.conttop_related .lb_3 { width: 200px; height: auto;  margin: 0;   border-top: 1px dashed #e1e1e1; position: relative; padding-left: 13px;  padding-right: 0; overflow: hidden;height: 44px;line-height: 44px;}
.conttop_related .lb_wimg { display: none; }
.conttop_related .lb_3 .lb_bt { height: auto; line-height: 24px; margin-bottom: 0; }
.conttop_related .lb_3 .lb_lm { display: none; }
.conttop_related .lb_3:nth-child(1) { margin-top: 0; border-top: 0; }
.conttop_related .lb_3:before { content:""; display: block; position: absolute; width: 5px; height: 5px; border-radius: 5px; background: #c0cbd6; left:0px; top: 20px; }
.conttop_related .lb_3 time { display:none;}
.conttop_related .lb_3 a{ color:#444;font-size: 14px;}
.conttop_related  li:hover a{color:#2ca6e0;text-decoration: none;}

/*右边悬浮栏*/
.right_fixed{top: 48px!important;}


/*footer*/
.footer{width: 100%;padding: 20px 0;background: #1d2631;float: left;margin-top: 15px;border-top: 1px solid #e2e2e2;}
.foot_box{width: 1000px;margin: auto;}
.footer p {line-height:40px;text-align:center;}
.footer p a:hover{text-decoration:none;color:#ff3636;}
.footer p span{padding:0 6px;white-space:nowrap;color:#b0b1b2;}
.footer p a{color: #b0b1b2;font-size: 12px;}

@media all and (max-width: 1500px){#LoutiNav {left: 1%;}}
#LoutiNav{border: 1px solid #f1f1f1;width: 56px;position: fixed;bottom: 18%;right: 13%;display: none;}
#LoutiNav li{width: 36px;height: 42px;border-bottom: 1px solid #f1f1f1;line-height: 20px;text-align: center;cursor: pointer;background: #fff;color: #666;padding: 5px 10px;}
#LoutiNav span{display: none;}
#LoutiNav i{font-style: inherit;font-size: 14px; display: inline-block;width: 100%;}
#LoutiNav .active{background: #fff;color: #368efb;}
#LoutiNav li:hover{display: block; font-size: 12px; background: #008ecf; color: white;}
#goTop{
    width: 57px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #d1bd83;
    position: fixed;
    bottom: 10%;
    right: calc(50% - 687px);
    cursor: pointer;
    display: none;
    font-size: .875rem;
    color: #fff;
}
#goTop:hover{background: #008ecf; color: white;}
#goTop:hover span{display: block;}
#erweima{width: 130px; height: 130px; background: palegreen; display: none; position: absolute; right: 46px; bottom: 5px;line-height: 130px; text-align: center; font-size: 20px; border-radius:10px ;}
.right_fix img{
    margin-bottom: 10px;
}

.single-excerpt {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 3px;
    color: #999;
    margin: 20px 0;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: .02em;
    position: relative;
    text-align: center;
    border-left: 4px solid #ef9901;
}
.single-excerpt1 {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 3px;
    color: #999;
    margin: 20px 0;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: .02em;
    position: relative;
}

.single-excerpt1 p:first-child {
    margin: 0;
}
.single-excerpt1 p{
font-size: 14px;
    line-height: 1.4rem;
    margin: 0.75rem 0 0;
}
.single-excerpt1 p a{
    color: #999;
}
.nextlog{
    line-height:30px;
    background:#fafafa;
    border-radius:5px;
    overflow:hidden;
    margin-bottom: 20px;
}
.nextlog > div {
    padding: 5px 15px;
    width: 100%;
    text-align: left;
}
.nextlog > div + div {
  border-top: 1px solid #eee;
  box-shadow: 0 1px 0 #fff;
}
.nextlog div span{color:#333;}
.nextlog div a{
    text-decoration: none;
    transition: all .3s linear;
}

.logbox{margin-bottom:20px;background:#fafafa;padding:20px;overflow:hidden;box-sizing:border-box;border-radius:5px;}
.logbox:last-child{margin:0;}
.logbox .pagenow{margin-bottom:0;border-top:0}
.logbox .pagenow i.fa{margin-left:0}
.logbox .pagenow span{color:#ccc;margin:0 4px;}
.logbox > h1{color:#111;font-size:30px;line-height:1.6;text-align:center;padding:15px 0px 30px;}
.logbox .data{margin:0 0 20px;color:#999;font-family:Arial, Helvetica, sans-serif;text-align:center;background-color:#fafafa;padding:12px 0;background-image:linear-gradient(to right, #fff 0, #f6f6f6 20%, #f6f6f6 80%, #fff 100%);}
.logbox .data > span{margin:0 12px 0 0;}
.logbox .data > span::after{content:'';display:inline-block;width:0;height:12px;margin:-2px 0 0 12px;border-left:1px #bbb solid;border-right:1px #fff solid;vertical-align:middle;}
.logbox .data > span:last-child::after{display:none;}
.logbox .data i.fa{margin:0 4px 0 0}
.link-box{overflow:hidden;clear:both}
.rexlist li{float:left;width:48%;line-height:34px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 1%}
.rexlist li .bi{
    margin-right:5px;
    color: #ff0000;
}

/* 赞一下 */
.article-recommend {
	width: 100%;
	margin: 15px auto;
	background: #fff;
	text-align: center;
	display: inline-block
}

.article-recommend .digg {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin: auto;
	background: #eee;
	border-radius: 50%
}

.article-recommend .digg .iconfont {
	position: relative;
	z-index: 1;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 40px;
	width: 100%;
	padding-top: 12px
}

.article-recommend .on .iconfont,.article-recommend .digg:hover {
	color: #0aa770
}

.article-recommend .on .iconfont {
	-webkit-animation: myfirst 1s linear;
	animation: myfirst 1s linear
}

.article-recommend-num {
	width: 100%
}

.article-recommend-num span {
	line-height: 1.2;
	font-size: 15px;
	text-align: center;
	font-family: gotham-medium
}

.article-recommend-num span i {
	display: inline-block;
	margin-right: 4px;
	width: 4px;
	height: 4px;
	background: #0aa770;
	-webkit-animation: load 1.04s ease infinite;
	margin-bottom: 2px
}

.article-recommend-num span i:last-child {
	margin-right: 0
}

.article-recommend-num span i:nth-child(1) {
	-webkit-animation-delay: .13s
}

.article-recommend-num span i:nth-child(2) {
	-webkit-animation-delay: .26s
}

.article-recommend-num span i:nth-child(3) {
	-webkit-animation-delay: .39s
}

.article-recommend .on .article-recommend-num span {
	color: #0aa770
}

.article-recommend .add-animation {
	color: #0aa770;
	position: absolute;
	top: 15px;
	left: 33px;
	font-size: 16px;
	opacity: 0;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	animation: mypraise .8s;
	-webkit-animation: mypraise .8s;
	font-style: normal
}

.m-tags  { border-bottom: 1px dashed #d3d3d3;  margin-bottom: 20px;padding-bottom:5px; }
.m-tags p {padding-bottom:10px;}
.m-tags span { font-size:14px; color: #999 }
.m-tags a { color: #3fae5f; border:1px #3fae5f solid; display: inline-block; padding: 2px 8px; margin-right: 10px; border-radius: 3px }
.m-tags a:hover {background-color: #3fae5f; color: #fff}


.g-son-channel{ overflow: hidden; margin: 0 auto;width: 100%;}
.g-son-channel ul li{ float: left;width:110px; overflow: hidden;text-align: center;background:#f2f2f2;margin: 20px 5px;border-radius: 4px;}
.g-son-channel ul li .hover {
	border:1px solid #1ea8e7;
	background:#1ea8e7;
	color:#FFF;
}
.g-son-channel a{display: block;height: 30px;line-height: 30px;overflow: hidden;padding: 0px 10px;color: #999;}
.g-son-channel a:hover{ background: #34d0ba; color: #fff; }
.g-current{ overflow: hidden;padding-top: 15px;}
.g-current p{ background: url(../images/sskico2018.png) no-repeat -3px -261px; height: 20px; line-height: 20px; padding-left:18px; color: #999; }
.g-current p a{ color: #999; }
.g-current p a:hover{color:#FF4939}
.link-login{margin-left:20px;}

/*子栏目*/
.louceng {
    background: #fff!important;
    float: left!important;
    width: 100%!important;
    padding: 1% 1.5%!important;
    border-radius: 12px!important;
    margin-top: 20px!important;
}
.tag_zhan2, .tag_bot2, .tag_mid2 {
    display: none;
    color: #008ecf;
}
.zhuanti_fl{float: left;width: 95%;margin-top: 20px;background: #fff;padding: 2% 2.5%;border-radius: 10px;}
.zhuanti_fl_tl{float: left;width: 100%;font-weight: 700;font-size: 20px;border-top: 2px solid #228a31;line-height: 40px;margin-bottom: 15px;}
.zhuanti_fl_tl em{color: #228a31;font-weight: 700;}
.zhuanti_fl_more{float: right;}
.zhuanti_fl .zhuanti_fl_l{background: #228a31;color: #fff;width: 30%;}
.zhuanti_fl .zhuanti_fl_l li{background: #008ecf;color: #fff;border: 1px solid #008ecf;margin-left: 0;}
.zhuanti_fl .zhuanti_fl_l li a{color: #fff;}
.zhuanti_fl .zhuanti_fl_l li a:hover{margin-left:0;}
.zhuanti_fl .zhuanti_fl_r{color: #fff;float: left;width: 94%;margin-left: 3px;}
.zhuanti_fl ul{float: left;width: 100%;margin-top: 10px;}
.zhuanti_fl ul li{float: left;border: 1px solid #e6e6e6;line-height: 30px;padding: 0 12px;border-radius: 4px;margin-bottom: 10px;margin-left: 10px;}
.zhuanti_fl ul li.on{float: left;border: 1px solid #e6e6e6;line-height: 30px;padding: 0 12px;border-radius: 4px;margin-bottom: 10px;margin-left: 10px;background-color:#00a2ff;}
.zhuanti_fl ul li.on a{float: left;color: #fff;font-size: 14px;}
.zhuanti_fl ul li a{float: left;color: #333;font-size: 14px;}
.zhuanti_fl .zhuanti_fl_l li a:hover{color:#fff!important;}
.zhuanti_more{float: right;font-size: 14px;color: #d9ba5f;cursor: pointer;}
.zhuanti_fl_tl{float: left;width: 100%;font-weight: 700;font-size: 20px;border-top: 2px solid #228a31;line-height: 40px;margin-bottom: 15px;}
.zhuanti_fl_tl em{color: #228a31;font-weight: 700;}
.zhuanti_fl_more{float: right;}
.zhuanti_tl{font-size: 20px;font-weight: 700;float: left;width: 100%;line-height: 22px;display: flex;justify-content: space-between;align-items: center;color: #333;}
.zhuanti_tl em{font-weight: 700;color: #333;float: left;background: url(../images/ico.png) no-repeat -1px -137px;width: 24px;height: 26px;margin-right: 9px;}
.zhuanti_tl span:after{content:"";display: inline-block;background: #eeeeee;height: 3px;width: 902px;margin-left: 15px;}
.tag_nr{height: 41px;overflow: hidden;}
.tag_nr_te{height:auto!important;}
.tag_zhan2,.tag_bot2,.tag_mid2{display:none;color: #008ecf;}
.tag_rwap{height: 68px;overflow: hidden;float: left;margin-top: 12px;width: 100%;}
.tag_rwap_te{height:auto;}
.tag_map{height: 100%;overflow: hidden;float: left;margin-top: 12px;}
.tag_map_te{height:auto;}
.fl_t{border-left:0;padding-left: 0;width: 100%;}

.newtoast{position:fixed;width:500px;}
.newtoast .modal-content{background:#fff;border-radius: .375rem;}
.newtoast .modal-header .modal-title,.newtoast .lh-lg{color: #333;}
.newtoast .modal-header .btn-close{width:18px;height:18px;}
.newtoast .toast.bg-success{background-color: transparent;border: none;border-radius:.375rem;border: 1px solid #f5f5f5;width:100%}
.border-bottom {border: 1px solid #fff;border-radius: 0.375rem;}
.text-center1 {
    margin-left: 28%;
    text-align: left!important;
}
.text-center2 {
	color:#dc3545!important;
	text-align: center!important;
	margin-bottom: 1.5rem!important;
	padding: 10px;
}
.fw-bold1{font-weight:normal;}
.modal-title1 {
color: #333;
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
	font-size:1rem;
}