@charset "utf-8";
body, input, select, option, textarea, button{
	font-family: "Microsoft Yahei","微软雅黑",Arial,sans-self;
}
body{
	overflow:auto;
	font:12px/1.5  "Microsoft YaHei","微软雅黑","SimSun","宋体";
	color:#333;
	zoom:100%;
}
a,input,select,option,textarea,button{
	font-family: Arial,"Microsoft Yahei","微软雅黑",sans-self;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/*form*/
.btnupload1 {
    background-position: 0 0;
    height: 30px;
    width: 130px;
}
.btnupload1, .btnupload2,.btnupload3, .btndown1, .btndown2, .btndown3, .btnlike1, .btnsay1, .btnsay2, .btncss1, .btncss2, .btncss3, .btnbig1, .btnbig2, .btncss4, .btncss5, .btnlong1, .btnlong2, .btnlong3, .btnlong-small-white {
    background: url("../images/buttons-bg.png") no-repeat scroll 0 0;
    border: medium none;
    color: white;
    cursor: pointer;
    font: 14px/100% "微软雅黑","黑体","宋体";
    text-align: center;
    text-shadow: 0 -1px 1px #333;
    vertical-align: middle;
}
.btnupload2{ width: 40px; height:30px; background-position: -390px 0; } 
.btnupload2:hover{background-position:-430px 0;} 
.btnupload2:active{background-position:-470px 0;}
.btnupload3{
    width: 100px;
    height:30px;
    background-position: 0 -425px;
}
.btnupload3:hover{background-position: -100px -425px;}
.btnupload3:active{background-position: -200px -425px;}


.header{
	position:relative;
	z-index:3;
	height:50px;
	background:rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);

}
/* 页头中的样式 Header Css */
.logo{float:left; padding:4px 0 0;}
.logo img{width:164px; height:40px;}


/*83-155*/
.header .search{float:left; padding:10px 0 0;}
.header .search .stext,
.header .search .sbtncss{
	float:left;
	height:30px;
	border:none;
	background:url(../images/search1-bg.png) no-repeat;
	line-height:30px;
}
.header .search .stext{
	width:160px;
	padding:0 5px;
	background-position:left 0;
}
.header .search .sbtncss{
	width:30px;
	background-position:right 0;
	cursor:pointer;
}
.header .shop{float:right;}
.header .shop li{
	position:relative;
	float:left;
}
.header .shop li.upload{padding:10px 10px 0;}
.header .shop li.signin a,
.header .shop li.login a{
	float:left;
	display:block;
	height:50px;
	padding:0 20px;
	font:18px/50px "微软雅黑";
	color:white;
    text-decoration: none;
}
.header .shop li.signin a:hover,
.header .shop li.login a:hover,
.header .shop li.signin a.current,
.header .shop li.login a.current{background:rgba(0,0,0,0.7);}
/* 用户提示信息 */
.header .shop li.usertips a.mycenter{
	display:block;
	float:left;
	height:50px;
	padding:0 30px 0 10px;
	background:url(../images/pointer-down.png) no-repeat 46px center;
}
.header .shop li.usertips a.mycenter:hover,
.header .shop li.usertips a.current{
	background:#111 url(../images/pointer-down.png) no-repeat 46px center;
}
.header .shop li.usertips .gravatar{
	margin-top:10px;

    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;

}
.header .shop li.usertips .gravatar img{width:30px; height:30px;}

/* End */


/* 顶部的全局搜索 */
.bigsearch{float:left;}
.bigsearch .stext,
.bigsearch .sbtncss{
    float:left;
    height:30px;
    border:none;
    background:url(../images/search1-bg.png) no-repeat;
    line-height:30px !important;
}
.bigsearch .stext{
    padding:0 5px;
    background-position:left 0;
	font:12px/1.5  "Microsoft YaHei","微软雅黑","SimSun","宋体";
}
.bigsearch .sbtncss{
    width:30px;
    background-position:right 0;
    cursor:pointer;
}
.bigsearch div{
	+float: left;
}


