body{background: #f4f4f4;}
/*内容页banner*/
.banner img{width: 100%;}
/*内容页导航*/
.content-nav{background: #ffffff;}
.content-nav ul{text-align: center;}
.content-nav li{display: inline-block;margin: 21px 0;padding: 0 48px;border-left: 1px solid #bebebe;line-height: 1;}
.content-nav li:first-child{border-left: none;}
.content-nav li a{font-size: 18px;color: #333333;}
.content-nav li.now a, .content-nav li:hover a{color: #005f8c;}
/*内容页正文*/
.content-title{text-align: center;padding: 76px 0 22px;}
.content-title p{display: inline-block;font-size: 36px;line-height: 1;font-weight: bold;}
.content-title i{display: block;width: 78px;height: 3px;background: #ffda00;margin: 17px auto 0;transition: all 0.8s;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;}
.content-title:hover i{width: 100%;}
.content-main{text-align: justify;}
.content-main p{font-size: 18px;line-height: 44px;color: #666666;text-indent: 2em;}
