* {
	margin: 0;
	padding: 0;
}

.container-main-title{
	margin-bottom: 20px;
	padding-top: 45px;
	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: 820px;
	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: 100% !important;
    overflow: auto !important;
    display: inline-block !important;
}
table td p {
    text-indent: 0em !important;
}
.table_content2{display:none;}
#zoom img{ margin: 0px !important;    max-width: 680px;}
@media only screen and (max-width:768px){
		.top,.nav,.nav li,.area,.dqwz,.siteinfo,.search,.fb-size,.ewm,.xg-gj,.ewm2,.num,.btn-group,.foot,.zfxxgk_top,.search1,.page-demo,#qrcode,.m-header,.m-nav,.m-footer,.nav-box{}	
		body,.main,.main .container,.container-main {min-width:100%;}
		.table_content2{display:block;}
		.main .container,.container-main{width:100%;margin: 0px;padding: 0px;}
		.head{min-width:100%!important;height:auto!important;}
		.head img{max-width:60%;height:auto;}
		.inner{max-width:100%;}
		.nav ul{max-width:100%;}
		.fb-info{width: 100%;text-align: center;}
		.fb-time{float: none;}
		.top_img{float:none;text-align:center;}
		.nr{padding:0px 0px;}
		#zoom{max-width:100%}
		.m-share{width: 100%;min-width:100%}
		.title{font-size: 1.4rem;line-height: 2.1rem;padding: 0;}
		.ziti{display:none}
		.table_content{display:none;}
		.test-1 {height: auto;overflow: visible;}
}