﻿/* 内容 */

/* 面包屑导航 */
#content .breadcrumb>li+li:before{
	content:none
}
.breadcrumb{
	background: none;
	margin: 21px 0;
	padding: 0 0 0 19px;
}
/* 面包屑导航end */

/* 左侧列表 */
#left_list{
	width: 99%;
	border: 1px solid #065ca9;
	border-radius:0 36px 0 0;
}
#left_list h2{
	margin: 0;
	padding: 30px 0 30px 18px;
	background: #065ca9;
	color: #ffffff;
	border-radius:0 35px 0 0;
}
#left_list h3 small{
	color: #76a6d0;
	font-size: 15px;
}
#left_list ul{
	padding: 0;
	margin-bottom: 160px;
}
#left_list li{
	border-bottom: 1px dashed #dddddd;
}
#left_list a{
	line-height: 48px;
	padding-left: 14px;
	color: #333333;
	display: block;
}
#left_list a strong{
	color: #065ca9;
	margin-right: 5px;
}
#left_list a span{
	float: right;
	margin-right: 14px;
}
.blue{
	background: #065ca9;
	border-bottom: none !important;
}
.blue strong,.blue a,.blue span{
	color: white !important;
}
.list_tu{
	width: 98%;
	margin-top: 20px;
}
.list_tu img{
	width: 100%;
}
/* 左侧列表end */

/* 右侧内容 */
#right_list{
	margin-left: 26px;
}
.xian{
	width: 100%;
	height: 4px;
	background: #065ca9;
}
#right_list h3{
	text-align: center;
	font-size: 26px;
	color: #065ca9;
	margin: 30px 0 30px 0;
}
.author{
	border-bottom: 1px solid #dddddd;
	color: #a9a9a9;
}
.author p{
	float: left;
}
.author b{
	font-weight: 100;
	float: left;
}
.author span{
	float:right;
}
#right_list img{
	margin-top: 27px;
}
#right_list ul{
	margin-top: 26px;
}
#right_list li{
	color: #333333;
	text-indent: 2em;
	line-height: 26px;
}
.dy{
	float: right;
	margin-right: 20px;
}
.dy img{
	margin-top:0 !important;
}
/* 右侧内容 */

/* 内容end */

@media (max-width: 768px){
	#left_list{width:100%;border-radius: 0;}
	#left_list h3{border-radius: 0;}
	#left_list ul{margin-bottom: 0;}
	#right_list{margin-left: 0;}
	.list_tu{display:none}
	#right_list h3{font-size: 20px;}
	.author b{margin-left: 20px;}
}
/*下載*/
.nr li{
	float: left;
	text-indent:0 !important;
	line-height: 30px !important;
	margin-right: 30px;
}
.link{
	float: left;
	width: 100px;
	display: block;
	line-height: 30px;
	text-align: center;
	color: white !important;
	background: #065ca9;
	margin-left: 30px;
}
.link:hover{
	color: white;
}
.nr h4{
	text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #065ca9;
}
/*下載 end*/
