* {
	margin: 0;
	padding: 0;
}

.container-main-title{
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 32px;
	color: #2d66a5;
	font-weight: 700;
}

.container-main {
	width: 710px;
	/*height: 1085px;*/
	padding: 0px 30px 30px 30px;
	
}

.container-main p {
	text-indent: 2em;
	line-height: 36px;
	font-size: 18px;
}

h1 {
	font-size: 22px;
	line-height: 50px;
}

h2 {
	font-size: 20px;
	line-height: 40px;
}

h3 {
	display: inline;
	font-size: 18px;
	margin-left: 28px;
}

h3+p {
	display: inline;
}

h3+p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.test-1{
	height: 740px;
	overflow-y: auto;
}

.test-1::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 0px;
}
.test-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #2d66a5;
	height: 10px;
}
.test-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}
.test-1{
	padding:0px 10px;
	scrollbar-face-color: #2d66a5; /**//*立体滚动条的颜色*/
	scrollbar-track-color: #EDEDED; /**//*立体滚动条背景颜色*/ 
}

.tit-info {
    margin-bottom: 30px;
    padding-bottom: 27px;
    text-align: center;
    font-size: 16px;
    border-bottom: 3px solid #ecececad;
    border-radius: 2px;
}

.tit-info span {
    margin-left: 5px;
}

.tit-info a {
    color: #333;
}

.m-share{
    text-align: right;
    width: 680px;
    height: 40px;
}
.bdsharebuttonbox.bdshare-button-style0-16{
    float: right;
    height: 40px;
    padding-top: 10px;
}
#zoom table {
    max-width: 685px;
    /*table-layout: fixed;*/
    word-wrap: break-word;
}
#zoom table td p {
    text-indent: 0em !important;
}

table.table_content {
    border-collapse: collapse;
    width: 710px;
    margin-top: 30px;
}
table.table_content td {
    border: 1px solid #ccc;
    padding-left: 5px;
}