html{
    height: 100%;
}

ul,li{
    list-style: none;
}
body{
    min-height: 100%;
    position: relative;
    background-color: #f5f5f5;
}
#content .article_box section img {
    max-width: 100%;
    height: auto !important;
}
#content{
    /*padding-bottom: 90px;*/
    min-width: 1200px;
}
#content .crumbs{
    font-size: 14px;
    color: #666;
    width: 1200px;
    margin: 30px auto 16px;
    letter-spacing: 1px;
}
#content .crumbs_help{
    width: 1000px !important;
}
#content .crumbs a:hover {
  color: #FF8E67
}
#content .crumbs a:active {
  color: #fe7326;
}
#content .crumbs p{
    float: left;
}
#content .crumbs span{
    float: left;
    margin:  0 5px;
}

#content .container{
    width: 1200px;
    margin: 0 auto;
    min-height: 750px;
    margin-bottom: 65px;
    position: relative;
}
#content .container .faq_box{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
#content .container .article_box {
    width: 900px;
    /* margin: 0 auto; */
    background: #fff;
    overflow: hidden;
    padding: 40px 50px;
}
#content .container .faq_box .faq_l {
    float: left;
    width: 200px;
    padding-top: 32px;
}
#content .container .faq_box .faq_l li {
    /* width: 198px; */
    height: 42px;
    line-height: 42px;
    text-align: center;
}
#content .container .faq_box .faq_l li {
    font-size: 15px;
    color: #444444;
}
#content .container .faq_box .faq_l .active,
#content .container .faq_box .faq_r .active  {
    background: #f5f5f5;
    border-left: 2px solid #ff8e67;
}
#content .container .faq_box .faq_l .active a {
    color: #ff8e67;
}
#content .container .faq_box .faq_l a:hover {
  color: #ff8e67;
}
#content .container .faq_box .faq_l a:active {
  color: #fe7326;
}
#content .container .faq_box .faq_b p {
    text-align: center;
    font-size: 15px;
    color: #444444;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}
#content .container .faq_box .faq_b li {
    font-size: 13px;
    color: #444444;
    height: 36px;
    line-height: 36px;
    border-left: 2px solid #fff;
    text-align: left;
    padding-left: 66px;
}
#content .container .faq_box .faq_r {
    float: left;
    width: 699px;
    padding: 40px 50px;
    border-left:1px solid #ebebeb;
    position: relative;
}
#content .content-b-list-s {
	width: 100%;
	background: #fff;
}
.content-b-list{
    overflow: hidden;
}
/* #content .content-b-list ul {
	float: left;
	width: 25%
} */
.content-b-list-s .content-b-list .new_ul li i {
    width: 4px;
    height: 4px;
    background: #999;
    display: block;
    float: left;
    margin: 8px 10px 0 0;
    border-radius: 20px;
}
#content .content-b-list ul li:first-child {
    margin-top: 16px;
   /*margin-bottom: 25px;*/
}
#content .content-b-list .new_ul li:first-child {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    margin-bottom: 25px;
    cursor: default;
}
#content .content-b-list ul li {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	text-align: left;
	cursor: pointer;
    list-style: disc;
    color:#e7e7e7;
}
#content .content-b-list ul li a{
	color: #666;
}
#content .content-b-list .new_ul li a{
	color: #999;
}
/*#content .content-b-list ul li:first-child:hover {
	color: #ff8e67;
  }*/
#content .content-b-list ul li a:hover {
	color: #ff8e67;
}
#content .content-b-list ul li span {
    font-size: 9px;
}
#content .foot_hotword{
    width: 1200px;
    margin: 0 auto;
    /*padding-bottom: 30px; */
}
#content .foot_hotword p{
    display: block;
    min-width: 960px;
    height: 65px;
    line-height: 100px;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    color: #777777;

}
#content .foot_hotword p{
    white-space: nowrap;
}
#content .foot_hotword p span{
    font-size: 16px;
}
#content .foot_info{
    height: 90px;
}
#content .foot_hotword a{
    color: #777777;
    font-size: 16px;
}
#content .foot_hotword a:hover{
    color: #ff8e68;
}
#content .foot_hotword .split{
    margin: 0 20px;
}
#content .faq_box .title{
    font-size: 18px;
    color: #333;
    margin-bottom: 35px;
}
#content .faq_box .title span{
    float: left;
    border-left: 3px solid #FF8E67;
    padding-left: 10px;
}
#content .faq_box .faq_item{
    margin-top: 40px;
}
/* #content .faq_box .faq_item:hover .faq_tit{
    color: #ff8e67;
} */
#content .faq_box .faq_item .faq_tit:hover{
    color: #ff8e67
}
#content .faq_box .faq_item .faq_tit{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
/* #content .faq_box .faq_item:hover .faq_desc{
    color: #999;
} */
#content .faq_box .faq_item .faq_desc span:hover{
    color:#999;
}
#content .faq_box .faq_item .faq_desc{
    float: left;
    width: 100%;
    max-height: 78px;
    overflow: hidden;
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    position: relative;
    word-wrap: normal!important;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}
