@import url("../font/iconfont.css");

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color:#333; font-family:-apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif; background:#fff; line-height:1.8; }
fieldset, img { border:0; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none;font-family:'Microsoft YaHei' }
textarea { resize:none; }
p{ text-align:justify; text-justify:distribute;}
a { color: #fff; text-decoration:none; }
a:hover { color: #fff; text-decoration:none; }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    /*border: 0px solid #CCC!important;*/
}
/*公共*/
.clear:after{
    content:'';
    display: block;
    clear:both;
    visibility: hidden;
}
.icon-zan,.icon-zan-copy,time,.list_tool .list_column{
    color:#b5b5b5;
}
img[src=""] {
    display: none;
}
/*layer样式修改*/
body .td-lay {
    border-radius: 10px;
}
body .td-lay .layui-layer-title {
    background: #fff;
    border: none;
    border-radius: 10px 10px 0 0;
}
.eject {
    padding: 0 48px;
}
.tit {
    width: 100%;
    height: 94px;
    border-bottom: 1px solid #c4c4c4;
}
.tit img {
    float: left;
    margin-left: 70px;
    margin-right: 20px;
}
.tg-tit img {
    margin-left: 10px;
    margin-right: 50px;
}
.tg-tit h2 {
    font-size: 24px;
    line-height: 36px;
}
.tit h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    color: #000;
}
.tg-tit h2 {
    font-size: 24px;
    line-height: 36px;
}
.tg-tit h2:nth-of-type(2) {
    color: #0067de;
}
.tengxun {
    width: 50%;
    float: left;
}
.td_ewm, .tengxun {
    margin-top: 34px;
}
.tengxun span {
    display: block;
    padding-left: 5px;
    line-height: 54px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #000;
}
.td_ewm {
    width: 110px;
    float: right;
    text-align: right;
    padding-right: 10px;
}
body .td-lay {
    border-radius: 10px;
}
/*header*/
.header{
    width: 100%;
    height: 80px;
    background: #0067dd;
}
/*header logo*/
.logo{
    float:left;
    width:130px;
    height:100%;
    position: relative;
}
.logo img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
/*header 内容区域*/
.header_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
/*header 栏目*/
.fixed-nav{
    position: fixed;
    width:100%;
    top:-98px; 
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    z-index:99999;
}
.fixed-nav-appear{
    top:0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
}
.header_nav{
    float:left;
    margin-left: 20px;
    height:100%;
}
.header_nav li{
    float: left;
    position: relative;
    text-align: center;
    font-size: 15px;
    padding:0 15px;
}
.header_nav li a{
    display: block;
    line-height: 80px;
}
.header_nav li a:before{
    content:'';
    height: 4px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    background: #fff;
    transition:all .5s;
}
.header_nav li a:hover::before{
    left:0;
    right:0;
}
.header_nav li .linking:before{
    left:0;
    right:0;
    transition:all 0s;
}
/*header 右侧选项*/
.header_login{
    float:right;
    height:30px;
    line-height: 30px;
    margin-top: 25px;
    font-size: 15px;
    position: relative;
}
.header_login a{
    float:left;
    margin-left: 15px;
    position: relative;
}
.header_login .search_btn{
    margin:0;
    user-select:none;
}
.setting{
    float:left;
    margin-left: 15px;
    color:#fff;
    cursor:pointer;
    position: relative;
    display: inline
}
/*搜索框*/
.search {
    width: 340px;
    height: 40px;
    position: absolute;
    top: -5px;
    right: 100%;
    transition:all .2s;
    /*overflow: hidden;*/
    display: none;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.search .s_close {
    cursor: pointer;
    display: block;
    position: absolute;
    top:0;
    left:300px;
    width: 40px;
    height: 40px;
    background: url(../img/icon.png) no-repeat center;
    background-position: -13px -623px;
}
.search form {
    float: left;
    position: absolute;
    width: 300px;
    height: 40px;
    background:#4C94E7;;
    border-radius: 5px;
    z-index: 2
}
.search_btn i{
    position: absolute;
    top:3px;
    right:32px;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) no-repeat;
    background-position: -87px -635px;
}
.search form input {
    width: 250px;
    height: 40px;
    border: none;
    background: rgba(0,0,0,0);
    color: #ffffff;
    font: 16px/40px 'Microsoft YaHei';
    text-indent: 1em;
}
.search form button{
    display: block;
    float: right;
    border:0;
    width: 50px;
    height: 40px;
    background: url(../img/icon.png) no-repeat center;
    background-position: -66px -628px;
    cursor:pointer;
}
/*设置下拉*/
.xuanfu_m {
    background: #fff;
    position: absolute;
    top: 38px;
    left: -60px;
    z-index: 99999;
    box-shadow: 0 2px 10px #aaa;
    border-radius: 5px;
    display: none;
}
.xuanfu_m .jiao_,.xuanfu_s .jiao_{
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
}
.xuanfu_m .jiao, .xuanfu_s .jiao {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.xuanfu_m a:first-of-type {
    border-radius: 5px 5px 0 0;
}
.xuanfu_m a span {
    display: block;
    width: 134px;
    height: 100%;
    padding-left: 16px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f3f4;
    color: #444;
}
.xuanfu_m a{
    margin-left:0;
    padding:3px 0;
}
/*二维码下拉*/
.xuanfu_s {
    width: 140px;
    height: 150px;
    position: absolute;
    top: 38px;
    left: -40px;
    border-radius: 5px;
    background: #fff;
    display: none;
    box-shadow: 0 2px 10px #aaa;
    z-index: 9999;
}
.xuanfu_s img {
    width:110px;
    height:110px;
    display: block;
    margin: 0 auto;
    margin-top:10px;
}
.xuanfu_s span {
    display: block;
    width: 100%;
    color: #434954;
    font-size: 12px;
    text-align: center;
}
/*用户头像*/
.user_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -5px;
    border: none;
}
/*首页主体*/
.wraper {
    width: 1200px;
    margin: 0 auto;
}
.wraper_left {
    width: 876px;
    background: #fff;
    float: left;
}
.wraper.mtp{
    margin-top: 44px;
}
/*左边头图*/
.title_h{
    height:44px;
    line-height: 44px;
    color: #000;
    font-size: 16px;
}
.title_h a,.title_h a:hover{
    color:#000;
}
.title_h i{
    display:inline-block;
    float:left;
    background: #fff;
    width:47px;
    height:16px;
    margin-top: 14px;
    background: url("../img/icon.png") left no-repeat;
    background-position: -113px -591px;
}
.title_con {
    width: 100%;
    height: 471px;
}
.title_con_l {
    width: 628px;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.title_con_l a {
    display: block;
    width: 100%;
    height: 100%;
}
.title_con img {
    display: block;
    transition: all linear .5s;
}
.title_con img:hover {
    transform: scale(1.05);
}
.title_con_l p {
    width:100%;
    padding:5px 10px;
    box-sizing: border-box;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;*/
	
	white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    text-shadow: rgba(0, 0, 0, .7) 0 0 3px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 26px;
    line-height:32px;
    color: #fff;
    position: absolute;
    bottom:0px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000',endColorStr='transparent',gradientType='0');
    background: -moz-linear-gradient(bottom, #000, transparent); 
    background: -o-linear-gradient(bottom, #000, transparent); 
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#000), to(transparent));
    transition:all .5s;
}
/*.title_con_l p:hover{
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/
.title_con_r {
    width: 235px;
    height: 100%;
    float: right;
}
.title_con_r li {
    width: 100%;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.title_con_r li a{
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
}
.title_con_r li p {
    padding:3px 6px;
    color: #fff;
    font-size:14px;
    line-height:18px;
    width: 100%;
   white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: rgba(0, 0, 0, .7) 0 0 3px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000',endColorStr='transparent',gradientType='0');
    background: -moz-linear-gradient(bottom, #000, transparent); 
    background: -o-linear-gradient(bottom, #000, transparent); 
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#000), to(transparent));
}
/*.title_con_r li p:hover{
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/
/*首页栏目主体*/
.l_nav {
    margin-top: 33px;
    width: 100%;
}
/*首页二级栏目*/
.l_title{
    width: 100%;
    margin-bottom: 15px;
}
.l_title li{
    padding:2px 20px;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
    border-radius: 50px;
    float: left;
    text-align: center;
    /*margin-right: 5px;*/
    border: 1px solid #fff;
}
.l_title li:last-of-type{
    margin:0;
}
.l_title li a{
    color:#333;
}
.l_title .on{
    border: 1px solid #0067dd;
}
.l_title .on a{
    color:#0067dd;
}
/*首页列表*/
.l_con li{
    padding:30px 15px;
    border-top:1px solid #edeff3;
    position: relative;
}
.l_con li.no-thumb {
    padding-bottom:70px;
}
.l_con li.no-thumb .list_tool {
    padding-left:0;
}
.l_con li:after{
    content:'';
    display: block;
    clear:both;
    visibility: hidden;
}
.l_con li:hover{
    background: #fafafa;
}
/*首页列表缩略图*/
.l_con li .list_img{
    display: block;
    float:left;
    width:270px;
    height:202px;
    overflow: hidden;
    margin-right: 20px;
}
.l_con li .list_img img{
    display: block;
}
/*首页列表标题*/
.l_con li h2{
    font-size: 20px;
    transition: all .1s linear;
    line-height: 30px;
    margin-bottom:20px;
/*    min-height: 60px;*/
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:60px;
}
.l_con li h2:hover a{
    color:#0067dd;
}
.l_con li h2 a{
    transition: all .4s;
    color:#333;
}
.tlt_img{
    display: inline-block;
    vertical-align: top;
    width:30px;
    height:30px;
    border-radius: 50%;
    margin-right:5px;
}
.list_author{
    line-height: 30px;
    font-size: 14px;
    color: #737373;
    margin-right: 10px;
}
time{
    line-height: 30px;
    font-size: 14px;
}
time.list_time{
    float:right; 
}
/*描述*/
.list_describe{
    margin-top: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-wrap : break-word;
    word-break : break-all ;
    line-height: 20px;
    max-height: 40px;
    color:#666;
    font-size: 14px;
    text-align:left;
}
.show_list{
    display: none;
}
.show_list:first-of-type{
    display: block
}
/*列表工具栏*/
.list_tool{
    width:100%;
    box-sizing: border-box;
    position: absolute;
    bottom:30px;
    padding-left:290px;
    padding-right:25px;
    line-height: 20px;
    font-size: 0;
}
.list_column{
    font-size: 12px
}
.list_tool a{
    color:#666;
    float:right;
}
.list_tool span{
    font-size: 14px;
    margin-right:15px
}
.iconfont.icon-huo,.iconfont.icon-zan,.iconfont.icon-zan-copy{
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right:3px;
}
.iconfont.icon-zan,.iconfont.icon-zan-copy{
	cursor: pointer;
}
.news_up a:hover .iconfont.icon-huo,
.news_up a:hover .iconfont.icon-zan,
.news_up a:hover .iconfont.icon-zan-copy{
    color:#68A5E1;
}
.icon-huo{
    color:#E62129;
}
/*列表加载按钮*/
.lay {
    display: block;
    width: 100%;
    height: 60px;
    color: #93949c;
    font-size:20px;
    background:#e5e8eb;
    border:none;
    outline:none;
    border-radius:10px;
    margin:40px auto 30px auto;
    cursor:pointer;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

/*快讯*/
.wraper_right {
    width:300px;
    float:right;
}
.kuaixun {
    background-color: #F8F9FA;
    border-top: 3px solid #CF0000;
    padding: 0 15px;
}
.kuaixun h2 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
}
.kuaixun h2 a {
    color: #999;
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.kuaixun ul {
    padding-bottom: 15px;
}
.kuaixun ul li:first-child {
    margin-top: 0;
}
.kuaixun ul li {
    background-color: #fff;
    padding: 10px;
    margin-top: 15px;
}
.kuaixun ul li i {
    color: #666;
    float: left;
    padding-right: 5px;
    line-height: 20px;
}
.kuaixun ul li em {
    font-style: normal;
}
.kuaixun ul li p {
    color: #222;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.kuaixun ul li a {
    color: #0067DD;
    display: block;
    text-align: right;
}
/*热门*/
.hot_sort {
    margin-top: 24px;
    padding: 0 15px;
    background: #f8f9fa;
    border-top: 4px solid #cf0000;
}
.hot_nav{
    line-height: 60px;
}
.hot_nav .on {
    color: #0067dd;
}
.hot_nav nav{
    float:left;
    font-size: 18px;
    font-weight: bold;
    color:#000;
}
.hot_tool{
    float:right;
}
.hot_tool li{
    float:left;
    margin-left: 15px;
    cursor:pointer;
}
.hot_con:first-of-type{
    display: block
}
.hot_con{
    padding-bottom: 20px;
    display: none;
}
.hot_con li{
    padding:10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    border-bottom: 1px dotted #dde1e4;
    font-size: 14px;
}
.hot_con li:last-of-type{
    border-bottom:none;
}
.hot_con li a{
    color:#333;
}
.hot_con li a:before{
    content:url(../img/dian2.png);
    vertical-align:middle;
    display:inline-block;
    margin:-5px 5px 0 0;
}
.hot_con li a:hover{
    color:#0067DD;
}
/*广告*/
.right_advert{
    max-width: 300px;
    margin-top: 24px;
    overflow: hidden;
    font-size: 0;
}
.right_advert.margin{
    margin-top: 33px;
}
.right_advert a img{
    max-width: 300px;
}
/*底部*/
.footer {
    width: 100%;
    height: 312px;
    background: #2d3237;
    margin-top: 30px;
}
.footcon {
    width: 1200px;
    height: 242px;
    margin: 0 auto;
    padding-top: 68px;
}
.footcon_left {
    width: 320px;
    /* padding-right: 10px; */
    /* height: 200px; */
    float: left;
}
.footcon_left .foot_logo {
    width: 156px;
    height: 79px;
    margin-left: 34px;
}
.footcon_left p {
    width: 256px;
    color: #4f5459;
    font-size: 12px;
    margin-left: 34px;
}
.footcon_right {
    width: 770px;
    box-sizing: border-box;
    border-left: 1px solid #6a6f75;
    height: 132px;
    float: left;
}
.Flink {
    width: 226px;
    float: left;
    margin-left: 76px;
}
.Flink dl {
    display: block;
    float: left;
    width: 113px;
    font-size: 14px;
    color: #6a6f75;
}
.Flink dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.Flink dl dd {
    line-height: 30px;
}
.ewm {
    width:130px;
    float: right;
    margin-right: 18px;
    text-align: center;
    color: #6a6f75;
}
.Flink dl dd a {
    color: #6a6f75;
}
.Flink a:hover{
    color:#fff;
}
.ewm img{
    width:130px;
    height:130px;
}
.ewm .gongshang img{
    height: 40px;
    width: auto;
}
.side-tool {
    width: 70px;
    height: 150px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 9;
    box-sizing: border-box;
    /*border: 1px solid #dcdcdc;*/
    background: url(../img/back-top.png) no-repeat;
    background-position:  9px 0;
    cursor: pointer;
    display: none;
}

/*详情*/
.wraper_bg,.news_wraper{
    background-color: #eff2f5;
}
.bg_news{
    background:#eff2f5;
}
.news_content{
    padding: 60px 70px;
    background-color:#fff; 
    box-sizing: border-box;
}
.news_content h1{
    color: #2b2c33;
    font-size:28px;
    margin-bottom: 40px;
}
.news_info span:first-of-type{
    float:right;
    line-height: 30px;
    font-size: 14px;
}
.new_detail{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dadde4;
    overflow: hidden;
}
.new_detail p{
    margin-top: 1em;
    line-height: 1.7;
    font-size: 18px;
    color:#333;
    text-align: left;
}
.new_detail p iframe {
    display: block;
    margin: 0 auto;
}
.new_detail p span{
    font-size: 18px;
}
.new_detail img{
    display: block;
    max-width: 90%;
    margin:20px auto;
}
/*table*/
.new_detail table {
    margin: 20px auto;
    width:100%;
    border-collapse: collapse;
}
.new_detail th,.new_detail td {
    height:30px;
    text-align: center;
    border: 1px solid #666;
    vertical-align: middle;
    font-size: 12px;
    color:#333;
}
/*tag*/
.tag_label{
    margin:0 20px 20px 0;
}
.tag_label a{
    box-sizing: border-box;
    border: 1px solid #252635;
    padding:5px 20px;
    margin-right: 20px;
    border-radius: 40px;
    color: #252635;
    font-size: 16px
}
.tag_label a:hover{
    border-color: #0067dd;
    color:#0067dd;
}

/*分享*/
.new_tool {
    line-height: 36px;
}
#share{
    float:right;
    text-align: end;
}
#share.bdsharebuttonbox a{
    margin: 0;
    margin-left: 22px;
    float:none;
    line-height: 30px;
    font-size: 14px;
    color: #b5b5b5;
}
#share.bdsharebuttonbox .icon-qq-copy,#share.bdsharebuttonbox .icon-weibo,#share.bdsharebuttonbox .icon-weixin{
    vertical-align: middle;
    font-size:24px;
}
#share.bdshare-button-style0-32 .bds_sqq:hover {
    color: #68A5E1;
}
#share.bdshare-button-style0-32 .bds_tsina:hover {
    color: #D32024;
}
#share.bdshare-button-style0-32 .bds_weixin:hover {
    color: #62b900;
}
#share.bdshare-button-style0-32 a {
    background: none;
    text-indent: 0;
}
.news_up{
    float:right;
    border-right: 1px solid #d3d7db;
}
.news_up a{
    margin-right: 15px;
    color:#b5b5b5;
}
.news_up a:hover{
    color:#68A5E1;
}
/*评论*/
.news_comment,.news_relevant{
    background: #fff;
    margin: 40px 0;
    padding-top: 46px;
}
.comment_title, .relevant_title {
    box-sizing: border-box;
    border-left: 4px solid #50a2ff;
    padding-left: 50px;
    line-height: 34px;
    font-size: 24px;
}
.comment_con{
    padding: 60px 60px 40px 60px;
}
.comment_con .author,.comment_list .author,.writer_info .author{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float:left;
    margin-right: 20px;
}
.comment_con textarea{
    width:640px;
    height: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
}
.clearfix{
    padding-left: 80px;
    margin-top:10px;
}
#captcha{
    border: 1px solid #cbcbcb;
    width: 150px;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
}
#commentCaptcha{
    height:40px;
    margin-left: 10px;
}
.submit-on{
    float:right;
    padding:10px 40px;
    background: #50a2ff;
    border: none;
    cursor:pointer;
    font-size: 16px;
    color: #fff;
}
.comment_list{
    padding:0 60px;
}
.comment_list li{
    padding:30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px dashed #e4e4e4;
}
.comment_list li p{
    padding-left: 80px;
    line-height: 1.5;
    font-size: 14px;
    color:#333;
}
.comment_tool{
    line-height: 30px;
    font-size: 14px;
    color:#b5b5b5;
}
.comment_tool span:first-of-type{
    float:right;
}
/*作者简介*/
.writer_info{
    padding:30px;
    background-color: #fff;
}
.writer_info h4{
    font-size: 18px;
    font-weight:500;
    color: #252635;
}
.writer_info h4 img{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}
.writer_info p{
    margin-top: 20px;
    color:#666;
}
.relevant_con{
    padding: 30px 55px 0 55px;
    margin-right: -20px;
}
.relevant_con li{
    width:230px;
    height:270px;
    float:left;
    margin:0 12px 20px 12px;
    padding:15px;
    box-sizing: border-box;
}
.relevant_con li:hover{
    box-shadow: 0 0 20px #ccc;
}
.relevant_con li p{
    margin-top: 10px;
    font-size: 14px;
    color:#333;
    line-height: 1.4
}
.statement{
    background: #f1f1f1;
    color: #777;
    padding: 5px 8px;
    margin:30px 0;
    text-align: center;
}

