.main {
	margin:0 auto;
	padding:20px 0;
	width:1200px;
	overflow:hidden;
}
.box {
	margin:0;
	padding:0;
	overflow:hidden;
}
.box .boxtitle {
	margin:0;
	padding:0;
	font-size:18px;
	border-bottom:1px solid #D4D4D4;
	color:#333;
}
.box .boxtitle b {
	padding:0;
	display:block;
	font-size:18px;
}
.box .boxtitle em {
	line-height:20px;
	display:block;
	font-family:"Arial", Gadget, sans-serif;
	text-transform:capitalize;
	font-size:16px;
}
.box .boxtext {
	margin:0;
	padding:10px;
	line-height:30px;
}


.right {
	float:right;
	width:910px;
}
.right .box { /*border:1px solid #DCDCDC;*/
}
.right .boxtitle {
	padding:0 20px;
	line-height:45px;
	font-size:16px;
	background:url(../images/line2.jpg) no-repeat left center;
}
.right .boxtitle b {
	margin:0 20px 0 0;
	font-size:24px;
	font-weight:normal;
	display:inline-block;
}
.right .boxtitle em {
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
}
.right .boxtext {
	padding:10px 0;
}
.aside {
	width:250px;
}
/*侧边分类*/
	.aside_fenlei {
	margin:0 0 50px 0;
	overflow:hidden;

	
}
.aside_fenlei .boxtitle {
	padding: 0 10px 0 20px;
	color: #fff;
	font-size: 30px;
	background-color: #1955ba;
	height: 45px;
}
.aside_fenlei .boxtitle b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	padding: 5px 10px 0px 0px;
	
}
.aside_fenlei .boxtitle em {
	line-height:30px;
	display:inline-block;
	font-family:"Arial", Gadget, sans-serif;
	text-transform:uppercase;
	font-size:14px;
}
.aside_fenlei .boxtext {
	margin:0;
	overflow:hidden;
	color:#fff;
}
.aside_fenlei .boxtext a {
}
.aside_fenlei .boxtext .hd {
	padding:0 10px;
	background:#0075C5;
}
.aside_fenlei .boxtext .bd {
}
.aside_fenlei .boxtext ul li {
	margin:0;
	padding:0 20px 0 40px;
	line-height:50px;
	position:relative;
	z-index:1;
	background:url(../images/dot5.png) no-repeat 20px center;
	border-bottom:1px solid #CECECE;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	font-size:14px
}
 .aside_fenlei .boxtext ul li::before {
width:0;
height:100%;
background:url(../images/dot5.png) no-repeat 20px center #EAEAEA;
position:absolute;
top:50%;
left:0;
z-index:-1;
 content:"";
 transform:translate(0, -50%);
 -webkit-transform:translate(0, -50%);
 transition:0.3s;
 -webkit-transition:0.3s;
 -moz-transition:0.3s;
}
 .aside_fenlei .boxtext ul li:hover::before {
width:100%;
}
.aside_fenlei .boxtext ul li:hover {
	background:#FAFAFA;
	border-left: 3px solid #1955ba;
}
.aside_fenlei .boxtext ul li a {
	padding:0;
	display:block;
	transition:0.3s;
}
.aside_fenlei .boxtext ul li a:hover {
	font-weight:bold;
}
.aside_fenlei .boxtext ul li.currclass {
	background:url(../images/dot5.png) no-repeat 20px center #EAEAEA;
}
.aside_fenlei .boxtext ul li.currclass a {
	font-weight:bold;
	color:#1955ba;
}
.aside_cal {
	margin:0;
	font-size:12px;
}
.aside_cal .boxtitle {
	padding: 0 10px 0 20px;
	color: #fff;
	font-size: 30px;
	background-color: #1955ba;
	height: 40px;
}
.aside_cal .boxtitle b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	padding: 5px 10px 0px 0px;
	
}
.aside_cal .boxtitle em {
	line-height:30px;
	display:inline-block;
	font-family:"Arial", Gadget, sans-serif;
	text-transform:uppercase;
	font-size:14px;
}
.aside_cal .boxtext {
	overflow:hidden;
	margin-top:-35px;
}