#content .faq_box .faq_item .faq_desc .fake_l{
    content: '';
    float: left;
    height: 70px;
    width: 5px;
    /* margin-right: -5px; */
}
#content .faq_box .faq_item .faq_desc .fake_r{
    content: '...';
    float: right;
    position: relative;
    width: 3em;
    padding-right: 5px;
    text-align: right;
    margin-left: -3em;
    left: 100%;
    top: -15px;
    background: linear-gradient(to right,rgba(255, 255, 255, 0),rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1));
    filter:alpha(opacity=0 finishopacity=100 style=1 startx=0,starty=15,finishx=70,finishy=15) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffffff,endcolorstr=#ffffffff,gradientType=1);
}
#content .faq_box .faq_item .faq_desc span{
    float: right;
    display: block;
    width: 100%;
    margin-left: -5px;
    /* max-height: 70px; */
    word-wrap: break-word;
    cursor: pointer;
}
#content .faq_box .faq_item .faq_desc span {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-indent: 32px;
}
/* #content .faq_box .faq_item .faq_desc::after{
    content: '...';
    position: absolute;
    right: 0px;
    bottom: 0;
    display:block;
    height: 23px;
    line-height: 23px;
    width: 20px;
    color: #666;
    font-size: 14px;
    background-color: #fff;
} */

/* 分页 */
#content .pagingbox{
    /* position: absolute;
    left: 240px;
    bottom: 40px; */
    margin-top: 48px;
    text-align: center;
    height: 32px;
}
#content .pagingbox ul {
    display: inline-block;
    height: 32px;
}
#content .pagingbox ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;

}
#content .pagingbox ul li.page.active{
    background: #ff8e68;
    border: 1px solid #ff8e68;
    color: #999;
}
#content .pagingbox ul li:hover{
    border: 1px solid #ff8e67;
    color: #fff;

}
#content .pagingbox ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #999;
}
#content .pagingbox ul li.page.active a{
    color: #fff;
    background: #ff8e67;
}
#content .pagingbox ul li:hover a{
    color: #ff8e67;
}


/* 文章 */
#content .article_box .title{
    text-align: right;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
}
#content .article_box .title h1{
    float: left;
}
#content .article_box .title .time_box{
    float: none;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    vertical-align: bottom;
}
#content .article_box section{
    margin-top: 22px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
}
#content .article_box section img {
  max-width: 100%;
  margin: 0 auto;
}
#content .article_box .article_next_prev{
    font-size: 14px;
    color: #666;
    margin-top: 80px;
}
#content .article_box .article_next_prev a{
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
}
#content .article_box .article_next_prev a:hover{
    color: #ff8e67;
}
#content .article_box .article_next_prev span{
    float: left;
}
#content .article_box .article_next_prev .article_prev{
    float: left;
}
#content .article_box .article_next_prev .article_next{
    float: right;
}
#content .article_box .section-in h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 32px;
}
#content .article_box .section-in p {
    margin-left: 120px;
    font-size: 14px;
    color: #333;
    margin-bottom: 14px;
    margin-top: 17px;
    font-weight: 700;
}
#content .article_box .section-in span {
    font-size: 14px;
    color: #666;
    margin-left: 120px;
    display: block;
    margin-bottom: 10px;
}


.new {
  background-position: -46px -190px;
  width: 22px;
  height: 11px;
}

#foot_share ul::after {
	content: '';
	display: block;
	height: 0;
	clear: both
}

#foot_share ul li {
	position: relative;
	float: left;
	margin-right: 20px
}

#foot_share ul li i {
	display: block
}



#foot_share li:hover i+.sharebar-r,#foot_share li:hover i+.sharebar-wx-r {
	display: block
}

#foot_share .sharebar-r {
	display: none;
	position: absolute;
	left: -75px;
	top: -90px;
	width: 170px;
	height: 85px;
}


