|
- .breadcrum {
- width: 100%;
- height: 60px;
- margin-top: 45px;
- }
-
- .breadcrum .bre_notice, .breadcrum .bre_news {
- overflow: hidden;
- }
-
- .breadcrum a {
- float: left;
- width: 141px;
- height: 40px;
- border: 1px solid #e4e4e4;
- text-align: center;
- line-height: 40px;
- list-style: none;
- margin-right: 42px;
- color: #333;
- cursor: pointer;
- font-size: 16px;
- background-color: #FFFFFF;
- }
-
- .breadcrum a i {
- color: #007b76;
- margin-right: 8px;
- font-size: 20px;
- vertical-align: middle;
- }
-
- .breadcrum a:hover {
- background-color: #007b76;
- color: #fff;
-
- }
- .breadcrum .active{
- background-color: #007b76;
- color: #fff;
- }
- .breadcrum .active i{
- color: #fff;
- }
-
- .breadcrum a:hover i {
- color: #fff;
- }
-
- .iconfont {
- -webkit-text-stroke-width: 0 !important;
- font-size: 14px;
- font-family: iconfont !important;
- }
-
- .newList{
- color: #2e2e2e;
- padding: 0px 28px;
- margin-top: 10px;
- }
-
- .newList ul li:hover a,.newList ul li:hover p{
- color: #007b76;
- }
-
- .newList ul li{
- padding: 15px;
- border-bottom: 1px dashed #dbdbdb;
- }
-
- .newList ul li a i{
- margin-right: 12px;
- }
-
- .pageNum{
- margin-top: 45px;
- text-align: center;
- }
-
- .title{
- text-align: center;
- margin-top: 80px;
- }
-
- .title h1{
- margin: 0 auto;
- width: 94%;
- }
-
- .title div{
- padding: 30px 0px;
- border-bottom: 1px solid #d9d9d9;
- text-align: center;
- }
-
- .title div p{
- font-size: 20px;
- color: #b8b8b8;
- margin-right: 40px;
- display: inline-block;
- }
-
- .titIndex span{
- color: #007b76;
- }
-
- .titIndex i{
- padding: 0px 10px;
- }
-
- .share{
- border: 1px solid #d9d9d9;
- padding: 8px 12px;
- display:inline-block;
- *display:inline;
- *zoom:1;
- margin-top: 40px;
- }
-
- .share img{
- float: left;
- margin-left: 22px;
- }
-
- .share p{
- line-height: 32px;
- }
|