@charset "utf-8";
/*a_main*/
#a_main{width:1000px;margin:10px auto;}

/*sidebar*/
.sidebar{padding:0;}
.sidebar .title{height:41px;font-size:16px;font-weight:bold;line-height:41px; padding-left:0;}
.sidebar .title span {background:url(#) no-repeat 13px 9px;display:block; padding:0 0 0 45px;}
.sidebar .tit{display:block;background:#efefef;padding:5px 0 5px 15px;}

/*leftBox*/
.leftBox{float:left;width:712px; padding:10px 20px; min-height:400px; border:solid 1px #e2e2e2;border-radius:10px;}
.content .title1 {border-bottom:solid 1px #e5e5e5; margin-bottom:10px;}
.content h1{display:block;font-size:20px;line-height:30px;padding:0 0 10px 0;}
.content p{line-height:1.8em;padding:0 0 10px 0;}
.content h3{font-size:16px;}
.content img {max-width:100%;}

.links{background:#e7e7e7;padding:10px;line-height:18px}
.cont .list1{padding:0 0 10px}
.cont .list1 li{background:url(#) no-repeat 10px 8px;padding-left:20px;line-height:18px}

@media (max-width: 979px) {
	#a_main {width:auto;padding:0 10px;}
}
@media (max-width: 960px) {
	.leftBox {width:72%;}
	.sidebar {width:25%; float:right;}
}
@media (max-width: 767px) {
	.leftBox,.sidebar {float:none; width:auto;}
}