#foot_share .sharebar-r h3 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-align: left;
	text-indent: 20px;
	margin: 13px 0 0 0
}

#foot_share .sharebar-r p {
	font-size: 12px;
	color: #666;
	text-align: left;
	text-indent: 20px;
	margin-top: 2px
}

#foot_share .sharebar-wx-r {
	display: none;
	position: absolute;
	width: 100px;
	height: 110px;
	left: -40px;
	top: -115px
}
.service-button-hidden {
    visibility: hidden;
}
#content .article_box section a {
    text-decoration: underline;
    color: #ff8e67;
}
/* new */
#content .content-b-list .new_ul {
    float: left;
    width: 41%;
    padding-left: 13px;
}
#content .content-b-list .new_ul:last-child{
    margin-left: 132px;
}
#content .content-b-list{
    width: 1200px;
    margin: 0px auto;
    padding: 66px 0 42px 0;
}
#content .article_details{
    width: 1000px;
    margin: 0px auto;
    padding: 66px 0 42px 0;
}
#content .content-b-list .new_ul li {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 0px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 405px;
}
#content .content-b-list .new_ul li a:hover{
    text-decoration: underline;
}
#content .content-b-list .new_ul li h2{
    font-size: 16px;
    color: #666;
    font-weight: 700;
    margin-bottom: 0;
    cursor: default;
}
.cooperation-link{
    display: inline-block;
    display: block;
    height: 45px;
    width: 145px;
    position: absolute;
    bottom: 143px;
    left: 269px;
}
/* 新版头部样式 */
.home-header{
    width: 100%;
    height: 68px;
    background: #fff;
    position: relative;
}
.home-icon{
    float: left;
    display: inline-block;
    position: relative;
}
.header_logo{
    width: 210px;
    height: 42px;
    margin: 12px 45px 0 30px;
    border: none;
}
.header_text{
    font-size: 12px;
    color: #676767;
    display: inline-block;
    margin-left: 82px;
    position: absolute;
    top: 40px;
}
.head-list{
    float: left;
}
.head-list ul{
    margin: 0;
}
.head-list ul li a, .head-list ul li div{
    color: #666;
    font-size: 14px;
    line-height: 65px;
}
.head-list ul .homepages{
    border-bottom: 3px solid #ff8e68;
}
.head-list ul .homepages a{
    color: #ff8e68;
}
.head-list ul li{
    float: left;
    list-style: none;
    height: 65px;
    margin-left: 44px;
    cursor: pointer;
    position: relative;
}
.head-login{
    height: 58px;
    line-height: 58px;
}
.head-login .head-land-t .head-land-t-img{
    border-radius: 50%;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.head-login .head-land-t .nickname{
    float: left;
    margin: 5px 15px 0 15px;
    font-size: 12px;
    max-width: 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.head-land-t .userInformation .userInformation-t .nickname, .userInformation-t .id{
    line-height: 20px;
    float: none;
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.header-land-xl{
    width: 0;
    height: 0;
    padding: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #666;
    float: left;
    margin: 20px 0 0 5px;
}
.head-login:hover .header-land-xl{
    display: none;
}
.head-login:hover .header-land-xl-down{
    width: 0;
    height: 0;
    padding: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #666;
    float: left;
    margin: 20px 0 0 5px;
}
.userInformation{
    position: absolute;
    z-index: 999;
    width: 205px;
    height: 200px;
    right: 20px;
    top: 50px;
    display: none;
}
.userInformation-t{
    overflow: hidden;
    padding: 19px 0 19px 17px;
    background: #ff8e68;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    display: block;
    height: 55px;
}
.userInformation-b{
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 1px 5px #ccc;
    padding-bottom: 7px;
    padding-top: 6px;
    border: 1px solid #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#cccccc",Direction=155,Strength=4);
    border-top: none;
}
.userInformation-t img{
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 20px;
}
.userInformation-b p, .userInformation-b p a{
    font-weight: 400;
    color: #6b6b6b;
    font-size: 12px;
}
.userInformation-b p{
    line-height: 20px;
    text-indent: 13px;
    cursor: pointer;
    text-align: left;
    margin: 12px 0;
}
.userInformation-b p:hover, .userInformation-b p a:hover {
    color: #ff8e68;
}
.tools{
    padding-right: 20px;
}
.direct, .direct_c{
    position: absolute;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.direct{
    top: 50%;
    right: 0;
    left: 60px;
    border-top: 5px solid #666;
    margin-top: -2px;
}
.direct_c{
    top: -6px;
    left: -5px;
    border-top: 5px solid #fff;
}
.wecode{
    width: 191px;
    height: 235px;
    position: absolute;
    z-index: 99999;
    left: 50%;
    margin-left: -95px;
    top: 40px;
    display: none;
}
.mobile:hover .wecode{
    display: block;
}
.wechart_icon{
    width: 142px;
    height: 142px;
    display: inline-block;
    margin: 25px 0 0 28px;
}
.wecode p{
    text-align: center;
    color: #444;
    font-size: 14px;
    text-indent: 5px;
    margin: 0;
    margin-top: -5px;
    line-height: 20px;
}
.head-login{
    height: 58px;
    line-height: 58px;
}
.head-login{
    margin-right: 3%;
    margin-top: 6px;
}
.head-login{
    float: right;
}
.head-login:hover .userInformation{
    display: block;
}
.head-login .header-r{
    float: right;
    height: 58px;
}
.head-login .header_loginbtn{
    display: inline-block;
    width: 76px;
    height: 30px;
    background: #ff8e68;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
.head-list ul .head-list-item a:hover, .head-list ul li a:hover, .list-item:hover a{
    color: #ff8e68;
}
.messageCenter{
    float: right;
    position: relative;
    margin-top: 12px;
}
.messageCenter img{
    margin-right: 15px;
    cursor: pointer;
}
.messageCenter-new{
    width: 17px;
    height: 16px;
    margin-left: 11px;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    line-height: 16px;
}
.messageCenter-new-n{
    color: #fff;
    font-size: 12px;
    z-index: 9999;
    width: 16px;
    display: inline-block;
    text-align: center;
}
.arrow-up-white{
    border-bottom: 8px solid #fff;
    top: 13px;
}
.arrow-up{
    border-bottom: 8px solid #666;
    top: 12px;
}
.arrow-up-white, .arrow-up{
    width: 0;
    height: 0;
    padding: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: left;
    margin: 20px 0 0 5px;
    position: absolute;
    display: none;
}
.messageCenter_drop{
    position: absolute;
    width: 362px;
    height: 330px;
    right: -120px;
    top: 40px;
    padding-top: 12px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
    overflow-y: auto;
}
.messageCenter_drop .new_w{
    width: 117px;
    height: 75px;
    display: block;
    margin: auto;
    margin-top: 98px;
    text-align: center;
}
.messageCenter img{
    margin-right: 15px;
    cursor: pointer;
}
.new_w_tip{
    font-size: 14px;
    color: #999;
    display: inline-block;
}
.messageCenter:hover .arrow-up-white, .messageCenter:hover .arrow-up, .messageCenter:hover .messageCenter_drop{
    display: block;
}
.arrow-up-white{
    border-bottom: 8px solid #fff;
    top: 13px;
}
.messageCenter_drop p{
    border-bottom: 1px solid #eee;
    padding: 19px 0;
    width: 312px;
    margin: auto;
    position: relative;
    height: auto;
    margin-left: 23px;
    margin-bottom: 5px;
    text-align: left;
}
.messageCenter_drop p{
    border-bottom: 1px solid #eee;
    padding: 19px 0;
    width: 312px;
    margin: auto;
    position: relative;
    height: auto;
    margin-left: 23px;
    margin-bottom: 5px;
    text-align: left;
}
.messageCenter_drop .visited{
    color: #888;
    font-size: 14px;
}
.type_list{
    position: absolute;
    width: 100%;
    min-width:100%;
    top: 68px;
    background-color: #fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    z-index:99;
    padding: 50px 0;
    padding-bottom: 0px;
}
.type_list .drop-item{
    width: 1200px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.type_list .item{
    width: 140px;
    text-align: left;
    padding: 0;
}
.item {
    width: 140px;
    text-align: left;
    padding: 0;
    float: left;
    margin-right: 7.5%;
    margin-left: 20px;
}
.type_list .item .fromPDF{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.type_list .item .toPDF{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.type_list .item .security{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.type_list .item .handle{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.type_list .item .server{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.type_list .item .item-t{
    font-size: 16px;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.type_list .item h3{
    display: inline-block;
}
.item:last-child {
    margin-right: 0;
}
.type_list .item {
    width: 140px;
    text-align: left;
    padding: 0;
}

.item {
    float: left;
    margin-right: 7.5%;
    margin-left: 20px;
}
.item ul li{
    margin-bottom: 16px;
    position: relative;
    color: #e7e7e7;
    list-style: disc;
}
.item ul li a{
    color: #666666;
    font-size: 13px;
    text-decoration: none;
    position: relative;
}
.type_list .item ul li .hot_icon{
    position: absolute;
    width: 37px;
    height: 23px;
    top: -5px;
    right: -39px;
}
.content-b-list .item ul li .hot_icon{
    position: absolute;
    width: 37px;
    height: 23px;
    top: -5px;
    right: -39px;
}
.content-b-list .item .fromPDF{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.content-b-list .item .toPDF{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.content-b-list .item .security{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.content-b-list .item .handle{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.content-b-list .item .server{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.content-b-list .item .item-t{
    font-size: 16px;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.content-b-list .item h3{
    display: inline-block;
}
.content-b-list .drop-item{
    width: 1200px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.content-b-list .item{
    width: 140px;
    text-align: left;
    padding: 0;
}
.clear{
    clear: both;
}

  .hot-div{
    display:inline-block;
  }
  .hot-div:last-child .split:last-child{
    display: none;
  }
  
  .qq:hover .sharebar-r{
    display: block;
  }
  
  .sharebar-r {
    display: none;
    position: absolute;
    left: -64px;
    top: -90px;
    width: 170px;
    height: 85px;
  }
  .sharebar-r h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: left;
    text-indent: 20px;
    margin: 13px 0 0 0;
  }
  .sharebar-r p {
    font-size: 12px;
    color: #666;
    text-align: left;
    text-indent: 20px;
    margin: 2px 0px 0 0;
  }
  .sharebar-r-em {
    display: none;
    position: absolute;
    left: -45px;
    top: -90px;
    width: 170px;
    height: 85px;
  }
  .em:hover .sharebar-r-em{
    display: block;
  }
  .sharebar-qq_group-r {
    display: none;
    position: absolute;
    left: -45px;
    top: -90px;
    width: 170px;
    height: 85px;
  }
  .qq_group:hover .sharebar-qq_group-r{
    display: block;
  }
  .sharebar-wx-r {
    display: none;
    position: absolute;
    width: 100px;
    height: 110px;
    left: -30px;
    top: -115px;
  }
  .wx:hover .sharebar-wx-r{
    display: block;
  }
  .footer-r-ul {
    float: left;
    position: relative;
    left: 7%;
    margin-top: 15px;
  }

  .friend_link{
    float:left;
  }
  .friend_link a{
    color:#999;
  }
  .friend_link a:hover{
      color:#ff8e67;
  }
  .home-header .head-list ul .list-item{
    height: 68px !important;
  }
  .Heads{
      min-width: 1200px;
  }
  .item li a:hover{
    color:#ff8e67;
  }
  .header-land-t{
    margin-top: 17px;
    margin-right: 17px;
    width: 99px;
    height: 32px;
    float: right;
}
.header-land-t a{
    width: 99px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background: #ff8e68;
    border-radius: 50px;
    font-size: 13px;
}
.header-land-t a:hover {
    background: #ffa88b;
    border-radius: 50px;
}
.qq_group{
    margin:0;
}
.container-HotTags{
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 10px;
}
.HotTags{
    width: 189px;
    /* float:right; */
    overflow: hidden;
    padding-bottom: 22px;
}
.HotTags-item{
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
}
.decorate{
    display: inline-block;
    width: 6px;
    height: 14px;
    border-left: 3px solid #ff6a38;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}
.tags{
    height: 27px;
    background:#f3f3f3;
    color:#666666;
    font-size:12px;
    line-height: 27px;
    float: left;
    text-align: center;
    margin: 10px 0 0 6px;
    padding: 0 8px;
}
.Guess-item{
    margin-top: 5px;
}
.Guess-ul{
    list-style-type:disc;
    margin-left: 28px;
    font-size: 13px;
    color:#444;
}
.Guess-ul li{
    position: relative;
    list-style: disc;
    margin-bottom: 16px;
}
.Guess-ul li a{
    display: inline-block;
    width: 140px;
    white-space: nowrap;      /*超出的空白区域不换行*/
    overflow: hidden;         /*超出隐藏*/
    text-overflow: ellipsis;  /*文本超出显示省略号*/
}
.tages-title{
    margin: 15px 0;
    margin-left: 12px;
}
.tages-title h2{
    font-weight: normal;
    color:#555555;
    font-size:14px;
}
.disc{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    margin-left: 12px;
    margin-right: 8px;
    position: absolute;
}
/* .container-HotTags-fixed{

} */
.Keylabel a{
    display: block;
    width: 98px;
    height: 28px;
    color:#fff;
    font-size: 13px;
    background:#ff8e68;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.Keylabel a:hover{
    background:#ffa88b;
}
.Keylabel{
    margin-top: 27px;
    overflow: hidden;
}
#content .article_box .paragraph{
    margin-top: 20px;
}
.Keylabel div{
    float: none;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    vertical-align: bottom;
    float: right;
    margin-right: 15px;
}
.ViewNumber-icon{
    display: inline-block;
    background: url(/National_Library/oe_/https://fanyi.pdf365.cn/static/img/LatestInformationconsulticon.png) no-repeat;
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
}
.Keylabel-icon{
    display: inline-block;
    background: url(/National_Library/oe_/https://fanyi.pdf365.cn/static/img/LatestInformationKeyword.png) no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.Keylabeltime-icon{
    display: inline-block;
    background: url(/National_Library/oe_/https://fanyi.pdf365.cn/static/img/LatestInformationTimeicon.png) no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.SourceOfArticles{
    margin-top: 15px;
    font-size: 16px;
    color:#666666;
}
.left-time {
  float: left;
  margin-top: 18px;
  color: #888888;
  font-size: 13px;
  width: 150px;
}
.Explainlabel{
    float:right;
    margin-top: 18px;
    color:#888888;
    font-size: 13px;
    margin-right: 11px;
    max-width: 500px;
}
.Explainlabel a{
    color: #888888;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}
.Explainlabel div{
    float: left;
    margin-left: 18px;
}
.Explainlabel a:hover{
    color:#ff8e67
}
.tags-conten{
    width: 944px;
    background:#fff;
    overflow: hidden;
    padding: 0px 28px;
}
.tags-conten-title{
    color:#555;
    font-size: 20px;
    font-weight: bold;
}
.tags-conten-desc{
    margin-top: 20px;
}
.tags-conten-desc span{
    color:#777;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 70px;
    /* float: right; */
    width: 660px;
    text-indent: 32px;
}
.tags-conten-img{
    float:left;
    margin-right: 20px;
}
.tags-conten-img img{
    width: 255px;
    height: 155px;
}
.tags-conten-item{
    overflow: hidden;
    padding: 17px 0;
    border-bottom:dashed 1px #e0e0e0;
    position: relative;
}
.tags-conten-Explainlabel{
    float: right;
    margin-top: 18px;
    color: #888888;
    font-size: 13px;
}
.tags-conten-all{
    padding: 0px 0 40px 0;
}
.collect-new-icon{
  display: inline-block;
  width: 22px;
  height: 11px;
  /* margin-left: 5px;
  vertical-align: text-top; */
  position: absolute;
  top:15px;
  right:-40px;
}
.Keylabel .classification{
    color:#999;
    display: inline-block;
    background:#fff;
    font-size:14px;
    float:none;
    margin-right: 0;
    width: auto;
    margin-top: -5px;
}
.Keylabel .classification:hover{
    color:#ff8e67;
    background:#fff;
}
.classification{
    color:#888;
}
.faq_b_transformation{
    margin-right: 4px;
}
.faq_b_othertransformation{
    margin-right: 4px;
}
.faq_b_documentTransformation{
    margin-right: 20px;
}
.direct_drop-hot-icon{
    display: inline-block;
    width: 22px;
    height: 11px;
    position: absolute;
    top: 15px;
    right: 56px;
}
.direct_drop-new-icon{
    display: inline-block;
    width: 24px;
    height: 11px;
    position: absolute;
    top: 15px;
    right: 50px;
}
.direct_item-cloud {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 0px;
    height: 0px;
    left: 45px;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -2px;
}
.head-list ul li .direct_drop{
    position: absolute;
    padding: 0;
    margin: 0;
    width: 144px;
    overflow:hidden;
    border:1px solid #e8e8e8;
    background: #fff;
    left: -23px;
    top:50px;
    z-index:99999999999;
}
.head-list ul li .direct_drop li{
    margin: 0;
    width: 100%;
    height: 45px;
}
.head-list ul li .direct_drop a{
    display: block;
    line-height: 45px;
    text-align: left;
    text-indent: 20px;
  }
.head-list ul li .direct_drop a:hover{
    color:#ff8e68
}
.template{
  right: 20px;
}