﻿/*style directory
1.about us
2.books
3.news
4.show
5.detail
6.friendlyLink
*/
/*1.about us*/
.right_con{
	float: right;
	width: 712px;
	height: auto;
	margin-top: 10px;
}
.right_con .location{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
}
.location a{
	color: #333;
	text-decoration: none;
}
.location a:hover{
	color: #d04848;
}
.location span{
	color: #333;
}
.text_con{
	width: 100%;
	height: auto;
}
.text_con h3{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
}
.text_con p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 8px;
}
.text_con p img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
/*about us*/
/*2.books*/
.m-books{
	width: 1280px;
	height: auto;
	min-height: 400px;
	margin: 0 auto;
}
.m-books .left_books{
	width: 320px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.left_books h1{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #00468E;
	color: #fff;
	font-size: 20px;	
	padding-left: 15px;
	margin: 0;
}
.left_books li{
	width: 100%;
	background-image: url(../img/jiaotou_gray.png);
	background-position: 10px 13px;
	background-repeat: no-repeat;
	background-size: 7px 13px;
	padding-left: 30px;	
	border-bottom: solid 1px #ccc;
}
.left_books li .list{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-decoration: none;
	color: #333;
}
.left_books li .list:hover{
	color: #00468E;
}
.right_con{
	float: right;
	width: 712px;
	height: auto;
	margin-top: 10px;
}
.right_con .location{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
}
.location a{
	color: #333;
	text-decoration: none;
}
.location a:hover{
	color: #d04848;
}
.location span{
	color: #333;
}
.books_search{
	width: 100%;
	background-color: inherit;
	height: auto;
}
.books_search .search_ul{
	width: 100%;
}
.search_ul li{
	float: left;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color: #333;
	margin: 0 14px;
}
.search_ul li input{
	width: 216px;
	height: 26px;
	line-height: 26px;
	border: solid 1px #ddd;
	padding-left: 2px;
	outline: none;
}
.single_book{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.single_book .photo{
	display: block;
	width:120px;
	float: left;
	margin-right: 16px;
}
.photo img{
	display: block;
}
.single_book .books_info{
	width: 754px;
	float: left;
}
.books_info h3{
	font-size: 16px;
	color:#00468E;
	margin-bottom: 16px;
}
.books_info span{
	display: block;
	font-size: 14px;
	color: #ccc;
	margin-bottom: 10px;
}
.books_info p{
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
/*books*/
/*3.news*/
.m-news{
	width: 1280px;
	height: auto;
	min-height: 400px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
}
.m-news .left_news{
	width: 300px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.left_news h1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../img/left-bg.jpg) repeat-x left top;
	color: #fff;
	font-size: 16px;	
	padding-left: 15px;
	margin: 0;
	overflow: hidden;
}
.left_news li{
	width: 100%;
	background-image: url(../img/jiaotou_gray.png);
	background-position: 10px 11px;
	background-repeat: no-repeat;
	background-size: 7px 13px;
	padding-left: 30px;	
	border-bottom: solid 1px #ccc;
}
.left_news li .list{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.left_news li .list:hover{
	color: #e71812;
}
.right_con{
	float: right;
	width: 902px;
	height: auto;
	margin-top: 10px;
}
.right_con .location{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #ccc;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.location a{
	color: #333;
	text-decoration: none;
}
.location a:hover{
	color: #d04848;
}
.location span{
	color: #333;
}
.news{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}
.news .photo{
	display: block;
	width:150px;
	float: left;
	margin-right: 16px;
}
.news_info h3{
	font-weight: bold;
}
.news_info{
	float: left;
	width: 726px;
}
div.quotes {
	padding: 3px;
	margin:30px 3px 30px 3px; 
	text-align:center}
div.quotes a {
	border: #ddd 1px solid; 
	padding: 2px 5px;
	margin-right: 2px;
	text-decoration: none}
div.quotes a:hover {
	border: #a0a0a0 1px solid; 
	padding: 2px 5px; 
	margin-right: 2px; }
div.quotes a:active {
	border: #a0a0a0 1px solid; 
	padding:2px 5px;
	margin-right: 2px;}
div.quotes span.current {
	border: #e0e0e0 1px solid; 
	padding:2px 5px; 
	font-weight: bold;  
	margin-right: 2px;
	background-color: #f0f0f0}
div.quotes span.disabled {
	border: #f3f3f3 1px solid;  
	padding:2px 5px; 
	color: #ccc; 
	margin-right: 2px; }
/*news*/
/*4.show*/
.m-show{
	width: 1280px;
	height: auto;
	min-height: 400px;
	margin:0 auto;
	padding: 10px 20px;
	background-color: #fff;
}
.m-show .location{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #ccc;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
/*show*/
/*5.detail*/
.news-detail{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 20px;
}
.news-detail h1{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom:10px;
	margin-top: 10px;
}
.news-detail .from{
	text-align: center;
	margin-bottom: 20px;
}
.news-detail .from span{
	margin: 0 10px;
}
.news-detail p{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-top: 20px;
	/* text-indent: 30px; */
}
.news-detail p img{
	display: block;
	margin: 0 auto;
}
/*detail*/
/*6.friendlyLink*/
.center_con{
	width:902px;
	float:left;	
    height: auto;
    padding-bottom: 20px;
}
.center_con .location {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.table_text-1{
	width: 100%;
	padding: 10px 20px;
}
.table_text-1 h3{
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	padding-left: 10px;
}
.table_text-1 table{
	border: solid 1px #ddd;
	margin-bottom: 0;
}
.table_text-1 table td{
	border: solid 1px #ddd;
}
.right_link{
	width: 300px;
	height: auto;
	min-height: 320px;
	float: right;
	background-color: #fdf6f8;
	margin-top: 10px;
	padding-bottom: 20px;
}
.right_link h1{
	width:100%;
	height: 40px;
	line-height: 40px;
	background-color: #df0513;
    color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
}
.right_link ul{
	width: 100%;
	height: auto;
}
.right_link ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: dashed 1px #ddd;
	font-size: 14px;
	color: #333;
	padding-left: 24px;
	background-image: url(../img/ico.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    cursor: pointer;
}
/*friendlyLink*/
/*组件*/
.my-select{
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: solid 1px #ddd;
	padding-left: 4px;
	font-size: 14px;
	color:#333;
	margin-top: 20px;
	outline: none;
}
.j-close{
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #333;
	margin: 20px auto 10px;
	font-weight: bold;
}