/*左侧日历*/
.calWeekTit{
background-color:#1955ba; color:#fff;}

.jinri {
background: #cfdff0;}


/*新闻列表页*/
.newslist {
	padding:0;
}
.newslist .boxtitle {
}
.newslist .boxtitle b {
}
.newslist .boxtext {
	padding:10px 0;
}
.newslist li {
	padding:0 30px;
	margin:0;
	line-height:50px;
	background:url(../images/dot6.jpg) no-repeat 10px 20px;
	display:block;
	position:relative;
	z-index:1;
	border-bottom:1px dotted #999;
 transition:.5s;
 -moz-transition:.5s; /* Firefox 4 */
 -webkit-transition:.5s; /* Safari and Chrome */
 -o-transition:.5s; /* Opera */
}
.newslist li:before {
	content:"";
	background:url(../images/dot6.jpg) no-repeat 10px 20px #FAFAFA;
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale3d(1, 0.1, 1);
	transform:scale3d(1, 0.1, 1);
	-webkit-transition:-webkit-transform 0.5s, opacity 0.5s;
	transition:0.5s;
	-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);
}
.newslist li a {
	font-size:14px;
	color:#000;
	display:block;
}
.newslist li .time {
	float:right;
}
.newslist li .about {
	font-size:13px;
	font-weight:normal;
}
.newslist li:hover {
	margin-left:2px;
	z-index:1;
}
.newslist li:hover a {
	color:#1955ba;
}
.newslist li:hover:before {
	opacity:1;
	z-index:-222;
	filter:alpha(opacity=100);
	transform:translate3d(0, 0, 0);
	-webkit-transform:translate3d(0, 0, 0);
}
/*新闻内容页*/
.newscontent {
	padding:0;
}
.newscontent .boxtitle {
}
.newscontent .boxtitle b {
}
.newscontent .boxtext {
	padding:0;
}
.newscontent .title {
	margin-top:20px;
	text-align:center;
}
.newscontent .title h1 {
	font-size:18px;
}
.newscontent .subtitle {
	padding-right:10px;
	text-align:right;
}
.newscontent .details {
	margin:10px;
	padding:0px;
	text-align:center;
	border-top:1px dashed #CCCCCC;
}
.newscontent .details span {
	margin:0 5px 0 0;
}
.newscontent .details span.fa:before {
	margin:0 5px 0 0;
}
.newscontent .introduction {
	margin:10px 0 0 0;
	padding:10px;
	background:#F7F7F7 url("../images/quote.png") no-repeat scroll right top;
	border:1px dashed #CCC;
	color:#777;
	box-shadow:4px 4px 6px #D7D5D5;
}
.newscontent .dd {
	margin:20px;
	padding:10px;
	border:1px dashed #ddd;
	background:#ECF5FC;
}
.newscontent .zhengwen {
	line-height:30px;
	font-size:15px;
	margin:20px 0;
}
.newscontent .zhengwen h2 {
	background:#428BCA;
	color:#fff;
	margin:10px auto;
	padding:5px 10px;
	font-size:16px;
	line-height:24px;
	border-radius:20px;
}
.newscontent .zhengwen h3 {
	color:#fff;
	margin:0;
	padding:5px 10px;
	font-size:13px;
	line-height:22px;
	width:600px;
	background: -moz-linear-gradient(left, #75AAD8, #fff);
	background: -webkit-gradient(linear, left top, right top, from(#75AAD8), to(#fff));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#75AAD8, endColorstr=#ffffff);/*IE<9>*/
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}
.zhengwen table {
	border-left:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
}
.zhengwen table th {
	background:#F7F7F7;
}
.zhengwen table td {
	border-right:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
}
.newscontent .fenxiang {
	margin:0;
}
/*单页面*/
.dye {
	margin:0;
	padding:0;
}
.dye .boxtitle {
}
.dye .boxtitle b {
}
.dye .boxtext {
	padding:10px;
	line-height:35px;
	font-size:16px;
}
.fy{
	padding:20px 0;
	}
.fy span{
	width:50%;
	float:left;
	}
/*相关文章*/
.xiangguan {
	font-size:13px;
	border-top:1px solid #E6E6E6;
	padding:20px 0;
	margin-top:60px;
}
.xiangguan ul li {
	width:50%;
	float:left;
}

/*打印关闭*/
.printclose {
	margin:10px 0;
	text-align:right;
	line-height:30px;
}
.printclose a {
	margin:0 5px;
}
.printclose img {
	margin-right:4px;
}

/*位置导航*/
.position {
	margin:0 10px 0 0;
	padding:0 0 0 24px;
	font-weight:normal;
	font-size:12px;
	background:url(../images/home2.png) no-repeat left center;
	float:right;
}
.position a {
}
/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:30px;
	margin-bottom:30px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:3px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:3px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#1955ba;
	border:1px solid #1955ba;
}
.pagination a.page-num-current {
	color:#fff;
	background:#1955ba;
	border:1px solid #1955ba;
}
/* ----- PB分页数字条效果 结束 ----- */

#maximg img{ max-width:100%; height:auto !important}
MyContent img{ max-width:100%; height:auto !important}

/* ----- 产业证明 ----- */



/* ----- 产业证明结束 ----- */