.user_img[src=""]{
    opacity:0;
}
.up_progress {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid gray;
  border-bottom-color: transparent;
  vertical-align:middle;
  margin-top: -4px;
  margin-right:10px;
}
.up_show{
    display: inline-block;
}
.up_rotate {
  -webkit-animation: mescrollRotate .4s linear infinite;
  animation: mescrollRotate .4s linear infinite;
}
@keyframes mescrollRotate{
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.search_tlt{
    margin:24px 0 -24px 0;
    font-size: 18px;
}
.sdList_title {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.deep_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.sd_titcon{
    width:1200px;
    height:100%;
    margin:0 auto;
    position: relative;
}
.deep_total{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.con_main{
    position: absolute;
    top:0;
    right:0;
    width:438px;
    height:100%;
    display: table;
    background:rgba(0,0,0,.5);
    padding:0 40px;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.con_main:hover{
    background:rgba(0,0,0,0.7);
}
.con_main:hover h2,p{
    color:#fff;
}
.con_main a{
    display: table-cell;
    vertical-align: middle;
}
.con_main h2,p{
    color:#e5e5e5;
}
.con_main h2{
    font-size: 28px;
    text-align: left;
    line-height: 1.4
}
.con_main p{
    margin-top: 30px;
    max-height:96px;
    font-size: 16px;
    line-height:1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.nowrap{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align:left;
}
/*分页样式*/
.page-large {
    margin: 40px 0 20px;
    text-align: center;
}
.page-large a.on {
    border: 1px solid #0067dd;
    background: #0067dd;
    color: #fff;
}
.page-large a {
    min-width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}
.page-large .prev-page {
    background: url(../../images/small-prev-page.png) center center no-repeat;
}
.page-large .next-page {
    background: url(../../images/small-next-page.png) center center no-repeat;
}
.change{
    position: absolute;
    left: -15px;

    width: 40px;
    height: 40px;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='rgba(255,255,255,.5)',endColorStr='transparent',gradientType='1');
    background: -moz-linear-gradient(right, rgba(255,255,255,.5), transparent); 
    background: -o-linear-gradient(right, rgba(255,255,255,.5), transparent); 
    background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(rgba(255,255,255,.5)), to(transparent));
}

.page_box{
    padding:30px 0;
    text-align: center;
}

/*HOT*/
.topic_Bpic {
    width: 100%;
    height: 440px;
    background: url(../img/hotbgg.jpg) no-repeat center;
}
.topicList {
    width: 1200px;
    margin: 0 auto;
}
.topic_con li {
    width: 1200px;
    height: 277px;
    background: #fafafa;
    margin: 0 auto;
    margin-top: 42px;
}
.topic_con_r {
    width: 100%;
    height: 277px;
    position:relative;
}
.topic_con_r .l_conLeft {
    width: 370px;
    height: 277px;
    float: left;
    margin: 0;
    overflow: hidden;
    margin-right: 30px;
}
.topic_con_r .l_conRight{
    padding-top: 30px;
    margin: 0;
    background: url("../img/yinhao.png") no-repeat;
    background-position: 400px 30px;
}
.topic_con_r .l_conRight h2 {
    margin-top: 70px;
    font-size: 28px;
    color: #333;
    line-height: 40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 80px;
    transition: all .1s linear;
}
.l_conRight p {
    padding: 20px 30px 0 0;
    font-size: 14px;
    color:#666;
    line-height: 20px;
    max-height: 60px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.l_conRight div.hot_info {
    position: absolute;
    bottom: 10px;
    padding-left: 400px;
    font-size: 14px;
}
.l_conRight div.hot_info.no_thumb {
	padding-left: 0;
}
.l_conRight .listTime{
    color:#fff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    width:160px;
    height:52px;
    background:url("../img/icon.png");
    background-position: -324px 260px;
    position:absolute;
    right:-10px;
    top:30px;
}
.topic_con_r .l_conRight h2:hover {
    color: #50a2ff;
}
.page-large>div{
    display: inline-block;
}

/*个人中心*/
.collect_wraper {
    width: 1200px;
    min-height: 729px;
    margin: 30px auto;
}
.collect_left {
    width: 280px;
    height: 729px;
    background: #fff;
    float: left;
    position: relative;
}
.collect_wraper:after{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}
.headPic {
    width: 100%;
    padding-bottom: 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #eff2f5;
}
.headPic_con {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 2px solid #55a5ff;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    position: relative;
}
.headPic_con img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 4px auto;
}
.headName {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    color: #000;
}


/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/
.one_fabu {
    width: 100%;
    height: 108px;
    border-bottom: 15px solid #eff2f5;
}
.one_fabu .one_bg {
    position: relative;
    width: 100%;
    height: 108px;
    background: url(../img/fabu.jpg) no-repeat;
    background-size: cover;
}
.one_bg a {
    display: block;
    width: 248px;
    height: 60px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
}
.one_bg a i {
    font-size: 24px;
    margin-left: 8px;
}
.headPic_con i {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #edb200;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.writer_notice {
    margin-bottom: -40px;
    z-index: 10;
    padding: 20px 40px;
    font-size: 15px;
    line-height: 1.5;
    color: #ED0F0A;
}
.work_left select {
    width: 295px;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
}
/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/


.personNave .selecting {
    background: #55a5ff;
}
.personNave li {
    padding-left: 50px;
    height: 51px;
    line-height: 51px;
}
.personNave .selecting i {
    color: #fff;
}
.personNave li i {
    font-size: 18px;
    color: #55a5ff;
    margin-right: 16px;
}
.personNave i {
    display: inline-block;
    float: left;
    width: 20px;
    height: 18px;
    margin-top: 0px;
}
.personNave .selecting a {
    color: #fff;
}

.personNave li a {
    color: #000;
    font-size: 18px;
}
.personNave .solid {
    border-top: 1px solid #eff2f5;
}
.personNave .icon-xiaoxi {
    margin-left: -2px;
}
.personNave .icon-dashang {
    margin-left: -3px;
    margin-right: 18px;
    font-size: 24px;
}
.person_logout {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #50a2ff;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #eff2f5;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.collect_right {
    width: 900px;
    min-height: 729px;
    background: #fff;
    float: right;
}
.clooect_Rhead {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.clooect_Rhead {
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #d3d7db;
}
.member-child {
    color: #d7d7d7;
    font-size: 12px;
}
.clooect_Rhead>div {
    cursor: pointer;
}
.cure {
    border-bottom: 4px solid #55a5ff;
    color: #55a5ff;
}
.collectMe {
    height: 66px;
    float: left;
    text-align: center;
    line-height: 66px;
    font-size: 20px;
    box-sizing: border-box;
    margin-left: 40px;
    color: #2b2c33;
    position: relative;
}
.member-child a.on {
    color: #55a5ff;
    font-weight: bold;
}
.member-child a {
    display: inline-block;
    height: 100%;
    color: #333333;
    font-size: 18px;
    margin: 0 10px;
}
.member-text {
    margin-top: 24px;
    padding: 0 40px;
}
.member-text table {
    border-collapse: collapse;
    color: #000;
    font-size: 16px;
    width: 100%;
}
.member-text table tr{
    border-bottom: 1px solid #f0f0f0;
}
.member-text table tr:last-of-type{
    border-bottom: none;
}
.member-text .s-p {
    color: #646464;
    width: 100px;
}
.member-text table td {
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.member-text .hyzb {
    color: #1d6ba7;
}
.member-text label {
    margin-right: 15px;
}
table input[type="radio"] {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.member-text .date {
    background: url(../img/datePicker.gif) right center no-repeat;
}
.member-text .member-change {
    width: 190px;
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    color: #1a1a1a;
}
.member-text textarea {
    width: 529px;
    height: 100px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.member-submit {
    border: 0;
    padding: 6px 30px;
    background: #55a5ff;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    outline: none;
}
.member-reset {
    border: 0;
    padding: 6px 30px;
    background: #B9B9B9;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    outline: none;
    margin-left: 20px;
}
.setting_con {
    width: 580px;
    padding: 40px;
    font-size: 18px;
    color: #2b2c33;
}
.setting_con form div {
    margin-bottom: 26px;
}
.ghtx {
    height: 150px;
}
.setting_con form input {
    width: 295px;
    height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #b5b9c2;
    border-radius: 5px;
    text-indent: 10px;
}
.setting_con p {
    text-align: left;
    margin-bottom: 26px;
    line-height: 18px;
    width: 70px;
    color: #2b2c33;
}
.setting_con form input[type='submit'] {
    background: #50a2ff;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-left: 114px;
    margin-top: 24px;
}
.tggl table {
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}
.tggl td {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    line-height: 38px;
    color: #666666;
    /*text-align: center;*/
    padding: 0 5px;
}
.tggl .tggl-top {
    line-height: 28px;
    background: #f7f7f7;
    font-size: 12px;
    color: #999999;
    width:80px;
}
.tggl a {
    color: #333;
}
.tggl .fabugaojian td {
    padding-left: 20px;
    text-align: left;
}
#rewardFixDiv {
    margin: 10px 0;
}
.member-text .change-Btn {
    color: #333;
    font-size: 13px;
    padding: 0 12px;
    display: inline-block;
    border: 1px solid #dedede;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
    height: 32px;
    line-height: 28px;
}
.tggl .fbgj-fj {
    border: 0px none;
    text-indent: 0;
    padding: 0 15px;
}
.tggl .fbgj-fj td {
    line-height: 24px;
    border: 0px none;
    padding: 0;
    text-indent: 0;
}
.fbgj img {
    height: 32px;
}
.shoucan_list {
    width: 853px;
    margin: 0 auto;
}
.sclistcon {
    width: 100%;
    height: 60px;
    border-bottom: 1px dashed #d3d7db;
    line-height: 60px;
}
.sclistcon p i {
    /* vertical-align: middle; */
    margin-right: 5px;
}
.sclistcon span {
    font-size: 14px;
}
.sclistcon .icon-xitonglajitong,
.sclistcon .icon-wechaticon09,
.sclistcon .icon-xiugai {
    margin-top: -2px;
    float: right;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
}
.sclistcon a.title_name {
    display: block;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 18px;
    margin-left: 50px;
    float: left;
}
.coll_tool{
    width:250px;
    float:right;
}
.sclistcon a.title_name:hover{
    color:#55a5ff;
}
.sclistcon p {
    float: left;
    padding-right: 30px;
    color: #b5b9c2;
}
.wxsq img {
    width: 200px;
    height: 200px;
}
.txsq {
    margin-bottom: 18px;
    color: #d5d5d5;
}
.txsq .zhye {
    background: url(../../images/zhye.png) left center no-repeat;
}
.txsq span {
    display: inline-block;
    font-size: 13px;
    color: #333333;
    line-height: 30px;
    margin-right: 20px;
    font-weight: bold;
    padding-left: 22px;
}
.txsq .zhye em, .txsq .zsr em, .txsq .txcs em, .txsq .gmcs em, .txsq .nsr em, .txsq .ysr em, .txsq .rsr em {
    color: #357ec2;
}
.txsq em {
    font-weight: normal;
}
.txsq .zsr {
    background: url(../../images/zsr.png) left center no-repeat;
}
.txsq .txcs {
    background: url(../../images/txcs.png) left center no-repeat;
    width: 150px;
}
.txsq .txsj {
    background: url(../../images/txsj.png) left center no-repeat;
}
.txsq .gmcs {
    background: url(../../images/gmcs.png) left center no-repeat;
    width: 150px;
}
.txsq-nav {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 14px;
    height: 22px;
    box-sizing: border-box;
}
.txsq-nav a.on {
    font-weight: bold;
    border-bottom: 2px solid #ef3838;
    box-sizing: border-box;
}
.txsq-nav a {
    display: inline-block;
    height: 22px;
    margin-right: 24px;
    color: #1b1b1b;
    font-size: 13px;
}

.no_follow {
    padding-top: 100px;
    margin: 0 auto;
}
.no_follow i {
    display: block;
    margin: 0 auto;
    width: 132px;
    height: 104px;
    background: url(../img/icon.png) no-repeat;
    background-position: -386px -97px;
}
.no_follow p {
    padding: 14px 44px 0 44px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #2d2d2d;
}


.title_upolad {
    position: relative;
    width: 128px;
    height: 128px;
}
.img_loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    margin: auto;
    background: #fff;
    display: none;
}
.setting_con form div.img_loading{
    margin-bottom: 0;
}
.img_loading img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin: auto;
    width: 18px;
    height: 18px;
}
#fileupload1{
    width:100%;
    height:100%;
    border: 1px dashed #d9d9d9;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    color: #8c939d;
    cursor: pointer;
}
#docfileupload1{
    display:none;
}
.title_upolad .icon-jia {
    line-height: 130px;
    font-size: 32px;
}
#picTable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
#picTable:hover .pn-tool {
    bottom:0;
}
#preImg {
    width: 100%;
    height: 100%;
}
#uploadImgPath {
    width: 0;
    height: 0;
    opacity: 0
}
.title_upolad .pn-tool{
    position: absolute;
    left:0;
    bottom:0px;
    z-index: 2;
    width:100%;
    transition:all .2s;
    margin:0;
}
.title_upolad .pn-opt,.title_upolad .pn-mod{
    float:right;
    width:50%;
    background: #ff7653;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.title_upolad .pn-mod{
    float:left;
    background: #1ab0fb;
}
iframe[name="attachment_iframe"],iframe[name="hiddenIframe"],iframe[name="media_iframe"] {
    display:none;
    width:0px;
    height:0px;
}
#picTable.mod{
    display: block;
}
.error{
	color: #FF2851;
}
.member-text .member-change.error{
	border-color: #FF2851;
}

