.comic_banner{
    height: 440px;
    background: url("../images/comic_1.jpg") repeat-x center;
}
.comic_list{
    overflow: hidden;
}
.title_line_box ul.module_title{
    border-bottom: 1px solid #404040;
    color: #404040;
    padding-bottom: 5px;
    padding-top: 40px;
}
.title_line_box ul.module_title span{
    font-size: 24px;
    margin-right: 18px;
}
.comic_list_left{
    width: 795px;
}
.comic_list_img{
    padding-top: 18px;
    text-align: center;
    overflow: hidden;
    margin-left: -9px;
    margin-right: -9px;
}
.comic_list_img li{
    width: 185px;
    float: left;
    margin-right: 9px;
    margin-left: 9px;
    height: 300px;
}
.comic_list_img li p.comic_list_image{
    height: 248px;
    overflow: hidden;
}
.comic_list_img li p.comic_list_title{
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}
.comic_list_right{
    width: 355px;
    color: #fff;
    padding-top: 50px;
    font-size: 14px;
    line-height: 40px;
}
.comic_list_right ul{
    padding-left: 32px;


}
.comic_list_right ul span{
    background-color: #464646;
    width: 22px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
.comic_list_right ul span.active{
    background-color: #cb4a12;
}
.comic_list_right ul.list_title_module li{
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding: 15px 0 2px;
}
.comic_list_right ul.margin_b8{
    margin-bottom: 8px;
}
.comic_list_right ul.bg_666{
    background-color: #666;
}
.comic_list_right ul.bg_808080{
    background-color: #808080;
}


.comic_detail{
    padding: 35px;
    border: 1px solid #d1d1d1;
    margin-top: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    height: 335px;
}
.comic_detail div{
    position: relative;
}
.comic_detail p.comic_del_img{
    position: absolute;
    width: 185px;
    height: 248px;
}
.comic_detail ul.comic_del_info{
    padding-left: 225px;
}
.comic_detail ul.comic_del_info li.comic_del_txt{
height: 198px;
    font-size: 14px;
    color: #1f1f1f;
}

.comic_detail ul.comic_del_info li.comic_del_txt p{
    margin-bottom: 10px;
}
.comic_detail ul.comic_del_info li.comic_del_txt p.title{
    font-size: 22px ;
    font-weight: bold;
}
.comic_detail ul.comic_del_info a{
    display: block;
    height: 52px;
    width: 130px;
    border-radius: 8px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    background-color: #ef4d11;
}
.comic_episode{
    border: 1px solid #d1d1d1;
}
.comic_episode ul.comic_episode_link{
    padding: 15px 0 15px 40px;
    /*text-align: right;*/
    border-bottom: 1px solid #d1d1d1;
}
.comic_episode ul.comic_episode_link span{
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.comic_episode ul.comic_episode_link a{
    display: inline-block;
    height: 35px;
    width: 85px;
    text-align: center;
    line-height: 35px;
    background-color: #e2e2e2;
    color: #454545;
    vertical-align: middle;
    border-radius: 8px;
    margin-right: 15px;
}
.comic_episode ul.comic_episode_list li{
    overflow: hidden;
}
.comic_episode ul.comic_episode_list li p{
    border-bottom: 1px solid #d1d1d1;
    height: 70px;
    float: left;
    line-height: 70px;
    width: 25%;
    padding: 0 40px;
}
.episode{
    width: 755px;
    margin: 20px auto;
}
.episode img{
    width: 755px;
}
.episode li.episode_tab{
    padding-top: 20px;
    font-size: 36px;
    color: #424242;
}
.episode li.episode_tab a.float_l{
background: url("../images/comic_icon2.png") no-repeat left;
padding-left: 52px;
}
.episode li.episode_tab a.float_r{
    background: url("../images/comic_icon3.png") no-repeat right;
    padding-right: 52px;
}


.music_list_right{
    width: 335px;
    padding-top: 15px;
}
.music_list_title{
    color: #424242;
    font-size: 14px;
    padding-top: 15px;
}
.music_list_title a{
    display: inline-block;
    line-height: 35px;
    height: 35px;
    background: url("../images/music_icon1.png") no-repeat left;
    padding-left: 40px;
}
.music_list_title a:hover{
    background: url("../images/music_icon2.png") no-repeat left;
    color: #ef4d11;
}


.page_box {
    padding-top: 15px ;
    font-size: 14px;
    text-align: center;
}
.page_box a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 6px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.page_box a:hover,
.page_box a.active {
    color: #fff;
    background-color: #ef4d11;
    border: 1px solid #ef4d11;
}
.page_box a.prev {
    background: url("../images/icon1.png") no-repeat center;
}
.page_box a.next {
    background: url("../images/icon2.png") no-repeat center;
}
.page_box span {
    margin-left: 30px;
}