/* 布局 */
.m-box {
    margin-top: 60px;
    padding: 0 20px;
    box-sizing: border-box;
}
.m-side {
    width: 260px;
    margin-right: 50px;
}
.m-main {
    width: 850px;
}

/* banner */
.m-banner img {
    width: 100%;
}

/* 侧栏 */
.m-side .side-nav {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.m-side .side-title {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.m-side .side-title:after {
    content: "";
    display: block;
    width: 70px;
    border: 1px solid #ff6537;
}
.m-side li {
    height: 45px;
    margin-bottom: 2px;
    padding: 0 15px;
    line-height: 45px;
    font-size: 15px;
    background: #e6e6e6;
    color: #000;
}
.m-side li a {
    display: block;
    color: #666;
}
.m-side li:hover a {
    color: #ff6537;
}
.m-side .side-contact img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

/* 新闻列表 */
.m-main .main-title {
    height: 45px;
    padding-left: 20px;
    line-height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    background:url(../images/home-1.png) no-repeat left center;
}
.m-main .main-title {
    font-size: 14px;
    color: #999;
}
.m-main .main-title a {
    color: #999;
}
.m-main .main-title a:hover {
    color: #ff6537;
}
.m-newslist li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.m-newslist li span {
    float: right;
}
.m-newslist li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.m-newslist li:hover a {
    color: #ff6537;
}
.m-newslist li p {
    color: #666; text-indent:2em;
}
.news-content p{ text-indent:2em;}
/* 分页 */
.m-pages {
    margin-top: 60px;
    text-align: center;
}
.m-pages span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 3px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: #fff;
}
.m-pages span.z-show {
    border: 1px solid #ff6537;
    background-color: #ff6537;
    color: #fff;
}
.m-pages span.z-show a {
    color: #fff;
} 
.m-pages span a {
    display: block;
    color: #76838f;
}
.m-pages span:hover {
    border-color: #ff6537;
}

/* 新闻详情 */
.m-news {
    margin-top: 60px;
}
.m-news .news-title {
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    color: #333;
}
.m-news .news-title span {
    display: block;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #666;

}
.m-news .news-content img {
	width: 100%;
}
.news-page {
    margin: 50px 0;
}
.news-page span {
    display: inline-block;
    margin-right: 15px;
}
.news-page a {
    color: #666;
}
.news-page a:hover {
    color: #ff6537;
}

/* 机构成员列表 */
.m-memberlist {
    margin-top: 60px;
}
.m-memberlist {
    margin-right: -20px;
}
.m-memberlist li {
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.m-memberlist li:hover p {
    color: #ff6537;
}
.m-memberlist li img {
    display: block;
    width: 100%;
    height: 205px;
}
.m-memberlist li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
/* 人员简历 */
.m-member {
    margin-top: 60px;
}
.m-member .member-resume-img {
    width: 150px;
    height: 200px;
    padding: 10px;
    margin-right: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.m-member .member-resume-img img {
    width: 100%;
    height: 100%;
}
.m-member .member-resume-ct {
    width: 586px;
    padding: 10px 0;
}
.m-member .member-resume li {
    float: left;
    width: 47%;
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #666;
	margin-right:3%;
}
.m-member .member-resume li span {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.member-resume-news {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.member-resume-news p{ text-indent:2em;}

/* 关于我们 */
.m-about-us img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/* 联系我们 */
.m-contact-us {
    margin-top: 60px;
}
.m-contact-us .contact-us-img {
    float: left;
    width: 55%;
    margin-right: 5%;
}
.m-contact-us ul {
    float: left;
    width: 40%;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}
.m-contact-us ul li {
    height: 40px;
    line-height: 40px;
}
.m-contact-us .contact-us-map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

/* 留言板 */
.m-gbook {
    margin-top: 60px;
}
.m-gbook .u-form-list {
    margin-bottom: 15px;
    text-align: center;
}
.m-gbook .u-form-list input[type=text] {
	display: inline-block;
	width: 75%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #e4eaec;
}
.m-gbook .u-form-list input[type=text]:hover,
.m-gbook .u-form-list textarea:hover {
    border: 1px solid #ff6537;
}
.m-gbook .u-form-list input[type=submit] {
	display: block;
	width: 77%;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #58595b;
	font-size: 14px;
	font-weight: bold;
	background-color: #58595b; 
    color: #fff;
    cursor: pointer;
}
.m-gbook .u-form-list input[type=submit]:hover {
    border-color: #ff6537;
    background-color: #ff6537;
}
.m-gbook .u-form-list textarea {
	width: 75%;
	height: 200px;
	padding: 10px;
    border: 1px solid #e4eaec;
    vertical-align: top;
}