|
- .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: 60px;
- }
-
- .newList ul li:hover a,.newList ul li:hover p{
- color: #007b76;
- }
-
- .newList ul li{
- padding: 15px;
- border-bottom: 1px dashed #dbdbdb;
- display: flex !important;
- display: -webkit-box !important;
- display: -webkit-flex !important;
- justify-content: space-between;
- -webkit-justify-content: space-between;
- align-items: center;
- -webkit-align-items: center;
- }
-
- .newList ul li a i{
- margin-right: 12px;
- }
-
- .pageNum{
- margin-top: 45px;
- text-align: center;
- }
-
- .pageNum li{
- width: 25px;
- height: 25px;
- text-align: center;
- line-height: 25px;
- margin-right: 5px;
- display: inline-block;
- }
-
- .pageNum p{
- height: 25px;
- text-align: center;
- line-height: 25px;
- margin-right: 5px;
- display: inline-block;
- }
-
- .pageNum li.active{
- background-color: #007b76;
- color: #ffffff;
- border-radius: 2px;
- }
-
- .pageNum li:hover{
- background-color: #007b76;
- color: #ffffff;
- border-radius: 2px;
- cursor:pointer;
- }
-
- .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;
- }
|