﻿/*搜索栏结束*/
.pc-style .Current {
    line-height: 14px;
    font-size: 12px;
    padding: 10px;
}

.pc-style .Current a {
    color: #0066cc;
}

.pc-style .Current a:hover {
    color: #0066cc;
}

.pc-style .NewEbooks {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0px auto 20px auto;
}

.pc-style .NewEbooks h1 {
    height: 40px;
    line-height: 40px;
    display: block;
}

.pc-style .NewEbooks h1 #TitleCote {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.pc-style .NewEbooks h1 .Total {
    float: right;
    font-size: 14px;
    font: normal;
    color: #666666;
    font-weight: normal;
}

.pc-style .NewEbooks h1 .Total em {
    color: #cc0000;
}

.pc-style .NewEbooks .List ul li {
    padding: 10px 100px 10px 10px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.pc-style .NewEbooks .List ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #e53737;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
    border-radius: 100%;
}

.pc-style .NewEbooks .List ul li a .FreeDownload {
    color: #00427C;
    display: none;
}

.pc-style .NewEbooks .List ul li a .FreeDownload .SendApp {
    background: url(http://g.100xuexi.com/CssModel/100eshu/Images/bg02787.gif) right center no-repeat;
    padding-right: 16px;
}

.pc-style .NewEbooks .List ul li a .cssType {
    color: #F02929;
}

.pc-style .NewEbooks .List ul li a:hover, .NewEbooks .List ul li a:hover span {
    color: #cc0000;
}

.pc-style .NewEbooks .List ul li .Name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-style .NewEbooks .List ul li .Time {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
    color: #888888;
}

.pc-style .NewEbooks .Pagination {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 15px;
    border-top: 1px dashed #d5d5d5;
    font-size: 14px;
}

.pc-style .NewEbooks .Pagination .Total {
    color: #cc0000;
}

.pc-style #Mid .Block .BorderBot {
    background: url(../Images/bg0023.gif) left top no-repeat;
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}


/*搜索栏结束*/
.mobile-style #Mid{
	width: 100%;
}
.mobile-style #Mid .Current {
    line-height: 14px;
    font-size: 12px;
    padding: 10px;
}

.mobile-style .Current a {
    color: #0066cc;
}

.mobile-style .Current a:hover {
    color: #0066cc;
}

.mobile-style .NewEbooks {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0px auto 20px auto;
}

.mobile-style .NewEbooks h1 {
    display: block;
}

.mobile-style .NewEbooks h1 #TitleCote {
    font-size: 18px;
    font-weight: bold;
	display: block;
    /* float: left; */
	margin-bottom: 10px;
}

.mobile-style .NewEbooks h1 .Total {
	display: block;
    /* float: right; */
    font-size: 12px;
    font: normal;
    color: #666666;
    font-weight: normal;
	text-align: center;
	background: #f5f5f5;
	padding: 5px 10px;
}

.mobile-style .NewEbooks h1 .Total em {
    color: #cc0000;
}

.mobile-style .NewEbooks .List ul li {
	padding: 10px 0px 10px 10px;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.mobile-style .NewEbooks .List ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #e53737;
    position: absolute;
    top: 20px;
    left: 0px;
    border-radius: 100%;
}

.mobile-style .NewEbooks .List ul li a .FreeDownload {
    color: #00427C;
    display: none;
}

.mobile-style .NewEbooks .List ul li a .FreeDownload .SendApp {
    background: url(http://g.100xuexi.com/CssModel/100eshu/Images/bg02787.gif) right center no-repeat;
    padding-right: 16px;
}

.mobile-style .NewEbooks .List ul li a .cssType {
    color: #F02929;
}

.mobile-style .NewEbooks .List ul li a:hover, .NewEbooks .List ul li a:hover span {
    color: #cc0000;
}

.mobile-style .NewEbooks .List ul li .Name {
    display: block;
}

.mobile-style .NewEbooks .List ul li .Time {
	display: block;
    color: #888888;
	font-size: 12px;
}

.mobile-style .NewEbooks .Pagination {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 15px;
    border-top: 1px dashed #d5d5d5;
    font-size: 14px;
}

.mobile-style .NewEbooks .Pagination .Total {
    color: #cc0000;
}

.mobile-style #Mid .Block .BorderBot {
    background: url(../Images/bg0023.gif) left top no-repeat;
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}
.mobile-style .NewEbooks .BotAd{
	display: block;
	background: #006ac4;
	text-align: center;
}
.mobile-style .NewEbooks .BotAd img{
	max-width: 100%;
}