html,body,div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,form,table,th,td,p{margin:0;padding:0;}
body{
    font-size: 12px;
    font-family: '微软雅黑',Verdana,Georgia,SimSun,Arial,Helvetica,'sans-serif';
}
a{text-decoration: none;}
ul li{list-style-type: none;}
table {border-collapse:separate;border-spacing:0;text-align: left;}
.px12{font-size: 12px}
.px14{font-size: 14px}
.px16{font-size: 16px}
.px20{font-size: 20px}
.mar-t-1{margin-top: 1px}
.mar-t-2{margin-top: 2px}
.mar-t-3{margin-top: 3px}
.mar-t-4{margin-top: 4px}
.mar-t-5{margin-top: 5px}
.mar-t-6{margin-top: 6px}
.mar-t-7{margin-top: 7px}
.mar-t-8{margin-top: 8px}
.mar-t-9{margin-top: 9px}
.mar-t-10{margin-top: 10px}
.mar-l-1{margin-left: 1px}
.mar-l-2{margin-left: 2px}
.mar-l-3{margin-left: 3px}
.mar-l-4{margin-left: 4px}
.mar-l-5{margin-left: 5px}
.mar-l-6{margin-left: 6px}
.mar-l-7{margin-left: 7px}
.mar-l-8{margin-left: 8px}
.mar-l-9{margin-left: 9px}
.mar-l-10{margin-left: 10px}
.mar-l-15{margin-left: 15px}
.mar-l-20{margin-left: 20px}
.mar-l-25{margin-left: 25px}
.mar-l-30{margin-left: 30px}
.mar-l-35{margin-left: 35px}
.mar-l-40{margin-left: 40px}
.mar-l-45{margin-left: 45px}
.mar-l-50{margin-left: 50px}
.cl-blue{color: blue}
.cl-def{color: #2691f3;}
.bg-border{
    border: solid 1px #959595;
    padding: 2px;
    border-radius: 3px;
}

.flex-row {
    display: flex;
}
.flex-row-vcenter {
    display: flex;
    align-items: center;
}

/* 垂直居中对齐 */
.flex-row-rcenter {
    display: flex;
    justify-content: center;
}

/* 水平居中对齐 */
.flex-row-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 水平垂直居中对齐 */
.flex-row-bw {
    display: flex;
    justify-content: space-between;
}

.flex-row-ad {
    display: flex;
    justify-content: space-around;
}

.flex-row-end {
    display: flex;
    justify-content: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* 换行，默认nowrap（不换行）*/
.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-col-vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 纵向布局垂直居中 */
.flex-col-rcenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 纵向布局水平居中对齐 */
.flex-col-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-col-bw {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex1-row {
    flex: 1;
    width: 1px;
}

.flex1-col {
    flex: 1;
    height: 1px;
}

.flex-shrink {
    flex-shrink: 0;
}

.text-overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
a:hover{
color: red;text-shadow:  0px 0px 1px red;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
span p{
    color: red;
}
.header .main-nav li a,/*头导航*/
.search-type a,/*搜索导航*/
.keylist a,/*词列表*/
.left-nav-list ul li a,/*左导航*/
.flist ul li,/*搜索文件列表*/
.newfile-nav a/*新文件导航*/
{
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.baidu-box, .bdSug_app, .bdsug_copy {
display: none;
}
.intro {
    margin: 0 0 10px 0;
    padding: 10px;
    text-align: left;
    border: solid 1px #fee581;
    background: #fffec9;
}
.container {background-color: #fff}
.layout{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.container{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
.fn-clear{
    zoom: 1;
    clear: both;
}
.fn-left, #nav, #sign{float: left;}
.fn-right{float: right;}
.unkonw-mark{
    padding-top:10px;
}
.header ul li{
    float: left;
}
/*头部导航 begin*/
.header{
    width: 100%;
}
.header-bg{
    height: 50px;
    background-color: #333;
}
.header .main-nav li a{
    display: inline-block;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
}
.header .current,
.header .main-nav li a:hover{
    color: #FFF;
    background-color: #2691f3;
}
/*头部导航 end*/

/*搜索 begin*/
.sola-search{
    width: 100%;
    heigh: 113px;
}
.sola-form-search{
    margin-top: 25px;
    max-width: 800px;
    margin: 0 auto;
}
/* 搜索类型 导航 begin */
.formsearch{
    height: 30px;
}
.search-type{
    list-style-type: none;
}
.search-type a{
    display: inline-block;
    font-size: 12px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #2691f3;
}
.search-type .current a,
.search-type a:hover{
    color: #FFF;
    background-color: #2691f3;
}
/* 搜索类型 导航 end*/
/*搜索输入框 begin*/
.sola-search span{
    display: block;
    padding: 0px 0px 0px 0px;
    height: 35px;
    border: solid 2px #2691f3;
    background-color: #FFF;
}
.sola-search input.search-word{
    /*SB IE 不兼容，margin还支持负数。*/
    margin: 0px;
    width: 100%;
    font-size: 14px;
    color: #333;
    border: solid 1px #FFF;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    box-sizing: border-box;
}
.sola-search input.search-word:focus{outline: none}
/*搜索输入框 end*/
/*搜索按钮 begin*/
.search-button{
    display: inline-block;
    width: 100px;
    height: 39px;
    line-height: 38px;
    color: #FFF;
    background-color: #2691f3;
    text-align: center;
    font-size: 14px;
    vertical-align:bottom;
    border: none;
}

.search-button:hover{
    color: #FFF;
    background-color: #2691f3;
}


/*搜索按钮 end*/
/*搜索 end*/

/*告知begin*/
.notify{
    margin: 0 0 10px 0;
    padding-left: 40px;
    height: 31px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    border-radius: 2px;
    color: #000;
    background-color: #f5f5f5;
}
/*告知 end*/
.index-filelist{
    float: left;
    margin: 10px 4px;
    padding: 8px 5px;
    width: 280px;
    height: 350px;
    border: solid 1px #E9E9E9;
    overflow: hidden;
}
.index-filelist span a{
    color: #959595;
}
.index-filelist .title{
    margin: 5px 0 0 10px;
    height: 28px;
    font-size: 18px;
    color: #020202;
}

.index-filelist li{
    background: url("../img/ico2.gif") left no-repeat;
    margin-left: 10px;
    padding: 0 0 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    color: #959595 !important;
}
/*搜索子导航*/
.search-sub-nav{
    font-size: 15px;
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    border-left: solid 2px #ddd;
    margin-bottom: 10px;
}
.search-sub-nav .order{
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-bottom: 7px;
    background-color: #fff;
}

.search-sub-nav .order a{
    color: #555;
    margin-left: 5px;
}
.search-sub-nav .order a.current{
    color: #fff;
    background-color: #628e03;
}
.search-sub-nav .order a:hover{
    color: #ff4a00;
}
.search-sub-nav span{
    font-size: 16px;
    font-weight: normal;
    color: #666;

}
/*----------*/
/* search error*/
.search-error{
    margin: 50px;
    height: 260px;
    overflow: hidden;
}
.search-error span.kw{
    color: red;
    font-weight: bold;
}
.search-error .con{
    margin: 30px;
    height: 200px;
}
/*------end ------*/
/*新文件导航*/
.newfile-nav{
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: solid 1px #DBDADF;
}
.newfile-nav a{
    float: left;
    padding: 0 9px;
    font-size: 15px;
    color: #000;
}

.newfile-nav a:hover,.newfile-nav a.current{
    border-bottom: solid 1px yellow;
    background-color: #628e03;
}
/*------end-------*/
/*用户信息 userinfo*/
.userinfo{
    padding: 20px 20px;
    height: 110px;
    border-top: #DBDADF 1px solid;
    border-bottom: #DBDADF 1px solid;
    overflow: hidden;
    background-color: #F1F5F8;
}
.userinfo .avatar{
    margin-right: 20px;
    float: left;
    width: 116px;
    height: 116px;
    border: #C2C2C2 1px solid;
}
.userinfo .username {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #6E6E6E;
}
.userinfo .shuoming{
    margin: 10px 0 0 20px;
    font-size: 14px;
    color: #959595;

}
.userinfo .num{
    font-size: 16px;
    margin: 10px 0 0 20px;
    color: #959595;
}
/* end  */
/*下载页*/
.d_userinfo{
    float: left;
    width: 212px;
    height: 500px;
    background: #FAFAFA;
    padding: 15px 10px;
    border: #DBDADF 1px solid;
    overflow: hidden;
}
.d_userinfo .info{
    margin: 20px 0;
    width: 212px;
    height: 150px;
}
.d_userinfo p{
    float: left;
    display: block;
    width: 68px;
}
.d_userinfo span{
    float: left;
    display: block;
}
.d_userinfo span b{
    display: block;
    height: 30px;
}
.d_userinfo .num{
    float: left;
    display: block;
    width: 45px;
    height: 40px;
    padding: 2px 3px;
    text-align: center;
    border-right: #E9DFD6 1px solid;
    color: #333436;
    overflow: hidden;
}
.d_userinfo .num span{
    display: block;
    height: 19px;
    margin-top: 6px;
    margin-bottom: 3px;
    text-align: center;
    float: none;
}
.d_userinfo .num i{
    font-style: normal;
    text-align: center;
    display: block;
    float: none;
}
.ftitle{
    padding: 15px 15px 13px 13px;
    background: #F1F5F8;
    border-bottom: #DDDDDD 1px solid;
}
.ftitle span {
    float: left;
    display: block;
    width: 30px;
    height: 26px;
    margin-right: 6px;
    margin-top: 3px;
}
.ftitle h1 {
    font-size: 18px;
    color: #010000;
    font-weight: normal;
}
.f-ext{
    padding: 10px 0px 10px 10px;
    background: #F9F9F9;
}
.f-ext span{
    margin: 10px 5px;

}
.d_fileinfo .desc{
    border-top: #eee 1px solid;
    padding: 10px 30px;
    color: #666;
    font-size: 14px;
}
/**/
/*文件列表表格 begin*/
.file-list-info{
    margin: 0 auto;
    width: 960px;
}
.sharefile, .sharepeople, .sharetime{
    padding:6px 0px 6px 5px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    background-color: #efefef;
}
.sharefile{ width: 60%;}
.sharepeople{width: 20%;}
.sharetime{width: 20%;}

table.file-list-info th{
    text-align: left;
    border-bottom: solid 1px #ccc;
}
table.file-list-info td{
    padding: 8px 0 8px 5px;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #959595;
    border-bottom: solid 1px #efefef;
}
/* 表格滑动*/
table.file-list-info tr:hover{
    background-color: #efefef;
}
/*td 元素 begin*/
t1{
    width: 100px; background: #ccc; overflow: hidden; white-space: nowrap;  text-overflow: ellipsis;
}
table.file-list-info td.t1{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
/*t1*/

table.file-list-info .t1 a{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #1f4fcd;
}

table.file-list-info .t2 a{
    color: #000;
}
table.file-list-info .t1 a:hover,
table.file-list-info .t2 a:hover{
    color: #ff4a00;
    text-decoration: underline;
}
/*t3*/

/*a 标签特效 end*/
/*td 元素 end*/
/* file list css*/
.filelist{
    margin-bottom: 10px;
}
.filelist-head{
    margin: 0px 0 0 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.filelist .file-head-filename{
    display: block;
    line-height: 40px;
    text-align: left;
    background-color: #efefef;
    font-size: 15px;
}
.filelist .file-head-sharepro{
    display: block;
    width: 100px;
    line-height: 40px;
    text-align: left;
    background-color: #efefef;
    font-size: 15px;
}
.filelist .file-head-time{
    display: block;
    width: 100px;
    line-height: 40px;
    text-align: right;
    background-color: #efefef;
    font-size: 15px;
    padding-right: 20px;
}
.flist{
    margin: 0;
    padding: 0;
    list-style: none;
}
big{
    color: #B10F0D;
    font-size: 15px;
    font-weight: bold;
}
.flist li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    height: 30px;
}
.flist li div {
    margin: 4px 5px 0 0;
    padding: 0;
    width: 30px;
    height: 36px;
    line-height: 36px;
}
.flist li a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #3d87cf;
}
.flist li a:hover{
    color: #ff4a00;
    text-decoration: underline;
}
.flist li b {
    float: left;
    display: block;
    width: 85px;
    font-weight: normal;
}
.flist li span{
    margin-left: 20px;
    float: left;
    display: block;
    width: 110px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #959595;
}
.flist li span a{
    color: sienna;
}
.flist li i {
    text-align:right; padding-right:15px;
    display: block;
    width: 100px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    color: #959595;
}
.flist .overli{
    background-color: #F7F7F7;
}

.icon-ttf,.icon-otf{background:url('../img/ico_file.gif') no-repeat -416px 0px;}
.icon-et,.icon-xls,.icon-xlsx {background:url('../img/ico_file.gif') no-repeat -127px 0px;}
.icon-pps,.icon-ppt,.icon-pptx {background:url('../img/ico_file.gif') no-repeat -256px 0px;}
.icon-dmg,.icon-exe,.icon-pc {background:url('../img/ico_file.gif') no-repeat -319px 0px;}
.icon-bmp,.icon-gif,.icon-jpeg,.icon-jpg,.icon-pic,.icon-png,.icon-psd {background:url('../img/ico_file.gif') no-repeat 0px 0px;}
.icon-bt,.icon-torrent {background:url('../img/ico_file.gif') no-repeat -448px 0px;}
.icon-pdf,.icon-pdg {background:url('../img/ico_file.gif') no-repeat -64px 0px;}
.icon-apk {background:url('../img/ico_file.gif') no-repeat -384px 0px;}
.icon-ios,.icon-ipa {background:url('../img/ico_file.gif') no-repeat -288px 0px;}
.icon-doc,.icon-docx,.icon-rtf,.icon-wps {background:url('../img/ico_file.gif') no-repeat -96px 0px;}
.icon-7z,.icon-gz,.icon-iso,.icon-rar,.icon-tar,.icon-zip {background:url('../img/ico_file.gif') no-repeat -352px 0px;}
.icon-3gp,.icon-asf,.icon-avi,.icon-f4v,.icon-flv,.icon-mkv,.icon-mov,.icon-mp4,.icon-mpg,.icon-rm,.icon-rmvb,.icon-swf,.icon-video,.icon-vob,.icon-wmv {background:url('../img/ico_file.gif') no-repeat -224px 0px;}
.icon-,.icon-folder,.icon-dir {background:url('../img/ico_file.gif') no-repeat -511px 0px;}
.icon-chm,.icon-epub,.icon-txt,.icon-umd,.icon-azw3,.icon-azw,.icon-mobi {background:url('../img/ico_file.gif') no-repeat -159px 0px;}
.icon-aac,.icon-amr,.icon-ape,.icon-flac,.icon-m4a,.icon-m4r,.icon-mmf,.icon-mp3,.icon-music,.icon-ogg,.icon-wav,.icon-wma{background:url('../img/ico_file.gif') no-repeat -192px 0px;}/*音乐*/


/*file list css end*/
/*page list*/
.ui-bar{
    /*height: 42px;*/
    margin: 5px 0;
    overflow: hidden;
}
.list-page{
    padding: 5px 0;
    text-align: center;
}
.page{
	margin-top:15px;
    font-size: 16px;
    font-weight: none;
	text-align:center;
}

.page a, .page span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 8px;
    color: #666;
    background-color: #eee;
    border: solid 1px #959595;
	margin:0 10px;
}
.page a:hover{
    color: #227ad3;
    background-color: #ddd;
}
.page span.current{
    color: #fff;
    background-color: #0d999e;
}
.page span.disabled{
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.page .cur{
	border: none;
    background: #FFF;
}
/*a 标签特效 begin*/

/*文件列表表格 end*/
/*热词搜索css*/
.left-bar{
    max-width: 960px;
}
.left-nav{
    margin-right: 4px;
    flex:1;
    background-color: #f5f5f5;
    padding: 12px;
    box-sizing: border-box;
}
.left-title{
    padding-left: 5px;
    font-size: 22px;
    border-left: solid 6px #2691f3;
}
.left-nav-list a{
    display: block;
    margin-top: 10px;
}
.left-nav ul li a{
    display: block;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.left-nav ul li a:hover,.left-nav ul li .current{
    font-size: 16px;
    background-color: #2691f3;
}
.keylist{
     max-width: 670px;
     background-color: #f5f5f5;
 }
.keylist a{
    float: left;
    margin: 5px;
    height: 30px;
    line-height: 30px;
    color: #959595;
    border: 1px solid #959595;
    padding: 0 10px;
    font-size: 20px;
    overflow: hidden;
}
.keylist a:hover{
    color: #333;
    background-color: #2691f3;
}
/*-------------*/
.fri-link{
    margin-top: 5px;
    padding: 5px;
    text-align: left;
    color: #333;
}
/*footer*/
.footer{
    clear: both;
    margin-top: 20px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 10px;
    border-top: 1px solid #f5f5f5;
}
.footer a, .fri-link a{
    color: #333 ;
}
.footer a:hover, .fri-link a:hover,.file-recom a:hover{
    color: #ff4a00;
    text-decoration: underline;
}
.foot-nav{
    height: 16px;
    margin: 10px 0 15px 0;
    overflow: hidden;
}
.copyright{
    color: #959595;
}
.copyright p{
    margin-top: 10px;
    padding-bottom: 8px;
}

.page_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    color: #CCC;
    word-spacing: 3px;
    zoom: 1;
    width: 100%;
}
.qq{
    margin: 0 auto;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #00c;
    text-decoration: underline;
    font-size: 15px;
}
div.share-bar {
    height: 40px;
    border: solid 1px #628e03;
    border-radius: 3px;
    padding-left: 15px;
    margin-bottom: 10px;
}
span.share-hint {
    float: left;
    font-size: 16px;
    line-height: 42px;
    color: #628e03;
}
.file-recom{
    border: solid 1px #E0E0DE;
    padding-bottom: 10px;
    border-bottom: 0px;
}
.file-recom ul{
    padding-top: 10px;
}
.file-recom ul li {
    width: 50%;
    padding-left: 16px;
    box-sizing: border-box;
}
.file-recom h3 span{
    display: block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background-color: #f5f5f5;
    height: 30px;
    line-height: 30px;
}
.file-recom li div {
	margin: 0px 5px 0 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 25px;
    line-height: 25px;
}
.file-recom li a{
    color: #000;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexhot { text-align:left; font-size:16px; clear:both; min-height:120px; margin-top:42px; }
.indexhot h2 {font-size:18px;color:#227ad3; padding:0px;}
.indexhot a { color:#333;}
.indexhot ul { padding:0px; margin:0px; }
.indexhot ul li{ width:20%; float:left; line-height:33px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.container h2 { margin:25px 0px 15px;}

.xxyhot { width:96%; font-size:16px; height:183px; margin-top:42px; display:block;}
.xxyhot h2 {font-size:18px;color:#227ad3; padding:0px;}
.xxyhot a { color:#333;}
.xxyhot ul { padding:0px; margin:0px; }
.xxyhot ul li{ float:left; line-height:33px; margin-left:20px;}


/*index 首页*/
.daren-list{margin:5px 0px 0px 0px;}
.daren-list li{float:left; display:block; width:160px; height:37px; line-height:16px!important; margin-bottom:20px; overflow:hidden;}
.daren-list li img{float:left; border:#C7C7C7 1px solid; width:35px; height:35px;}
.daren-list li span{float:left; display:block; width:118px; height:37px; margin-left:5px; color:#A3A3A3; overflow:hidden;}
.daren-list li span b{display:block; margin-bottom:3px;font-weight:normal;}
.daren-list li span i{font-style:normal;font-size:12px; color:#A3A3A3}

/*搜索*/
#search-suggest {  
    width: 549px;  
	margin-left:60px;
    background-color: #fff;  
    border: 1px solid #999;  
	padding-left:13px;
    display: none;  
}  
  
.suggest ul {  
    list-style: none;  
}  
.suggest ul:after{content:""; display:block; height:0; clear:both;}
.suggest ul li {  
    width:96%;
    padding: 3px;  
    font-size: 14px;  
    line-height: 25px;  
    cursor: pointer;/*手型*/  
	color:#628E03;
}  
  
.suggest ul li:hover {  
    text-decoration: underline;  
    background-color: #e5e5e5;  
}  


.s-nav{
display: block;
height: 30px;
line-height: 30px;
}
.s-nav a{
	padding:2px 8px 2px 8px ;
	border:2px solid #ccc;
	margin: 0 5px 0 5px;
}
.s-nav a.current{
	color: #fff;
	background-color: #0d999e;
}
#resinfo{ margin-bottom:10px; color:#999999; height:22px; line-height:22px;}
#resinfo .fr i{ font-style:normal; border-bottom:1px solid #F76007; color:#F76007;line-height:22px; display:inline-block; float:left;margin-right:10px; padding:0 2px;}
#resinfo .fr a.wt{ display:inline-block; float:left; margin-right:10px;}
#resinfo em{ color:#2EB50C;}

.jc{ margin-bottom:8px; display:block;}

#hd_main .res{ margin-left:118px;width:550px;}

#result{width:650px;}
.res{ float:left;word-break:break-all; display:inline; margin-right:0px; padding-top:10px; overflow:hidden;font-family:arial;border-bottom: 1px solid #ebebeb;}
.res .g h2{font-size:16px; font-weight:normal; margin:0px 0 6px 0; height:20px; overflow:hidden;}
.res .g h2 a{color:#1122CC; text-decoration:underline;}
.res .g h2 a:hover{ background-color:#F5F5F5;}
.res em{color:#DD0000; font-style:normal;}

.res .g{ margin-right:5px; font-size:14px; overflow:hidden;margin-bottom:12px; padding:3px 5px 3px 0px; margin-left:0px;}

.res .g span.a{color:#008000;}
.res .g .view{margin:0 0 0 10px; color:#069; text-decoration:underline; font-size:12px; cursor:pointer;}
.res span.num{font-size:16px; margin-right:5px;}
.res span.nums{font-size:16px; }
.res .std{line-height:150%; font-size:13px;}
.res .g strong{ color:#F00;}
.res .g .std{  overflow:hidden;}
.res .g .hpic{ }
.res .g .pic{width:109px; height:82px; float:left; display:inline; overflow:hidden; margin-right:7px;}
.res .g .pic a{ width:107px; height:80px; border:1px solid #CCC; display:block;}
.res .g .pic a:hover{ border:1px solid #F90;}
.res .g .listimg img{ width:107px; height:80px; margin-right:6px;}
.res .g .listimg{ float:left; display:none;}


#stips{display:none; font-size:16px; margin:15px 0 5px 10px;}
#stips em{ color:#DD0000; text-decoration:underline;}

.res .g b{color:#B10F0D;  font-weight:normal;}

.xglist{ clear:both; margin:10px 0px; padding:10px 10px; background-color:#F9FAFD; }
.xglist h4{ line-height:30px; font-size:14px; font-weight:bold; color:#333333;}
.xglist li{ width:165px; float:left; display:inline-block; margin:5px;}
.xglist li a{ color:#3366CC; font-size:14px;}
.xglist li a:hover{ background-color:#4359D9; color:#FFF;}

#sopage{ text-align:center; margin:10px auto; clear:both;}
#sopage a{ border:1px solid #E5E5E5; margin:0px 3px; text-decoration:none; font-size:14px; line-height:34px; height:34px; width:34px; text-align:center;color:#0033CC; font-weight:normal; margin-top:3px;outline:none; overflow:hidden; display:inline-block; float:left; }
#sopage a:hover{border:1px solid #F7AF84; background-color:#FFFFFF; color:#F54A07;}
#sopage a.this{border:1px solid #F0EFEF; background-color:#F0EFEF; color:#F19612; font-weight:bold;}
#sopage .n{ width:52px;}


#sidebar{ padding:0px 0px 5px 8px; margin-top:10px; margin-left:100px; width:300px; line-height:180%; float:left; display:inline-block;word-break:break-all; border-left:1px solid #E1E1E1; min-height:500px;}
#sidebar a:link{color:#3366CC;}
#sidebar a:hover{background-color:#36F; color:#FFF}


.rankbox{ padding:5px 10px 10px 0px; }
.rankbox .title{ height:30px; line-height:30px; font-size:14px; font-weight:bold; color:#F30; overflow:hidden; border-bottom:1px dashed #CCCCCC}
.ranklist{ padding:0px; margin:5px; overflow:hidden;  display:inline-block;}
.ranklist li{height:20px; margin:5px 5px 5px 0px; padding-bottom:5px; clear:both; overflow:hidden; border-bottom:1px solid #F3F3F3; width:280px;}
.ranklist li .num{ display:inline-block; float:left; width:16px; height:16px; margin-top:2px; background-color:#8EB9F5; line-height:16px; text-align:center; color:#FFF; font-size:12px;}
.ranklist li .arrow{ display:inline-block; float:left; width:10px; height:16px; margin-top:2px; background:url(a.gif) no-repeat center center; line-height:16px; text-align:center; }
.ranklist li .top1{ background-color:#F97A0B;}
.ranklist li .top2{ background-color:#FA9A43;}
.ranklist li .top3{ background-color:#FCB574;}
.ranklist li a{ font-size:14px; display:inline-block; float:left; height:20px; margin-left:5px;padding:0 5px;}
.ranklist li a:hover{ background-color:#F2F1EE; text-decoration:none; padding:0 5px;}

.imglist{ text-align:center; margin:0 auto 10px auto;}
.imglist img{ height:140px;border:1px solid #FFFFFF;}
.imglist li{ background:#fff; float:left; height:142px;}
.imglist img:hover{border:1px solid #F19612;}

.data a{color: #666;font-size: 14px; height: 25px;line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}

.autocomplete-suggestions {
    text-align: left;
    line-height: 23px;
    cursor: default;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    top: 181px;
    left: 9px;
    display: none;
    z-index: 9999;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestions strong { font-weight: normal; color: #2691f3; }
.autocomplete-suggestion {white-space: nowrap; overflow: hidden; padding: 3px 8px;font-size: 14px;}
.autocomplete-selected { background: #F0F0F0; }
.huanyizu{width: 650px;margin: 5px auto 20px auto;text-align: center;}
.huanyizu a{border: 1px solid #2691f3;color: #fff;background: #2691f3;padding: 10px 80px;font-size: 20px;}
.mobile-show {
    display: none;
}
@media screen and (max-width: 960px) {
    .left-nav{
        width: 100%;
    }
    .con-block .con-hot-share ul li{
        width: 100%;
    }
    .searchbox .logo-neipg{
        height: 40px;
    }
    .searchbox .logo-neipg{
        margin-right: 10px;
    }
    .search-form .sbtn{
        width: 90px;
        margin-right: 10px;
    }
    .likesearch-box ul li{
        width: 48%;
        margin-right: 2%;

    }
    .likesearch-box ul li a{
        height: 34px;
        line-height: 34px;
    }
    .hot-list ul li a{
        height: 40px;
        line-height: 40px;
    }
    .conbox .con .hot-share{
        width: 100%;
    }
    .content-info li{
        width: 100%;
    }
    .detail-content{
        padding: 0 16px;
    }
    .detail-right{
        width: 100%;
    }

    .mobile-col{
        flex-direction: column;
    }
    .main .hot_index .slideTxtBox .bd li{
        width: 100%;
    }
    .file-recom ul li{
        width: 100%;
    }
    .hotbox ul li{
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .header .wrap {
        text-align: center;
        padding: 0 10px;
    }

    .header .innerlogo {
        display: block;
        text-align: center;
        vertical-align: middle;
        height: auto;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .searchword a {
        width: 50%;
    }

    .header .searchbox {
        width: 100%;
        margin-left: 0;
        display: block;
        max-width: 100%;
    }

    .bodygray {
        box-sizing: border-box
    }

    .mainbox {
        padding-top: 10px;
        padding-bottom: 20px;
        margin: 0 10px;
    }
    .pagination-wap {
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #f1f1f1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.06);
        margin: 20px 10px;
        height: 48px;
        line-height: 48px;
    }
    .mobile-none {
        display: none!important;
    }
    .mobile-show {
        display: block;
    }

    .pagination-wap a {
        display: block;
        width: 35%;
        text-align: center;
        color: #333;
    }

    .pagination-wap span {
        flex: 1;
        display: block;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;
        height: 16px;
        line-height: 16px;
    }
}