* {
	box-sizing: border-box;
}
.body {
	width: 1200px;
	margin: 0 auto 100px;
}
.body.width {
	width: 1500px;
}
.body.width-md {
	width: 1300px;
}
.body:after {
	clear: both;
	display: table;
	content: ' ';
}
.body .h1 {
	font-size: 28px;
	line-height: 50px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.body .u-left,.u-article{
	float: left;
}
.body.width-md .u-left.width {
	width: 300px;
}
.body .u-left {
	position: relative;
	width: 250px;
	color: #767676;
	font-size: 18px;
}
.body .u-left #menu,#file-menu {
	position: absolute;
	right: 15px;
	font-size: 14px;
	color: #777;
	text-align: right;
	border-right: 3px solid #ddd;
	padding-right: 25px;
}
.body .u-left #menu li {
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
}
.body .u-left #menu li:hover {
	color: #333;
}
.body .u-left #menu .current {
	position: relative;
	color: #333;
	padding-right: 5px;
}
.body .u-left #menu .current::after {
	content: ' ';
	width: 9px;
	height: 9px;
	background-color: rgb(0,51,102);
	border-radius: 50%;
	position: absolute;
	right: -31px;
	top: 10px;
}
.body .u-left #menu .title{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.body .u-left #file-menu li {
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
}
.body .u-left #file-menu li:hover {
	color: #333;
}
.body .u-left #file-menu .current {
	position: relative;
	color: #333;
	padding-right: 5px;
}
.body .u-left #file-menu .current::after {
	content: ' ';
	width: 9px;
	height: 9px;
	background-color: rgb(0,51,102);
	border-radius: 50%;
	position: absolute;
	right: -31px;
	top: 10px;
}
.body .u-left #file-menu .title{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.body .u-left .small li a {
	font-size: 14px;
}
.body .u-left >p,.body .u-left >p a{
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 50px;
	background: rgb(0,51,102);
	color: #fff;
}
.body .u-left >p a {
	padding-left: 0;
}
.body .u-left >ul {
	margin-top: 20px;
}
.body .u-left >ul >li {
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
}
.body .u-left >ul >li .icons {
	position: absolute;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 16px;
	color: #767676;
	right: 20px;
	top: 0;
}
.body .u-left .subli {
	display: none;
	padding-left: 25px;
}
.body .u-left .subli.small li a {
	font-size: 12px;
}
.body .u-left .subli li {
	margin: 10px 0;
}
.body .u-left .subli li a{
	line-height: 20px;
	padding-left: 15px;
}
.body .u-left .subli li:hover a{
	border-left: 2px solid #333;
	margin-left: -2px;
}
.body .u-left .subli li a{
	font-size: 16px;
}
.body .u-left .subli li:hover a{
	color: #000;
}
.body .u-left >ul >li:hover >a{
	color: #000;
}
.body .u-left .active >a{
	border-left: 2px solid #333;
	margin-left: -2px;
}
.body .u-left .active >a{
	color: #333;
	font-weight: 700;
}
.body .u-left a {
	display: block;
	color: #767676;
	padding-left: 20px;
}
.body .u-article {
	width: 950px;
	padding:0 15px 0 30px;
}
.body.width .u-article {
	width: 1250px;
}
.body.width-md .u-article.width {
	width: 1050px;
}
.body .u-article .location {
	margin-top: 10px;
}
.body .u-article .location a {
	color: #999
}
.body .u-article .location a:hover {
	color: rgb(0,51,102);
}
.body .u-article .title{
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.body .u-article .singleimg{
	width: 400px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.body .u-article h2  {
	color: #333;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #bbb;
}
.body .u-article h2 .phone {
	font-size: 16px;
	float: right;
	margin-right: 20px;
	color: #666;
}
.body .u-article h3 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 700;
}
.body .u-article h4 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 700;
}
.body .u-article h2.thinborder {
	border-bottom: 1px solid #ccc
}
.body .u-article table {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}
.body .u-article table tr:nth-child(2n){
	background: #f7f7f7;
}
.body .u-article hr {
	height: 15px;
	border: none;
}
.body .u-article table tr {
	border-bottom: 1px solid #ebebeb;
}
.body .u-article table tr .person a {
	display: inline-block;
	width: 42px;
}
.body .u-article table td {
	padding: 0.6em 1em 0.6em 1em;
	vertical-align: top;
}
.body .u-article table .t-head {
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
}
.body .u-article table td a {
	color: rgba(0,51,102, 0.7);
	margin: 0 15px;
	font-weight: 700;
	white-space: nowrap;
}
.body .u-article table td a:hover {
	color: rgb(0,51,102);
}
.body .u-article table .strong {
	font-size: 18px;
	font-weight: 700;
}
.body .u-article table .rline {
	border-right: 1px solid #ebebeb;
}
.body .u-article .no-margin td a {
	margin: 0;
}
.body .u-article .article {
	float: left;
	width: 475px;
}
.body .u-article >ul{
	margin: 15px 0;
}
.body .u-article >ul li{
	font-size: 16px;
	line-height: 30px;
}

