﻿@charset "utf-8";
/* CSS Document */

/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:12px Verdana,Arial,Tahoma,'微软雅黑';
}
img{
	border:none;
}

a{
	color:#256EB1;
	text-decoration:none;
}
a:hover{
	color:#ba2636;
	text-decoration:none;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma,'微软雅黑';
	vertical-align:middle;
}
.clear{
	clear: both;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w1000{
	width: 1000px;
}

/*---------- header ---------*/
.top{
	/*background: #999;*/
	line-height: 18px;
	text-align: right;
}
.top a{
      line-height: 30px;
	color: #ba2636;
}
.header{
	background: url(/pub/dt/images/header_bg.png) repeat-x;
	height: 69px;
	overflow: hidden;
}
.logo{
	width: 350px;
	height: 70px;
	float: left;
}
.logo  img{
	height: 60px;
	line-height: 70px;
}
.nav{
	float: right;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	float: left;
	line-height: 20px;
	margin: 25px 0;
	padding: 0px 10px;
	border-right: 1px solid #cbcbcb;	
}
.nav ul li:last-child{
	border-right: 0px;
}
.nav ul li a{
	font-size: 14px;
	font-weight: bold;
}
.nav ul li a:hover{
	color:#ba2636;
	text-decoration:none;
}
/*---------- banner ---------*/
.bnrline{
	background: #b9bec1;
	height: 375px;
	overflow: hidden;
}
.bnr{
	margin: 7px 0 8px;
	float:left;
}
.login{
	float:right;
}

/*---------- foot ---------*/
.links{
	border: 4px groove #f1f1f1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 60px;
}
.links ul{
}
.links ul li{
	float: left;
	line-height: 20px;
	margin: 20px 0;
	border-right: 1px solid #909192;
	padding: 0 56px;
}
.links ul li:last-child{
	border-right: 0;
}
.links ul li a{
	color: #909192;
}
.links ul li a:hover{
	color: #ba2636;
}
/*---------- main ---------*/
.tit{
	background-color: #d90706;
}
.tit01{
	margin-top: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d90706;
}
.tit01 .tit{
	border: 1px solid #d90706;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 0 20px;
	/* width: 48px; */
	line-height:24px;
	float:left;	
	background: linear-gradient(#f29a96,#d70808,#f08f89);
	background: -moz-linear-gradient(#f29a96,#d70808,#f08f89);
	background: -webkit-linear-gradient(#f29a96,#d70808,#f08f89);
	background: -o-linear-gradient(#f29a96,#d70808,#f08f89);	
	color: #fff;
	font-size: 14px;
}
.tit01 .more a{
	float: right;
	color: #d90706;
	margin-right:20px;
	line-height: 26px;
}


.list01{
	border-bottom: 1px solid #d90706;
}
.list01 ul{
	overflow: hidden;
	margin: 10px 20px;
}
.list01 ul li{
	width: 120px;
	float: left;
	margin-right: 20px;
}
.list01 ul li:last-child{
	margin-right: 0;
}
.list01 ul li .cover{
	border: 1px solid #0e0e0e;
	height: 165px;
}
.list01 ul li .cover img{
	width: 118px;
	height: 165px;
}
.list01 ul li .name{
	text-align: center;
	border: 1px solid #959595;	
}
.list01 ul li .name a{
	color: #959595;
}


.list02{
}
.list02 ul{
	overflow: hidden;
	margin: 10px 8px;
}
.list02 ul li{
	width: 240px;
	float: left;
	margin-right: 8px;
}
.list02 ul li:last-child{
	margin-right: 0;
}
.list02 ul li .cover{
}
.list02 ul li .cover img{
	height: 160px;
	width: 240px;
}

.two{
	overflow:hidden;
}
.left{
	width: 740px;
	float: left;
}
.right{
	width: 230px;
	float: right;
}


div.col01{
	width: 360px;
	margin-right: 20px;
	float: left;
}
div.col01:nth-child(even){
	margin-right: 0;
}
.tit02{
	margin-top: 20px;
	overflow: hidden;	
}
.tit02 .tit{
	border: 1px solid #d90706;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 0 20px;
	/* width: 48px; */
	line-height:24px;
	float:left;	
	background: linear-gradient(#f29a96,#d70808,#f08f89);
	background: -moz-linear-gradient(#f29a96,#d70808,#f08f89);
	background: -webkit-linear-gradient(#f29a96,#d70808,#f08f89);
	background: -o-linear-gradient(#f29a96,#d70808,#f08f89);
	color: #fff;
	font-size: 14px;
}
.tit02 .more a{
	float: right;
	color: #d90706;
	margin-right:20px;
	line-height: 26px;
}
.list03{
	margin-top: -1px;
	border: 1px solid #b3b3b3;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-o-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
.list03 ul{
	margin: 10px;
	list-style-type: disc;
	padding: 0 0 0 20px;
}
.list03 ul li{
	line-height: 27px;
	
}
.list03 ul li .name{
	width: 318px;
	height: 27px;
	overflow: hidden;
	float:left;
}
.mt20{
	margin-top: 20px;
}
.mt05{
	margin-top: 5px;
}

.cols{
	margin: 9px 0;
}

.col03{
	border: 1px solid #dadada;
	background: #ececec;	
}
.col03 .name{
	color: #d90706;
	margin: 10px;
}
.col03 .cnt{
	height: 100px;
	margin: 0 10px 10px 10px;
	line-height: 24px;
	background: #63b7b7;
	padding: 0 20px;
}
.col03 .cnt a{
	color: #fff;
}
.col03 .cnt a:hover{
	color: #ba2636;
}

.col04{
	border: 1px solid #d1d395;
	background: #fdfed2;
}
.col04 a{
	font-size: 14px;
}
.more_zy .cnt{
	text-align: center;
	min-height: 190px !important;
	padding: 0 10px 10px !important;
}
.col04 .name{
	margin: 10px;
	border-bottom: 1px solid #d1d395;
	color: #a6ad2d;
}
.col04 .cnt{
	text-align: center;
	min-height: 200px;
	padding: 0 10px 10px;
}
.col04 .cnt img{
	max-width: 210px;
}

/*---------- news ---------*/
.nbnr{
	float: left;
	width: 500px;	
}
.bnrline .words{
	float: right;
	width: 380px;
	padding: 60px;
}
.bnrline .words .name{
	font-family:'宋体';
	font-size: 18px;
	margin-bottom:10px;	
	font-weight: bold;
}
.bnrline .words .cnt{
	font-size: 14px;
	text-indent: 2em;
	line-height: 2em;
	color: #323232;
}
.list04{
	height: 260px;
	background: url(/pub/dt/images/colsline.png) left bottom no-repeat;
	margin-bottom: 20px;
}
.list04 ul{
	margin-left: 40px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 2em;
	list-style: square;
}
.list04 ul li{
	overflow: hidden;
}
.list04 ul li .date{
	float: right;
}


/*---------- books ---------*/
.tit01 .tabs{
	line-height: 25px;
}
.tit01 .tabs ul{
	overflow: hidden;
	float: right;
}
.tit01 .tabs ul li{
	float: left;
	padding: 0 20px;
	border:1px solid #bbb;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	
	background: linear-gradient(#ffffff,#c2c2c2);
	background: -moz-linear-gradient(#ffffff,#c2c2c2);
	background: -webkit-linear-gradient(#ffffff,#c2c2c2);
	background: -o-linear-gradient(#ffffff,#c2c2c2);
}

.tit01 .tabs ul li.cur{
	background: #fff;
}
.tit01 .tabs ul li:hover{
	background: #fff;
}
.tit01 .tabs ul li a{
	color: #323232;
}
.tit01 .tabs ul li:hover a{
	color: #ba2636;
}

.list05{
	display: none;
}
.list05.cur{
	display: block;
}
.list05 ul{	
	overflow: hidden;
}
.list05 ul li{
	margin-top: 20px;
	width: 160px;
	margin-right: 8px;
	float: left;
                height: 247px;
	/*overflow: hidden;*/
}
.list05 ul li:nth-child(6n){
	margin-right: 0;
}
.list05 ul li .cover{
	width: 160px;
	/*height: 142px;*/
}
.list05 ul li .cover img{
	width: 160px;
	height: 215px;	
}
.list05 ul li .name{
                margin:auto;
	width: 132px;
	line-height: 17px;
	text-align: center;
}
.list05 ul li .name a{
	color: #646464;
}

.xg{
	display: none;
}
.xg.cur{
	display: block;
                min-height: 70px;
}
.xg ul{	
	overflow: hidden;
}
.xg ul li{
	margin-top: 20px;
	width: 120px;
	/*margin-right: 8px;*/
	float: left;
     
	overflow: hidden;
}
.xg ul li:nth-child(6n){
	margin-right: 0;
}
.xg ul li .cover{
	width: 100px;
	/*height: 142px;*/
}
.xg ul li .cover img{
	width: 100px;
	height: 142px;	
}
.xg ul li .name {
    width: 100px;
    /* height: 30px; */
    line-height: 18px;
    text-align: center;
    margin: 10px 0;
}
.xg ul li .name a{
	color: #646464;
}

/*---------- bookslist ---------*/
.filter{
	margin: 20px 0;	
	width: 100%;
	border: 1px solid #bdbdbd;
	line-height: 24px;
	padding: 10px 20px;
	
}
.pages{
	margin: 20px 0;
	overflow: hidden;
	color: #323232;
}
.pagelist{
	float: right;
}
.pagelist li{
	float: left;
    font-family: '宋体',Arail;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
    padding: 10px 20px;
}
.pagelist li.thisclass{
    background-color: #F8F8F8;
    padding: 10px 20px;
    font-weight: bold;
}
.pagelist .pageinfo {
    line-height: 17px;
    color: #999;
}
.pages a{
	color: #323232;
}

/*---------- booksdetail ---------*/
.bookinfo{
	overflow: hidden;
	margin-top: 20px;
}
.bookinfo>.img{
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 20px;
}
.bookinfo>.img img{
	height: 300px;
}
.bookinfo .info{
	float: left;
	margin-top: 40px;
	line-height: 24px;
	width: 350px;
}
.bookinfo .option{
	margin-top: 40px;
	width: 245px;
	float: right;
}
.bookinfo .option>.img{
	margin-top: 10px;
}

.bookintro{
	margin-top: 20px;
	overflow: hidden;
}
.bookintro .menu{
	width: 400px;
	/*height: 200px;*/
	float: left;
}
.bookintro .menu .title{
	background: #94c345;
	height: 50px;
	line-height: 50px;
	color: #81837f;
	padding-left: 50px;
	font-size: 18px;
}
.bookintro .menu .cnt{
	height: 150px;
	line-height: 24px;
	padding: 20px;
	overflow-y: scroll;
}
.bookintro .intro{
	width: 580px;
	/*height: 200px;*/
	float: right;
}

.bookintro .intro .title{
	background: #f32c23;
	color: #fff;
	padding-left: 50px;
	line-height: 50px;
	height: 50px;
	font-size: 18px;
}
.bookintro .intro .cnt{
	height: 150px;
	line-height: 24px;
	padding: 20px;
	text-indent: 2em;
	overflow-y: scroll;
}

/*---------- train ---------*/
.two2{
	overflow: hidden;
	margin-bottom: 10px;
}
.two2 .left{
	width: 230px;
	float: left;
}
.two2 .right{
	width: 750px;
	float: right;
	margin-top: 20px;
}
.two2 .right .tit01{
	margin-top: 0;
}
.col02{
	width: 230px;
}
.tit03{
	margin-top: 20px;
	overflow: hidden;
    border-bottom: 1px solid #b6b6b6;
}
.tit03 .tit{
	border: 1px solid #b6b6b6;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 0 20px;
	/* width: 48px; */
	line-height:24px;
	float:left;	
	background: linear-gradient(#f29a96,#d70808,#f08f89);
	background: -moz-linear-gradient(#f29a96,#d70808,#f08f89);
	background: -webkit-linear-gradient(#f29a96,#d70808,#f08f89);
	background: -o-linear-gradient(#f29a96,#d70808,#f08f89);	
	
	color: #fff;
	font-size: 14px;
}
.tit03 .more a{
	float: right;
	color: #d90706;;
	margin-right:20px;
	line-height: 26px;
}
.list06{
	border: 1px solid #b6b6b6;
	padding: 20px;
	margin-top: 1px;
	line-height: 24px;
}
.col05{
	margin: 5px 0;
}
.col05 img{
	width: 230px;
}
.col06{
	float: left;
	width: 500px;
}
.col06pic{
	float: right;
	width: 230px;
}
.list07{
	padding: 10px 5px;
	line-height: 24px;	
}
.list07 ul li .date{
	float: right;
}
.col07 .tit01{
	margin-top: 0;
}
.list08{
}
.list08 ul{
	overflow: hidden;
	margin: 10px 0px;
}
.list08 ul li{
	width: 120px;
	float: left;
	margin-right: 6px;
}
.list08 ul li:last-child{
	margin-right: 0;
}
.list08 ul li .cover{
	border: 1px solid #e2e2e2;
	height: 130px;
}
.list08 ul li .cover img{
	width: 118px;
	height: 130px;
}
.list08 ul li .name{
	text-align: center;
}
.list08 ul li .name a{
	color: #323232;
}

.list09{
}
.list09 ul{
	overflow: hidden;
	margin: 10px 0px;
}
.list09 ul li{
	width: 180px;
	float: left;
	margin-right: 10px;
}
.list09 ul li:last-child{
	margin-right: 0;
}
.list09 ul li .cover{
	border: 1px solid #d7d7d7;
	height: 130px;
}
.list09 ul li .cover img{
	width: 178px;
	height: 130px;
}
.list09 ul li .name{
	text-align: left;
	padding: 0 20px;
}
.list09 ul li .name a{
	color: #323232;
}

.three{
	overflow: hidden;
	margin: 20px 0;
}
.three .tit01,.three .tit03{
	margin-top: 0;
}
.three .left{
	width: 320px;
	margin-right: 20px;
}
.three .middle{	
	float: left;
	width: 410px;
}
.three .left ul{
	overflow: hidden;
}
.three .left ul li{
	float: left;
	margin-right: 10px;
}
.three .left ul li:last-child{
	margin-right: 0;
}
.three .right .col02{
	margin-bottom: 20px;
}
.list10{
	padding: 10px;
	border: 1px solid #b6b6b6;
	text-align: center;
	margin-top: 1px;
}
.list11{
	
}
.list11 ul{
	overflow: hidden;
}
.list11 ul li{
	padding: 18px;
	float: left;
}


.cl_right .filter{
	margin: 20px;
	width: 700px;	
	border: 1px solid #bdbdbd;
	line-height: 24px;
	padding: 10px 20px;
}

.list10 img {
    width: 210px;
}


.copyright {
    text-align: center;
    margin: 20px;
}
.clp_content img {
	max-width: 100%;
}
.choice{
	color: #333;
} 
.filter #xueduan {
    margin: 5px 0;
}
.filter #xueke {
    margin: 5px 0;
}
.filter #niandu {
    margin: 5px 0;
}  
.filter a {
    color: #333;
}   