@charset "UTF-8";

/* layout
------------------------------*/
.contents_right{
float: right;
width: 770px;
text-align: center;
z-index: 1;
}
/* topBanner_area
------------------------------*/
.topBanner_area{
margin-bottom: 23px;
}
.topBanner_area a{
display:block;
}
.smallBanner{
margin: 5px 0 0;
}
.bigBanner{
margin: 10px 0 0;
}
.smallBanner ul,
.bigBanner ul{
list-style-type:none;
}
.smallBanner li,
.bigBanner li{
float: left;
margin-right: 4px;
}
.smallBanner li + li,
.bigBanner li + li{
float: left;
margin-right: 5px;
}
.smallBanner li:last-child,
.bigBanner li:last-child{
margin-right: 0;
}
.smallBanner li img{
width: 189px;
}
.bigBanner li img{
width: 382px;
}
/* main_title
------------------------------*/
.main_title {
margin:0 0 13px;
text-align:left;
}
.main_title h1 {
font-size: 18px;
font-weight: bold;
color: #666;
}
/* sub_title
------------------------------*/
.sub_title p{
margin: 3px 24px 8px 0;
text-align:right;
font-size: 12px;
color: #333;
}
/* r_slider
------------------------------*/
.r_slider {
position: relative;
width: 94%;
height: 38px;
background: #fff;
padding: 0 3%;
overflow: hidden;
}
.r_slider .slider_inner {
position: absolute;
width: 94%;
background: #fff;
text-align: left;
overflow-x: auto;
overflow-y: hidden;
z-index:100;
}
.r_slider .slider_inner ul {
position: relative;
list-style: outside none none;
margin: 0;
padding: 0 0 15px 0;
background: #fff;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}
.r_slider .slider_inner ul li {
display: inline-block;
margin: 0 4px 2px 0;
text-align: center;
}
.r_slider .slider_inner ul li a{
display: block;
width: 108px;
padding: 9px 0;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
font-size:12px;
font-weight: bold;
color: #373737;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.r_slider .slider_inner ul li.selected a{
background: #ff7e15;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff7e15), color-stop(1.00, #ff7709));
background: -webkit-linear-gradient(top, #ff7e15 0%, #ff7709 100%);
background: linear-gradient(to bottom, #ff7e15 0%, #ff7709 100%);
color: #fff;
}
.r_slider .slider_inner ul li a:hover{
text-decoration:none;
}
.r_slider .slider_nav.left {
position: absolute;
top: 0;
left: 0;
width: 3%;
height: 34px;
z-index:200;
}
.r_slider .slider_nav.right {
position: absolute;
top: 0;
right: 0;
width: 3%;
height: 34px;
z-index:200;
}
.r_slider .prev {
display: inline-block;
width: 24px;
height: 34px;
position: absolute;
top: 0;
left: 0;
cursor:pointer;
}
.r_slider .prev:before {
content: '';
display: block;
clear: both;
position: absolute;
top: 50%;
left: 8px;
width: 7px;
height: 7px;
margin-top: -6px;
border-bottom: 3px solid #ccc;
border-left: 3px solid #ccc;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.r_slider .next {
display: inline-block;
width: 24px;
height: 34px;
position: absolute;
top: 0;
right: 0;
cursor:pointer;
}
.r_slider .next:before {
content: '';
display: block;
clear: both;
position: absolute;
top: 50%;
right: 8px;
width: 7px;
height: 7px;
margin-top: -6px;
border-top: 3px solid #ccc;
border-right: 3px solid #ccc;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.r_slider .prev:hover:before {
border-bottom: 3px solid #ff7e15;
border-left: 3px solid #ff7e15;
}
.r_slider .next:hover:before {
border-top: 3px solid #ff7e15;
border-right: 3px solid #ff7e15;
}
/* fixBox
------------------------------*/
.fixBox{
margin: 0 auto 30px;
}
.fixBox ul{
display:table;
width:100%;
height: auto;
border-top: 1px dotted #ccc;
}
.fixBox li{
width: 770px;
padding: 10px 0 5px;
border-bottom: 1px dotted #ccc;
vertical-align: top;
overflow: hidden;
}
.fixBox .thum_box{
float: left;
width: 132px;
margin:0 10px 5px;
background: #fff;
vertical-align: top;
text-align: center;
}
.fixBox .thum_box img{
max-width: 130px;
max-height: 190px;
}
.fixBox .thum_box a{
display:block;
}
.fixBox .text_box{
float: left;
width: 458px;
margin-right: 10px;
vertical-align: top;
}
.fixBox .title_name{
line-height: 20px;
text-align: left;
font-size: 17px;
font-weight:bold;
}
.fixBox .title_name a{
color: #08c;
}
.fixBox .title_name a:hover {
color: #005580;
text-decoration: underline;
}
.fixBox .author_name,
.fixBox .genre{
height: 16px;
margin:3px 0 0;
line-height: 16px;
text-align: left;
font-size: 12px;
color:#737373;
overflow: hidden;
}
.fixBox .author_name a{
display: inline;
color:#737373;
}
.fixBox .review_star{
margin:3px 0;
line-height: 16px;
text-align:left;
font-size: 12px;
}
.fixBox .review_star img{
height: 15px;
}
.fixBox .review_star span{
margin: 0 2px;
}
.fixBox .intro{
height: 68px;
margin-top: 6px;
padding-top: 5px;
border-top: 1px dotted #ccc;
line-height: 17px;
text-align: left;
overflow: hidden;
}
.fixBox .intro a{
font-size: 12px;
color: #626d77;
text-decoration: none;
}
.fixBox .btn_box{
float: right;
width: 140px;
margin: 0 0 0 10px;
}
.fixBox .btn_box a{
display: block;
width: 137px;
border-radius: 3px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
text-decoration: none;
}
.fixBox .btn_box a.buy{
height: 40px;
margin-bottom: 7px;
background: #ff2853;
border:2px #e1002D solid;
line-height: 39px;
font-size: 16px;
color: #fff;
}
.fixBox .btn_box a.free{
height: 28px;
background: #f7f7f7;
border:1px solid #999;
line-height: 27px;
font-size: 14px;
color: #444;
}
/* noList
------------------------------*/
.noList{
padding: 23px 8px;
background: #fff;
border-bottom: 1px solid #dadada;
text-align: left;
}
.noList p{
font-size: 14px;
}