@font-face{
            font-family:"华光标题宋_CNKI";
            src:url('/scholar/assets/font/HGBTS_CNKI.TTF');
 }
.header {
    position: relative;
    width: 100%;
    height: 71px;
    padding: 8px 0
}

.header .w-1240 {
    height: 55px;
    line-height: 72px;
}

.header .w-1240 .logo {
    float: left
}
.header .w-1240 .nav-sci{
    float:right;
    /*width:30%;*/
    text-align:right;


}
.header .w-1240 .nav-sci a{
    font-size:20px;
    font-weight:700;
    color:#fff;
    background:#00654C;
    padding:5px;
    border-radius: 5px;
}
.header .w-1240 .logo a {
    font-size: 30px;
    /* color: #fff; */
    float: left
}

.header .w-1240 .logo a img {
    float: left;
    height: 72px;
}

.header .w-1240 .logo a span {
    margin-left: 10px;
    letter-spacing: .1em;
    float: left;
	font-family: "华光标题宋_CNKI";
	font-size:35px;
	color:#0040A9;
}

.header .w-1240 .user-container {
    float: right;
    color: #333;
    background: none;
}

.header .w-1240 .user-container .no-login {
    float: right
}

.header .w-1240 .user-container .no-login a {
    margin: 0 5px;
    color: #333;
}

.header .w-1240 .user-container .is-login {
    display: none
}

.header .w-1240 .user-container .is-login .user_avatar {
    display: flex;
    align-items: center;
    color: #333;
}

.topBar {
	width:100%;
    height: 65px;
	line-height:52px;
    background: #f6f6f6;
}
.topBar div{
	width:1240px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.topBar .w-1240 .fl{
	float:left;
}
.topBar .w-1240 .fl li {
    float: left;
    margin-right: 30px;
    font-size: 14px
}


.topBar .w-1240 .fr #searchValue {
    width: 300px;
    border-radius: 20px 0 0 20px;
    background: #fff;
    border: 1px solid #ededed;
    border-right: none;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    float: left
}

.topBar .w-1240 .fr #searchBtn {
    width: 57px;
    border-radius: 0 20px 20px 0;
    background-color: #0068b7;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    float: left;
    background-position: -2px -87px;
    background-image: url("/scholar/assets/images/icons.png")
}

.aside {
    position: fixed;
    bottom: 125px;
    right: 50px;
	z-index:9999;
}

.aside ul {
    width: 50px
}

.aside ul li {
    padding: 5px;
    font-size: 36px;
    background: #a4a4a4;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #fff
}

.aside ul li:last-child {
    border-bottom: none
}

.footer {
    width: 100%;
    padding: 20px 0;
    color: #9b9c9c;
    font-size: 12px;
    line-height:24px;
    background: #0068b7;
    /*position: fixed;*/
    bottom: 0;
}

.footer .w {
    width: 1000PX;
	min-width:1000px;
    position: relative;
    margin: 0 auto
}
.footer .footer-menu{
	width:60%;
}
.footer .w .fr {
    position: absolute;
    top: 0;
    right: 0
}

.footer .w a {
    color: #9b9c9c
}

.child_container {
    margin: 20px;
    padding: 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ebeef5;
    background-color: #fff;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 4px;
    overflow: hidden
}

.layui-table,
.layui-table-view {
    margin: 0
}