﻿html, body { background-color: #fff; }
img.topbar { background-color: #ccc; background-size: cover; background-position: center center; width: 100%; height: 100%; opacity: 1; visibility: inherit; }
.list-body { width: 100%; max-width: 1920px; overflow: hidden; }
.list-content { }
.list-content .pc { max-width: 1200px; margin: 0 auto; min-height: 480px; }
.list-content .pc .type-top { height: 60px; line-height: 60px; font-size: 18px; color: #00a885; border-bottom: 1px solid #d7d7d7; margin-bottom: 20px; }
.list-content .pc .type-left { width: 200px; float: left; }
.list-content .pc .type-left ul li { height: 50px; border-bottom: 1px solid #d7d7d7; cursor: pointer; }
.list-content .pc .type-left ul li:last-child { border: none; }
.list-content .pc .type-left ul li a { float: none; width: 180px; height: 50px; line-height: 50px; color: #333; display: inline-block; padding-left: 20px; font-size: 16px; overflow: hidden; }
.list-content .pc .type-left ul li.on, .list-content .pc .type-left ul li:hover { height: 51px; background-color: #00a885; border: none; }
.list-content .pc .type-left ul li.on a, .list-content .pc .type-left ul li:hover a { color: #fff; }
.list-content .pc .type-right { width: calc(100% - 280px); margin-left: 80px; float: left; }

.list-content .pc .type-right .list { }
.list-content .pc .type-right .list li { height: 101px; float: none; margin-bottom: 20px; background: #f4f4f4; padding-left: 30px; position: relative; }
.list-content .pc .type-right .list li:last-child { margin-bottom: 0px; height: 103px; }
.list-content .pc .type-right .list li .date { width: 45px; float: left; text-align: center; }
.list-content .pc .type-right .list li .date .day { font-size: 30px; color: #000; font-weight: bold; padding-top: 15px; }
.list-content .pc .type-right .list li .date .moth { color: #838383; font-size: 16px; padding-left: 10px; }
.list-content .pc .type-right .list li .date .line { font-size: 30px; padding-top: 20px; font-weight: bold; width: 20px; color: #013f8c; }
.list-content .pc .type-right .list li .scontent { float: left; width: calc(100% - 112px); padding-top: 15px; overflow: hidden; }
.list-content .pc .type-right .list li .scontent .title { color: #333333; font-size: 18px; height: 28px; overflow: hidden; }
.list-content .pc .type-right .list li .scontent .cont { color: #6d6d6d; font-size: 14px; height: 40px; line-height: 22px; padding-top: 5px; overflow: hidden; }



.list-content .pc .type-right .listt { }
.list-content .pc .type-right .listt li { float: left; width: calc(33.3% - 20px); margin-right: 30px; height: 330px; }
.list-content .pc .type-right .listt li:nth-child(3n) { margin-right: 0px; }
.list-content .pc .type-right .listt li .image { height: 200px; overflow: hidden; background: #d7d7d7; }
.list-content .pc .type-right .listt li .image img { width: 100%; height: 100%; }
.list-content .pc .type-right .listt li .img-title { height: 50px; line-height: 70px; overflow: hidden; font-size: 18px; color: #333; }
.list-content .pc .type-right .listt li .img-content { height: 40px; overflow: hidden; font-size: 12px; color: #6d6d6d; line-height: 20px; margin-top: 5px; }

.detail { background-color: #f9f9f9; min-height: 600px; padding: 30px 50px; }
.detail .title { line-height: 60px; font-size: 24px; font-weight: bold; color: #555; text-align: center; border-bottom: 1px solid #d4d4d4; }
.detail .date { height: 60px; text-align: center; font-size: 12px; color: #8c8c8c; line-height: 60px; }
.detail .content { font-size: 14px; line-height: 2.5; color: #333; font-family: "Microsoft YaHei" }
.detail .content img { width: 100%; }