/* 全局主导航 2015-04-20 更改并且新增 Author:ZH */
.mainnav{float:left; padding:0 0 0 20px;}
.mainnav .nav>li{position:relative; float:left;}
.mainnav .nav>li>a{
    display:block;
    float:left;
    height:50px;
    padding:0 10px;
    line-height:50px;
    font-size:16px;
    color:#ccc;
    text-decoration: none;
}

.mainnav .nav li .hottip {
    position: absolute;
    right: -8px;
    top: 8px;
    z-index: 9;
}

.mainnav .nav>li:hover,
.mainnav .nav>li>a:hover{background-color:rgba(0,0,0,1); color: #eee;
transition:background 1s;
    -moz-transition:background 1s;	/* Firefox 4 */
    -webkit-transition:background 1s;	/* Safari 和 Chrome */
    -o-transition:background 1s;

}
.mainnav .nav>li>a.current{background-color:#3498db; color:white;}

.mainnav .nav>li.dropdown{position: relative;}
.mainnav .nav>li.dropdown>a{
    padding:0 25px 0 15px;
    background-image:url(../images/mainnav-arr1.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/* 用户与操作（登录、注册，用户中心，搜索框，上传按钮） */
.usershop{float: right;}
.usershop ul li{
    float: left;
    padding:0 0 0 10px;
}
.usershop ul li.shop1{padding-top: 10px;}
.usershop .user1,
.usershop .user2{
    position: relative;
    line-height: 28px;
    color: #ccc;
}
.usershop .user1{padding: 10px;}
.usershop .user1 a,
.usershop .user2 a{color: #ccc; text-decoration: none;font-size: 12px;}
.usershop .user1 a:hover,
.usershop .user2 a:hover{color: #eee;}

.usershop .user2 .mycenter{
    display: block;
    padding: 10px 25px 10px 10px;
    background-image:url(../images/mainnav-arr1.png);
    background-repeat: no-repeat;
    background-position: right center;
    transition:background 1s;
    -moz-transition:background 1s;	/* Firefox 4 */
    -webkit-transition:background 1s;	/* Safari 和 Chrome */
    -o-transition:background 1s;	/* Opera */
}
.usershop .user2:hover,
.usershop .user2 .mycenter:hover{background-color: black;}
.usershop .user2 .gravatar,
.usershop .user2 .gravatar img{
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.usershop .user2 .gravatar{
    position: relative;
}
.usershop .user2 .gravatar .hint{
    width: 16px;
    height: 16px;
    background: url(../images/hint.png) no-repeat center;
    display: inline-block;
    vertical-align: -4px;
    position: absolute;
    top: -6px;
    right: -8px;
}
/* End */

/* 下拉菜单 */
.dorpmenu1,
.dorpmenu2{
    position: absolute;
    z-index: 1;
    top: 55px;
    right: 0;
}
.dorpmenu1{
    top: 55px;
    border-radius: 5px;
    background: #33485f;
    padding: 3px;
}
.dorpmenu1 .arr{
    display: block;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 10px;
    left: 10px;
    height: 5px;
    background: url(../images/dorpmenu-arr1.png) no-repeat right bottom;
}
.dorpmenu1 a.subnav{
    display: block;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    color: #eee;
    text-decoration: none;
    transition:background 0.5s;
    -moz-transition:background 0.5s;	/* Firefox 4 */
    -webkit-transition:background 0.5s;	/* Safari 和 Chrome */
    -o-transition:background 0.5s;	/* Opera */
}
.dorpmenu1 a.subnav:hover{background: #1abc9c;}
.dorpmenu1 a.subnav:active{background: #16a085;}

.dorpmenu2{
    top: 50px;
    background: black;
    padding: 3px 1px;
}
.dorpmenu2 .arr{display: none;}
.dorpmenu2 a.subnav{
    display:block;
    height:30px;
    padding:0 10px;
    font:12px/30px "微软雅黑";
    color:white;
    text-decoration: none;
}
.dorpmenu2 a:hover{background: #333; color:#00b0ff!important;}
.dorpmenu1 a.subnav i,
.dorpmenu2 a.subnav i{padding: 0 10px 0 0;}

.dorpmenu2 a .hint{
    width: 16px;
    height: 16px;
    background: url(../images/hint.png) no-repeat center;
    display: inline-block;
    vertical-align: -4px;
}

/* 文档分类 */
.categorys{width: 300px;}
.categorys li{float: left; width: 25%;}

/* 二级菜单 */
.dorpmenu1 .subnavul{width: 100px;}
.dorpmenu1 .subnavul li{float: none; padding: 1px 0;}

.dorpmenu2 .subnavul{width: 102px;}
.dorpmenu2 .subnavul li{float: none; padding: 0 0;}

/* 用户快捷登录 */
.userlogin{ width:260px; padding:10px;}
.userlogin table td{padding: 3px; font-size: 12px;}
.userlogin table td.name1{width: 60px;}
.userlogin table td .imgcode{vertical-align: middle; margin: -5px 5px 0;}
.userlogin .alert{
    margin: 0 3px 5px;
    padding: 10px 15px;
    line-height: 100%;
}

/* 用户中心导航入口 */
.userlinks{width:120px;}
.userlinks li{
    clear: left;
    width: 120px;
    padding:0!important;
}
/* Eed */









/* 页脚中的样式 Footer Css */
.footer{background:#4c4c4c url(../images/footer-bg.png) repeat-x; color:white;overflow: hidden;}
.footer .mainpart{padding:10px 0; line-height:25px;}
.footer .copyrught{float:left;font-size: 12px;}
.footer .tel{float:right;}
.footer .service-qq{
	display:block;
	width:96px;
	height:25px;
	background:url(/assets/images/service-qq-bg.png) no-repeat;
	cursor:pointer;
}
.footer .service-qq:hover{background-position:0 -25px;}
/* End */



/* 底部活跃区域 active */
.activelist{background:#eee url(../images/activelist-bg.png) repeat-x top;overflow: hidden;margin-top:20px}
.columns{
	float:left;
	width:25%;
	padding:20px 0;
	color:#666;
}
.columns h3{
	padding-bottom:10px;
	font:18px/100% "微软雅黑";
	color:#333;
}
.columns h3 a{
	padding-bottom:10px;
	font:18px/100% "微软雅黑";
	color:#333;
}
.columns ul{float:left; padding:5px 50px 0 0;}
.columns li{line-height:2;font-size: 12px;}
.columns li a{color:#666; text-decoration:none;font-size: 12px;}
.columns li a:hover{color:#33bbd9;}

.columns-ad{

	float:left;
}
.columns li a.weibo{
	display:inline-block;
	float:left;
	margin-right:10px;
}
.columns-ad .qrcode{
	float:left;
	margin:8px 10px 0;
	padding:2px 2px 5px;
	background:white;
	font-size:14px;
	line-height:100%;
	text-align:center;
}
.columns-ad .qrcode img{width:100px; margin-bottom:5px;}
.columns-ad .adtext{
	float:left;
	width:150px;
	padding:20px 0;
}
a{
	text-decoration: none;
	outline: none;
}
.grey9{
	color: #999;
}
.grey6{
	color: #666;
}
.grey3{
	color: #333;
}
.hide{
	display: none;
}
.fr{
	float: right;
}
.bigsearch .stext{width: 220px;}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.skintips,
.skin-peeler img,
.skin-peeler,
.topshop,
.toplayer-shop{
	display: none;
}

.sidechage .vip-free li{
	padding: 5px 0;
}
.detail-side.sidechage .vip-free{
	margin: 10px 0;
}
.right{float:right}.left{float:left}
.content{clear:both;width:1200px;margin:0 auto;padding-top:24px;}
.content .box{background: #fff;margin-bottom: 20px;}
.box h5{margin-bottom:10px;border-bottom:1px solid #f5f5f5;position:relative}.camNavC>a.selected,.camNavC>span.selected{background:#fff;font-weight:700}.camNavC>a,.camNavC>span{display:inline-block;padding:0 25px;border-top:3px solid #fcfcfc;height:46px;line-height:46px;font-size:16px;color:#282828}.box .picbig{padding:0 10px;overflow:auto}.box .news-photo{width:22%;float:left;margin:1.5%;overflow:hidden}.box .news-photo .ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.box .news-photo img{width:243px;height:168px}.letterAlbum{height:36px;border-left:1px solid #d8d8d8;font-size:0;margin:14px 0 19px 5px}.letterAlbum a{display:inline-block;font-size:16px;padding:0 10px;border-right:1px solid #d8d8d8;height:36px;text-align:center;line-height:36px;border-bottom:1px solid #d8d8d8;border-top:1px solid #d8d8d8;color:#000}.letterAlbum .active,.letterAlbum a:hover{background:#ffb900;color:#fff}#letterAlumList{position:relative;height:2300px;overflow:hidden}.letterAlumBox{position:absolute;left:0;top:0;background:#fff;width:1200px}.letterAlumList{padding:0 20px}.lettersA{border-top: 1px solid #eee;padding:10px 30px}.lettersA h4{width:26px;float:left;background:#e6e6e6;margin:15px 44px 0 0;padding:10px 0;text-align:center;color:#999;font-size:16px}.lettersA ul{width:740px;float:left}.lettersA ul li{width:166px;float:left;margin-right:10px;font-size:14px;line-height:28px;height:28px;overflow:hidden}.lettersA ul li a{color:#999}.lettersA ul .red,.lettersA ul .red a{color:red}.openAllAlum{height:28px;text-align:center;padding-top:15px;width:1130px}.openAllAlum a{display:inline-block;width:90px;height:26px;line-height:26px;text-align:center;border:1px solid #d1d1d1;background:#ececec}.lettersA ul{padding:10px 0 30px}.lettersA ul.showUl{height:auto}.m-list-section .g-title{border-bottom:2px solid #ededed}.m-list-section .cur-pos{color:#666;margin-bottom:26px}.m-list-section .cur-pos .pos-txt{color:#999}.m-list-section .cur-pos .pos-link{color:#666}.m-list-section .cur-pos .pos-link:hover{color:#358ff0}.m-list-section .section-a{width:860px;background:#fff;border:1px solid #eee}.m-list-section .a-list{}.m-list-section .a-list .list-item{padding:20px 0 26px 10px;border-bottom:1px solid #ededed}.m-list-section .a-list .item-title{font-size:20px;margin-bottom:21px}.m-list-section .a-list .item-info{color:#666;margin-right:40px;overflow:hidden}.m-list-section .a-list .info-desc{line-height:24px;margin-bottom:17px;text-align:justify}.m-list-section .a-list .info-detail{margin-top:11px;margin-bottom:20px;font-size:12px}.m-list-section .a-list .info-other{font-size:12px;line-height:30px}.m-list-section .a-list .info-other .g-star{position:relative;top:-2px;margin-left:4px}.m-list-section .a-list .info-btn{float:right;width:92px;height:28px;color:#999;border:1px solid #c2c2c2;text-align:center;border-radius:2px;line-height:28px;font-size:14px;letter-spacing:2px}.m-list-section .a-list .info-btn:hover{color:#358ff0;border-color:#358ff0}.article-right{margin-bottom:70px;width:320px;border: 1px solid #eee;}.other-article{margin-bottom:20px;background: #fff;padding:10px;}.other-article h2{color:#14191e;height:56px;line-height:49px;border-bottom:1px solid #eee;font-size:16px;font-weight:700}.other-article li{line-height:1.5;max-height:15em;word-break:break-all;border-bottom:1px solid #eee;padding-top:10px}.other-article .title{margin-top:15px;font-size:16px;color:#333;word-wrap:break-word;word-break:break-all;line-height:24px}.other-article .title:hover{color:#016672}.other-article p{margin-top:10px;color:#787d82;font-size:12px;line-height:20px}.other-article .show-box{margin:5px 0 10px;color:#b5b9bc;font-size:12px;line-height:20px}.other-article .show-box .spacer{margin-right:30px}
.breadcrumb {
    position: relative;
    z-index: 1;
    height: 35px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #f6f4f0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.breadcrumb .subnav {
    float: left;
    font-family: "微软雅黑","宋体";
    line-height: 35px;
}
.breadcrumb .subnav a {
    text-decoration: none;
    color: #146C88;
}
.view-warp{width:1200px;margin:20px auto 0}
.view-warp .view_title h1{font-size:18px;color: #555;line-height:30px;margin-bottom: 10px;}
.view_title{background:#fff;overflow:hidden;margin-bottom: 10px;}.view_title .view_title_info li{margin-right:40px;font-size:12px;color:#666;float:left}.view_title .view_title_info li a{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view_title .view_title_menu li{float:right;margin-right:20px;}.view_title .view_title_menu a{display:inline-block;margin-left:20px;color:#666}.view_title .view_title_menu .fa-heart{margin-right:7px;color:#888;cursor:pointer}.view_title .view_title_menu .fa-heart.active{color:red}.view_title .view_title_menu .report i{padding:1px 0px;background:url(../img/home.png) no-repeat 0 -357px}.view_title .view_title_menu .report:hover i,.view_title .view_title_menu .report.active i{background:url(../img/home.png) no-repeat -30px -357px}
.view-warp .player{border:1px solid #ccc;overflow:hidden;height:650px}
.view-warp .player .menu{width:250px;padding-top: 10px;float:left;box-sizing:border-box;border-right:2px solid #ccc;overflow:scroll;height:100%;background:#eee}
/*.view-warp .player .menu span.free{color:#ff5722;font-weight:700}
.view-warp .player .menu a{color:#333;font-size:12px;display:inline-block;height:18px;line-height:18px}
.view-warp .player .menu a.type-folder{font-weight:700}
.view-warp .player .menu ul{padding-left:20px}
.view-warp .player .menu ul li em{display:inline-block;width:18px;height:18px;vertical-align:middle}
.view-warp .player .menu ul li{white-space:nowrap;text-overflow:ellipsis;background:url(/statics/images/icon/tree.png) repeat-y -295px -7px}
.view-warp .player .menu ul li.cur>a{font-weight:700;color:#009688}
.view-warp .player .menu .folder-close ul{display:none}
.view-warp .player .menu .folder-open ul{display:unset}*/

.view-warp .player .menu span.free{color:#ff5722;font-weight:700;}
.view-warp .player .menu a{color:#333;font-size:12px;display:inline-block;height:20px;line-height:20px;padding-left: 17px;margin-left: 4px;}
.view-warp .player .menu a.type-folder{font-weight:700}
.view-warp .player .menu li {list-style-type: none;margin: 0;padding-left: 10px;position: relative;}
.view-warp .player .menu .cur a{color:#F00;font-weight:bold}
.view-warp .player .menu li:before,.player .menu li:after {content: '';left: 6px;position: absolute;right: auto;}
.view-warp .player .menu li:before {border-left: 1px dashed #999;bottom: 50px;height: 100%;top: 0;width: 1px;}
.view-warp .player .menu li:after {border-top: 1px dashed #999;height: 20px;top: 10px;width: 8px;}
/*.view-warp .player .menu>ul>li:before,.player .menu>ul>li:after {border: 0;}*/
.view-warp .player .menu li .folder-open{background:url(/static/images/folder-open.png) no-repeat -3px 0px;}
.view-warp .player .menu li .folder-close{background:url(/static/images/folder-close.png) no-repeat -3px 0px}
.view-warp .player .menu li .type-file{background:url(/static/images/ipdf.png) no-repeat 0px 2px;}

.view-warp .stage{overflow:hidden;width:948px;margin-left:250px;height:650px}
.J_iframe{position:relative;background:#fff;overflow:hidden;height:650px;text-align:center}
.J_iframe .J_files{overflow-x:scroll;overflow-y:scroll;height:650px}
.J_iframe li img{max-width:100%}
.full_screen{position:absolute;right:15px;background:#009688;border-radius:5px;padding:0 15px;color:#fff;height:30px;line-height:28px;top:13px;font-size:14px;font-weight:700;text-decoration:none;z-index:999}
.full_screen:hover{background:#00796b;text-decoration:none}
.favorite{position:absolute;right:15px;background:#009688;border-radius:5px;padding:0 15px;color:#fff;height:30px;line-height:28px;top:13px;font-size:14px;font-weight:700;text-decoration:none;z-index:999}
.favorite:hover{background:#00796b;text-decoration:none}
.J_tips{display:none;margin:100px auto;padding:50px;text-align:center;color:red;font-size:14px;border:1px solid #e0e0e0;width:50%;background:#f5f5f5;border-top-width:10px}
.J_tips a{display: inline-block; margin-top: 10px;height: 35px;line-height: 35px;padding: 0 18px;background-color: #009688;color: #fff; white-space: nowrap;text-align: center;font-size: 14px;border: none;border-radius: 2px;cursor: pointer;}
.J_guide{color:red;text-align:center;font-size:14px;font-weight:700;width:400px;border:1px solid red;margin:300px auto 0;padding:10px 0}
::-webkit-scrollbar{width:6px;height:5px}
::-webkit-scrollbar-track{border-radius:0;background:0 0}
::-webkit-scrollbar-thumb{border-radius:0;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);background-color:rgba(158,158,158,.2)}
::-webkit-scrollbar-thumb:hover{border-radius:0;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);background-color:rgba(85,85,85,.4)}
.full .J_files{height:100%}
.toolbar{display:flex;top:0;width:930px;margin:8px auto 0;height:40px;line-height:40px;border:1px solid #bdbdbd;padding:5px 0;text-align:center;box-sizing:border-box;background:#eee;border-radius:3px}
.toolbar .page-box{width:800px;line-height:25px;text-align:left;padding-left:10px}
.toolbar .page-box input{width:30px;text-align:center;height:18px;vertical-align:middle}
.toolbar .page-box a{background:#e0e0e0;border:1px solid #ccc;color:#000;display:inline-block;height:20px;line-height:20px;padding:0 10px;text-decoration:none;vertical-align:middle}
.toolbar .page-box a:hover{border-color:#000}
.toolbar .glass{float:right;width:200px;line-height:32px;text-align:right;padding-right:10px;padding-top:3px}
.toolbar .glass a{width:20px;height:20px;border:1px solid #bdbdbd;line-height:20px;text-align:center;font-size:19px;display:inline-block;text-decoration:none;background:#eee;color:#616161;border-radius:2px;margin-left:8px}
.toolbar .glass a:hover{border-color:#000}
.toolbar .glass a.disable{border-color:#ccc;color:#ccc}
/*search*/
.d{
	margin-bottom: 20px;
}
.header_search{
	height: 50px;
}
.header_search .text{
	width: 60%;
	height: 48px;
	line-height: 48px;
	border: 2px solid #eee;
	padding: 0 20px;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	outline: none;
}
.header_search div{
	float: left;
}
.header_search select{
	display:none;
}
.d_btn{
	width: 58px;
	height: 48px;
	line-height: 42px;
	border: 1px solid #00a1e9;
	border-left: none;
	background: #00a1e9;
	cursor: pointer;
	color: #fff;
	transition:all .5s;
}
.d_btn.key{
	border-color: #00a1e9;
	background: #00a1e9;
	color: #fff;
}
.d_btn img{
	width: 30px;
	height: 30px;
}
.dbig_btn{
	float: right;
	width: 250px;
	height: 40px;
	line-height: 38px;
	border: none;
	color: white;
	background: #1AA1E6;
	cursor: pointer;
	font-size: 16px;
}
.dbig_btn:hover{
	background: #00B0FF;
}
.dbig_btn i{
	font-size: 20px;
	padding-right: 10px;
}
/*search end*/
.corpus-box h1{padding-left:100px;font-size: 14px;font-weight: bold; height:50px;line-height: 50px;}
.corpus-box table{border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 50px 24px;
   
    width: 80%;}
.corpus-box table td {
    border: 1px solid #ededed;
    padding: 6px 10px 6px 10px;
}
.corpus-box p{padding-right:10px;}
caption, th, td {
    font-weight: normal;
    text-align: left;
}