/*签约作家*/
.applicant_body{
	filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#55a5ff,endcolorstr=#eff2f5,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#55a5ff,endcolorstr=#eff2f5,gradientType=0);/*IE8*/    
    background:#eff2f5; /* 一些不支持背景渐变的浏览器 */  
    background: -webkit-linear-gradient(rgba(85, 165, 255, .5) 0%, #eff2f5 20%);
    background: -o-linear-gradient(rgba(85, 165, 255, .5) 0%, #eff2f5 20%);
    background: -moz-linear-gradient(rgba(85, 165, 255, .5) 0%, #eff2f5 20%);
    background: linear-gradient(rgba(85, 165, 255, .5) 0%, #eff2f5 20%);
}
.collect_wraper.applicant{
	width:800px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.setting_ziliao form label {
    position: relative;
}
.setting_con form label {
    display: inline-block;
    width: 90px;
    margin-right: 18px;
}
.setting_ziliao form label .icon-xinghao {
    position: absolute;
    left: -20px;
    top: 4px;
    font-size: 10px;
    color: #ec4551;
}
.setting_ziliao form #profit .icon-xinghao {
    top: 0px;
}
.icon-zhuyi {
    color: #6bb0fe;
}
.setting_con form input {
    width: 295px;
    height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #b5b9c2;
    border-radius: 5px;
    text-indent: 10px;
}
.setting_con form input.error {
    border: 1px solid red;
}
.sex {
    margin-right: 76px;
}
.setting_con form .mode input {
    width: 218px;
}
.setting_con form input[type="radio"], .setting_con form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -1px;
    display: none;
}
.setting_con .radioInput {
    box-sizing: border-box;
    border: 1px solid #848484;
    border-radius: 100%;
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    margin-top: -2px;
    vertical-align: middle;
    width: 14px;
    line-height: 1;
}
.setting_con form input[type="radio"]:checked + .radioInput:after {
    background-color: #0068db;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-top: -8px;
    margin-left: 2px;
    vertical-align: middle;
}
.m-select .province {
    margin-left: 54px;
}
.m-select .province.pr {
	width:295px;
    margin-left: 35px;
}
.m-select select {
    width: 144px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
}
.setting_con .touxiang_left p {
	float: left;
    width: 114px;
}
.setting_con p {
    text-align: left;
    margin-bottom: 26px;
    line-height: 18px;
    width: 70px;
    color: #2b2c33;
}
.touxiang_left {
    width: 450px;
    position: relative;
}
#uploader-demo h6 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
#profit {
    width: auto;
    line-height: 20px;
}
#profit span:first-of-type {
    margin-right: 40px;
}
#profit span:nth-of-type(2) {
    font-size: 14px;
}
#profit span {
    display: block;
    float: left;
}
.setting_con form .modee {
    margin-bottom: 0px;
    margin-left: 112px;
}
.setting_con form .mode label {
    margin: 0;
    width: 70px;
}
.mode .icon-zhifubao {
    font-size: 28px;
    margin-left: 6px;
    vertical-align: middle;
    color: #3c98e3;
}
.mode, .m-select, .noMargin h3 {
    position: relative;
}
.mode .icon-weixin3 {
    font-size: 32px;
    margin-left: 6px;
    vertical-align: middle;
    color: #06bb14;
}
.m-select .icon-xinghao {
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 10px;
    color: #ec4551;
}
.noMargin h3 {
    width: 760px;
    line-height: 36px;
    margin-left: -40px;
    padding-left: 40px;
    font-weight: 500;
    border-bottom: 1px solid #d3d7db;
}
.noMargin h3 span:last-of-type {
    color: #50a2ff;
}
.noMargin h3 .icon-xinghao {
    position: absolute;
    left: 20px;
    font-size: 10px;
    color: #ec4551;
}
.setting_con form .personal {
    margin-top: 36px;
}
.setting_con form .works {
    width: 720px;
    margin-bottom: 0;
}
.setting_con form .works .work_left {
    width: 500px;
    float: left;
    margin-bottom: 0;
}
.setting_con .works p {
    float: left;
    width: 90px;
    height: 110px;
    padding-top: 4px;
    margin-right: 25px;
}
.setting_con form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -1px;
}
.setting_con .checkInput {
    box-sizing: border-box;
    border: 1px solid #000;
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    margin-top: -2px;
    vertical-align: middle;
    width: 14px;
    line-height: 1;
}
.setting_con form input[type="checkbox"]:checked + .checkInput:after{
    background:url("../img/check.png") center;
    background-size: 8px 8px;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: 2px;
    margin-left: 2px;
    vertical-align: middle;
}
.setting_con form .works label {
    width: 284px;
    margin-bottom: 10px;
    margin-right: 0;
    -webkit-user-select: none;
    user-select: none;
}
.setting_con form .zuoPin {
    width: 600px;
    overflow: hidden;
    margin-bottom: -50px;
}
.setting_con form .zuoPin p {
    width: 90px;
    float: left;
    margin-top: 8px;
    margin-right: 20px;
}
.wu-example {
    position: relative;
    width: 400px;
    float: left;
    margin-bottom: 0;
}
.setting_con form .uploader-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.setting_con form .specializa_box{
	margin-left: 35px;
	margin-bottom: 0;
	display: inline-block;
}
.setting_con form .specializa_box label{
	margin: 0;
}
#picker {
    display: inline-block;
    line-height: 1.428571429;
    vertical-align: middle;
    margin: 0 12px 0 0;
    position: relative;
    cursor: pointer;
}
#ctlBtn {
    width: 138px;
    height: 28px;
    border: 1px solid #50a2ff;
    background: none;
    color: #50a2ff;
    border-radius: 5px;
    cursor: pointer;
}
#attachTable{
	width: 500px;
}
.touxiang_left p i {
    position: absolute;
    left: -20px;
    font-size: 10px;
    color: #ec4551;
}
#uploader-demo{
	display: inline-block;
}
.touxiang_left .title_upolad,
.touxiang_left #fileupload1,
#uploader-demo{
	margin-bottom: 0;
}
#uploader-demo .title_upolad{
    position: relative;
	width:290px;
	height:200px;
}
#uploader-demo .title_upolad .icon-jia{
	line-height: 200px;
	font-size: 50px;
}
.fl{
    float: left;
}
#columntxt{
    width: 295px;
    height: 80px;
    margin-left: 5px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
}
#columntxt.error{
    border:1px solid red;
}
.setting_con form div.btns{
    margin-bottom: 10px;
}
.setting_con form .info_list{
    width: 480px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 5px;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    line-height: 40px;
}
.setting_con form .info_list .info_item{
    max-width: 350px;
    display: inline-block;
    margin-bottom: 0;
}
.info_list .info_item .pn-opt {
    color: #FF7466;
}
.info_list .info_del {
    float: right;
}
.setting_con form .media {
    margin-bottom: 15px;
}
a.writer_btn{
    margin-top: 24px;
    display: block;
    background: #0067dd;
    border-radius: 4px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

/*关注*/
.guanzhu {
	display: none;
    width: 69px;
    height: 23px;
    background: #fff;
    border: 1px solid #ff702a;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ff702a;
    cursor: pointer;
}
.follow {
    overflow: hidden;
}
.follow li {
    width: 267px;
    /*box-sizing: border-box;
    border: 1px solid #b5b9c2;*/
    float: left;
    margin-right: 12px;
    margin-bottom: 30px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.follow_top {
    box-sizing: border-box;
    border-bottom: 1px dashed #b2b2b2;
    overflow: hidden;
    padding: 16px;
}
.follow_top p {
    color: #2f2f2f;
}
.follow_top .follow_name {
    font-size: 15px;
}
.follow_top .follow_yulu {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 48px;
    line-height: 16px;
    color: #969696;
}
.follow_touxiang {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 14px;
}
.follow_touxiang img {
    width: 100%;
    height: 100%;
}
.follow_bottom p {
    float: left;
    line-height: 48px;
    padding-left: 24px;
    color: #b5b9c2;
}
.follow_bottom button {
    margin: 8px 8px 0 0;
    width: 92px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #2b2c33;
    color: #2b2c33;
    transition: all .1s linear;
    background: none;
    float: right;
    cursor: pointer;
}
.follow_bottom button:hover {
    border: 1px solid #ffab19;
    color: #ffab19;
}


.writer_home {
    width: 100%;
    height: 350px;
    background: url(../img/writerHome.jpg) no-repeat center;
}
.writer_title {
    width: 1170px;
    margin: 0 auto;
    padding-top: 138px;
}
.writer_left {
    float: left;
    padding-top: 24px;
}
.writer_left .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 0 40px 0 30px;
}
.writer_left .avatar img {
    width: 100%;
    height: 100%;
}
.writer_intr {
    width: 450px;
    float: left;
}
.writer_intr h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.writer_intr span {
    font-size: 14px;
    color: #fff;
}
.writer_intr a {
    display: block;
    width: 80px;
    height: 26px;
    border-radius: 5px;
    border: 1px solid #fff;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.writer_right {
    width: 330px;
    height: 148px;
    background: rgba(255,255,255,.2);
    float: right;
    position: relative;
}
.writer_right ul {
    width: 300px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.writer_right ul li {
    width: 100px;
    height: 60px;
    float: left;
    box-sizing: border-box;
}
.writer_right ul li:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.writer_right ul li p {
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.con_wraper>li {
    width: 100%;
    margin-top: 20px;
    background: #fff;
}
.hot_cons {
    width: 1200px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/hotlistbg.png) no-repeat left;
    background-size: 6px 90%;
}
.hot_l {
    width: 180px;
    height: 100%;
    float: left;
}
.hot_l>p {
    font-size: 22px;
    color: #737373;
    float: right;
    margin-right: 10px;
}
.hot_r {
    width: 977px;
    height: 100%;
    float: right;
}
.hot_r .l_con1 {
    width: 100%;
    padding: 0px 15px 20px 15px;
    position: relative;
    box-sizing: border-box;
}
.hot_r .l_con1.no-thumb {
    padding-bottom: 70px;
}
.hot_r .l_con1 .list_img {
    display: block;
    float: left;
    width: 270px;
    height: 202px;
    overflow: hidden;
    margin-right: 20px;
}
.hot_r .l_con1 h2 {
    font-size: 20px;
    transition: all .1s linear;
    line-height: 30px;
    margin-bottom: 20px;
    /* min-height: 60px; */
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
}
.hot_r .l_con1 h2 a {
    transition: all .4s;
    color: #333;
}
.hot_r .l_con1 h2:hover a {
    color: #0067dd;
}
.hot_r .l_con1.no-thumb .list_tool {
    padding-left: 0;
}
.nomore {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    background: url(../img/nomore.png) center no-repeat;
}
.hotList_wraper .lay {
    width: 1200px;
}
.lay:hover {
    background: #D8DBDB;
}
.coll_tool{
    width:250px;
    float:right;
}

/*意见反馈*/
.jubao_main {
    width: 100%;
}
#jubao_con {
    display: block;
    width: 466px;
    height: 160px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 8px;
    border: 1px solid #e5e5e5;
    background: #eeeeee;
    word-break: break-all;
    font-size: 18px;
    text-align: justify;
}
.jubao_main form div {
    position: absolute;
    width: 60px;
    bottom: 1px;
    right: 50px;
    background: rgba(237,237,237,.9);
    border-top-left-radius: 20px;
    font-size: 14px;
    text-align: center;
}
body .layui-layer-iframe .layui-layer-btn, body .layui-layer-page .layui-layer-btn {
    padding-top: 0px;
    padding-bottom: 20px;
}
body .feedBack_lay .layui-layer-btn {
    padding-bottom: 30px;
    padding-top: 20px;
    font-size: 20px;
}
body .feedBack_lay .layui-layer-btn a {
    line-height: 56px;
}
body .feedBack_lay .layui-layer-btn0, body .feedBack_lay .layui-layer-btn1 {
    width: 150px;
    height: 54px;
    border-radius: 5px;
}

.msg_box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.msg_content {
    margin: 100px auto;
    width: 500px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    overflow: hidden;
}
.msg_content p {
    padding: 0 10px;
    font-size: 20px;
    color: #333;
}
.msg_content .msg_title {
    background: #55a5ff;
    line-height: 40px;
    color: #fff;
}
.msg_content .msg_detial {
    padding: 20px;
    min-height: 80px;
}
.msg_detial a {
    display: block;
    font-size: 16px;
    color: #c1c1c1;
}
.msg_err {
    margin: 150px auto;
    text-align: center;
    font-size: 22px;
    color: #333;
}
.msg_err p {
    text-align: center;
    font-size: 22px;
    color: #333;
}
.msg_err .tip {
    margin-bottom: 20px;
    font-size: 16px;
    color: #6e6e6e;
}
.msg_err a{
    display: inline-block;
    margin-right: 10px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #55a5ff;
    font-size: 16px;
}
/*登录*/
input {
    font-family: 'Microsoft YaHei'
}
.footer{
    margin:0;
}
.local{
    position: fixed;
    top:20px;
    left:20px;
}
.login_wraper{
    /*top: 0;
    bottom: 0;*/
    padding-bottom: 80px;
    width:100%;
    /*height:100%;*/
    background: url("../img/m.jpg") no-repeat center/cover;
}
.login_max{
    margin: 0 auto;
    overflow: hidden;
}
.login_con{
    width: 387px;
    background-color: #fff;
    box-shadow: 2px 2px 3px #7b8187; 
    margin: 0 auto;
    margin-top: 110px;
    border-radius: 5px;
}
.login_con a{
    margin: 10px 0 15px 0;
    display: block;
    color: #2e2e2e;
    font-size: 14px;
    /*width: 70px;*/
}
.login_con a:hover{
    color: #50a2ff;
}
.login_con a:nth-of-type(1){
    padding-left: 2px;
    text-align: left;
    float: left;
}
.login_con a:nth-of-type(2){
    padding-right: 2px;
    text-align: right;
    float: right;
}
.login_con h1{
    width:100%;
    height:85px;
    font-size:26px;
    color:#2b2c33; 
    text-align: center;
    line-height: 85px;
    border-bottom: 2px solid #50a2ff;
    box-sizing: border-box;
    font-weight: 500;
}
.login_title{
    width:100%;
    padding:15px 0;
    text-align: center;
}
.login_title i{
    margin-right: 8px;
    color:#50a2ff;
}
.login_con form{
    width:300px;
    margin:0 auto;
}
.login_con .name,.login_con .pass,.login_con .newpass{
    width:100%;
    height:50px;
    box-sizing: border-box;
    border:1px solid #50a2ff;
    border-radius: 5px;
}
.login_con .valid{
    width:100%;
    height:50px;
}
.login_con .valid[name=captcha]{
    height:100%;
    width:130px;
}
.login_con .valid button{
    float:right;
    width:112px;
    height:100%;
    border-radius:5px;
    background: #50a2ff;
    border:none;
    outline: none;
    color:#fff;
    font-size: 18px;
    cursor:pointer;
}
.vd{
    width:181px;
    height:100%;
    box-sizing: border-box;
    border:1px solid #50a2ff;
    border-radius: 5px;
    float:left;
}
.vd input{
    height:100%;
    width:130px;
    border:none;
    outline: none;
    font-size: 18px;
}
.login_con .name,.login_con .pass,.login_con .newpass,.login_con .valid{
    margin-bottom:20px;
}
.name i,.pass i,.newpass i,.valid i{
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    font-size: 20px;
    color:#50a2ff;
    padding:0 10px;
}
.login_con .name input,.login_con .pass input,.login_con .newpass input{
    height:100%;
    width:250px;
    border:none;
    outline: none;
    font-size: 18px;
}
.login_con .msgvalid{
	height: 50px;
	width: 100%;
	margin-bottom: 20px;
}
.login_con .msgvalid i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    font-size: 20px;
    color: #50a2ff;
    padding: 0 10px;
}
.login_con .msgvalid button {
    float: right;
    width: 112px;
    height: 100%;
    border-radius: 5px;
    background: #50a2ff;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.login_con .sub{
    width:100%;
    height:50px;
    box-sizing: border-box;
    border:1px solid #50a2ff;
    border-radius: 5px;
    font-size: 18px;
    color:#fff;
    outline: none;
    background: #50a2ff;
    cursor:pointer;
    margin-bottom: 15px;
    text-align: center;
    line-height: 50px;
    -webkit-user-select: none;  
    -khtml-user-select: none;  
    -moz-user-select: none;  
    -ms-user-select: none;  
    user-select: none; 
}
.login_con .sub:hover{
    background: #63acff;
}
.login_con h2{
    width:344px;
    margin:0 auto;
    padding-top: 10px;
    padding-bottom: 15px;
    color:#2e2e2e;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}
.login_con ul{
    width:300px;
    margin:0 auto;
    text-align:center;
}
.login_con ul li{
    display: inline-block;
    width:50px;
    height:50px;
    background: url("../img/icon.png");
    margin:0 20px;
}
.login_con ul li:first-of-type{
    background-position: -533px 0;
}
.login_con ul li:nth-of-type(2){
    background-position: -591px 0;
}
.login_con ul li:nth-of-type(3){
    background-position: -650px 0;
}
.login_con ul li a{
    display: inline-block;
    width:100%;
    height:100%;
}
.login_con .mg{
    margin-top: 33px;
}
.login_con .pg{
    margin-top: 50px;
}
.reg_link{
    width:300px;
    margin:0 auto;
    user-select:none;
}
.login_con .reg_link a{
    color:#3d3b3b;
    margin:0;
    width:100px;
    line-height: 14px;
}
.login_con .reg_link a:hover{
    color:#50a2ff;
}
.login_con button:hover{
    background: #63acff;
}
.login_con .no_marign{
    margin-bottom: 0;
}
.mobile{
    height:580px;
}
#Agreement{
    text-decoration: underline;
    float:none;
    display: inline;
}
input[type='checkbox']+label{
    font-size: 14px;
}
input[type='checkbox']+label::before {
  content:'\a0';/*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width:14px;
  height:14px;
  border-radius:50%;
  border:1px solid #b3b5b2;
  /*text-indent:0.15em;
  line-height: 0.65;*/
  margin-right: 4px;
}
input[type='checkbox'] {
  /*隐藏掉原先实际的 checkbox 框，之所以没用 display:none; 这种简单直接的方式，是因为这种方法会把它从键盘 tab 键切换焦点的队列中完全删除*/
  position: absolute;
  clip:rect(0,0,0,0);
}
input[type='checkbox']:checked+label::before {
  content:'\2714'; /*对号的 Unicode字符*/
  color:#63acff;
  text-align: center;
  line-height: 14px;
  background: #fff;/*对号的颜色*/
}
.newpass i.icon-shouji{
    font-size: 22px;
}
/*.inf-message {
    text-align: center;
    font-size: 16px;
    color: #55a2ff;
}*/
@keyframes dialog {
    0% {
        top: -40px;
    }
    25% {
        top: 40px;
    }
    75% {
        top: 40px;
    }
    100% {
        top: -40px;
    }
}
.inf-message {
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    /*background: #55a2ff;*/
    background: #7EBCFF;
    width: 200px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    animation: dialog 3s 1s forwards;
}
/*登录注册结束 */
/*忘记密码开始*/
.fpass{
    height:440px;
}
.next{
    margin-top:38px;
}
body .layui-layer-tips .layui-layer-content{
    padding:7px 12px;
    border-radius: 5px;
    background-color: #50a2ff;
}
body .layui-layer-tips i.layui-layer-TipsL,body .layui-layer-tips i.layui-layer-TipsR{
    border-bottom-color: #50a2ff;
}
/*搜索关键字*/
span.point {
    color: #cf0000;
}