/*主要内容区域*/ .container{width:1200px;min-height:600px;margin:20px auto 20px;display:flex;justify-content:space-between;box-shadow:0px 0px 20px 0px #eee;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;} .box{width:1200px;-background-color:#e7f0ee;margin:auto} /*面包屑导航样式*/ .bread-nav{height:80px;line-height:80px;width:100%; margin:auto;background:url(images/sy.png) no-repeat 10px center;text-indent:30px;border-bottom:1px solid #efefef;font-size:14px;} .bread-nav a{color:#888;font-size:14px;} .bread-nav a:hover{text-decoration:underline;} /*右侧文章标题及内容样式*/ .content{width:1200px;min-height:557px;-border:1px solid #068358 ;padding-bottom:30px} .content h1{ line-height: 40px; font-family: "Microsoft YaHei"; text-align: center;font-size:30px!important;color: #000;font-weight: normal;padding-top:20px} .content .intro{line-height:30px;font-size:13px;text-align:center;width:85%;border:1px solid #fafafa;margin:20px auto;background-color:#3fb150;color:#fff} .content .intro address{display:inline;font-style:normal;padding-right:40px} .content p{padding:10px 20px;color:#333;text-indent:2em;line-height:200%;font-size:16px} .content img{width:800px;display:block;margin:30px auto}