.body .u-article .article ul {
	margin-left: 30px;
}
.body .u-article .article ul li {
	font-size: 16px;
}
.body .u-article .article.width {
	width: 650px;
}
.body .u-article .pro {
	float: left;
	font-size: 0;
	margin: 30px;
}
.body .u-article .pro a{
	color: rgba(0,51,102,0.7);
}
.body .u-article .pro:hover a{
	color: rgb(0,51,102);
}
.body .u-article .pro img {
	width: 120px;
	height: 170px;
}
.body .u-article .avatar {
	float: right;
	margin: 5px 80px 20px 20px;
}
.body .u-article .avatar.width {
	margin-right: 30px;
	width: 180px;
	height: 180px;
}
.body .u-article .pro .info {
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	background-color: #ebebeb;
	text-align: center;
}
.body .u-article .pro.width {
	margin: 20px;
}
.body .u-article .pro.width img{
	width: 180px;
	height: 180px;
}
.body .u-article p {
	margin: 15px 0;
	line-height: 30px;
	font-size: 18px;
}
.body .u-article .fileimg {
	width: 100%;
	display: block;
	margin: 30px 0;
}
.body .u-article p:first-child {
	margin-top: 0;
}
.body .u-article .d-link{
	display: block;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.body .u-article .d-link span {
	display: inline-block;
	float: right;
	margin-right: 20px;
	font-size: 16px;
	color: #767676;
}
.body .u-article .news .item {
	margin-top: 20px;
	border-bottom: 1px solid #ebebeb;
}
.body .u-article .news .item .time,.item-right {
	float: left;
}
.body .u-article .news .item .time {
	width: 60px;
	margin-left: 15px;
	color: rgba(0,51,102,0.8);
	font-size: 16px;
}
.body .u-article .news .item .item-right {
	width: 820px;
	padding: 0 15px 20px 30px;
}
.body .u-article .news .item .item-right a:hover {
	text-decoration: underline;
}
.body .u-article .news .item .item-right .info {
	font-size: 14px;
}
.body .u-article .news .item .item-right .link {
	display: block;
	margin-bottom: 10px;
	width: 600px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0,51,102,0.8);
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.body .u-article .news .item .item-right .info p {
	font-size: 16px;
	text-indent: 0;
}
.body .u-article .news .item .time span {
	display: block;
}
.body .u-article .news .item .time .stress {
	font-size: 34px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1em;
}
.body .u-article .pager {
	display: table;
	margin: 40px auto;
}
.body .u-article .pager li {
	float: left;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 0 3px;
}
.body .u-article .pager li a {
	display: block;
	padding:0 11px;
	font-weight: 700;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}
.body .u-article .pager .current {
	background-color: rgba(0,51,102,0.9);
}
.body .u-article .pager .current a{
	color: #fff;
}
.body .u-article .pager li:hover{
	background-color: rgba(0,51,102,0.9);
}
.body .u-article .pager li:hover a{
	color: #fff;
}
.body .u-article .title.news {
	padding-bottom: 15px;
}
.body .u-article .news-p .time {
	font-size: 16px;
	font-weight: 700;
	padding-right: 15px;
	color: rgb(0,51,102)
}
.body .u-article .news-img {
	max-width: 100%;
}
/*.body .u-article .news-p {
	text-indent: 2em;
}*/
.body .u-article .news-author {
	text-align: right;
}
.body .u-article .r-img {
	width: 50%;
	float: left;
}
.body .u-article .r-img img {
	width: 100%;
	padding: 0 15px;
}
.body .u-center {
	width: 1000px;
	margin: 0 auto;
}
.body .u-center >p {
	margin: 15px;
	line-height: 30px;
	font-size: 18px;
	/*text-indent: 2em;*/
}
.body .u-center h1 {
	font-size: 26px;
	padding-bottom: 15px;
	margin:0 15px 30px 15px;
	color: rgb(0,51,102);
	border-bottom: 1px solid #ccc;
}
.body .u-center h2 {
	font-size: 26px;
	padding-bottom: 15px;
	margin:70px 15px 15px 15px;
	color: rgb(0,51,102);
	border-bottom: 1px solid #ccc;
}
.body .u-center .intropic {
	width: 200px;
	height: 200px;
	float: right;
	margin:0 15px 15px 15px;
}
.body .u-center .main {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 25%;
	float: left;
}


.body .u-center .main.small .item {
	min-height: 220px
}
.body .u-center .main.small .item p {
	font-size: 16px;
	color: rgb(0,51,102);
	text-align: center;
	padding: 15px;
}
.body .u-center .main .item-container {
	margin: 0 15px;
}
.body .u-center .main .item {
	font-size: 0;
	background-color: #ebebeb;
}
.body .u-center .main .item img{
	width: 100%;
	height: 160px;
}
.body .u-center .main .item .info {
	
}
.body .u-center .main .item .info .title {
	color: #333;
	padding: 20px 0 10px 30px;
	font-size: 16px;
	line-height: 25px;
}
.body .u-center .item .info .intro {
	font-size: 12px;
	padding: 0 30px 15px;
	color: #777;
}

.body .u-article .main {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 33.3%;
	float: left;
}
.body .u-article .main .item-container {
	margin: 0 15px;
}
.body .u-article .main .item {
	font-size: 0;
	height: 275px;
	background-color: #ebebeb;
}
.body .u-article .main .item img{
	width: 100%;
	height: 160px;
}
.body .u-article .main .item .info {
	
}
.body .u-article .main .item .info .title {
	color: #333;
	border: none;
	padding: 20px 0 10px 30px;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
}
.body .u-article .item .info .intro {
	font-size: 12px;
	margin: 0;
	padding: 0 30px;
	color: #777;
}



.pagelist {margin: 40px auto;}
.pagelist span,.pagelist a{float: left;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 0 3px;
	display: block;
	padding:0 11px;
	font-weight: 700;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;}
.pagelist a{ margin:0 3px;}
.pagelist span.current{background-color: rgba(0,51,102,0.9);color: #fff;}
.pagelist a:hover{background-color: rgba(0,51,102,0.9);color: #fff;}
.pagelist label{ padding-left:15px; color: #fff;}
.pagelist label b{color: #fff; font-weight:normal; margin:0 3px;}
