.main .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 25px 0;
}
.main .column a {
  color: #535353;
  font-size: 14px;
  margin-right: 30px;
}
.main .column a:hover {
  color: #ffc24a;
}
.main .banner {
  margin: 25px 0;
}
.main .banner img {
  width: 100%;
}
.main .list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0;
  padding-top: 25px;
  border-top: 1px solid #dddddd;
}
.main .list-content .list-nav #fixed {
  width: 200px;
}
.main .list-content .list-nav ul {
  border: 1px solid #dddddd;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main .list-content .list-nav ul li {
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.main .list-content .list-nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  font-size: 15px;
  color: #535353;
}
.main .list-content .list-nav ul li a.active {
  background-color: #206a5d;
  color: #ffffff;
}
.main .list-content .list-nav ul li a:hover {
  background-color: #81b214;
  color: #ffffff;
}
.main .list-content .list-main {
  width: 795px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main .list-content .list-main ul.content {
  width: 100%;
}
.main .list-content .list-main ul.content li {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}
.main .list-content .list-main ul.content li:first-of-type {
  padding-top: 0;
}
.main .list-content .list-main ul.content li:last-of-type {
  border-bottom: none;
}
.main .list-content .list-main ul.content li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #535353;
}
.main .list-content .list-main ul.content li a p.title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .list-content .list-main ul.content li a:hover p.title {
  color: #81b214;
}
.main .list-content .list-main ul.content li a .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.main .list-content .list-main ul.content li a .list-item .item-left {
  position: relative;
  width: 235px;
  height: 180px;
}
.main .list-content .list-main ul.content li a .list-item .item-left img {
  width: 100%;
  height: 100%;
}
.main .list-content .list-main ul.content li a .list-item .item-right {
  width: 68%;
  height: 100%;
}
.main .list-content .list-main ul.content li a .list-item .item-right .time-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 12px;
}
.main .list-content .list-main ul.content li a .list-item .item-right .introduction {
  text-indent: 30px;
  height: 70px;
  line-height: 25px;
  margin: 25px 0;
  font-size: 14px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 12px;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade span {
  margin-right: 45px;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade .score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 30px;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade .score i {
  width: 105px;
  height: 90%;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade .score .score-1 {
  background: url(../img/sp_1.png) no-repeat -87px 2px;
  background-size: 240px auto;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade .score .score-2 {
  background: url(../img/sp_1.png) no-repeat -64px 2px;
  background-size: 240px auto;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade .score .score-3 {
  background: url(../img/sp_1.png) no-repeat -41px 2px;
  background-size: 240px auto;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade .score .score-4 {
  background: url(../img/sp_1.png) no-repeat -19px 2px;
  background-size: 240px auto;
}
.main .list-content .list-main ul.content li a .list-item .item-right .text-bottom .grade .score .score-5 {
  background: url(../img/sp_1.png) no-repeat 0px 2px;
  background-size: 240px auto;
}
.main .list-content .list-right {
  width: 360px;
}
.main .list-content .list-right .banner-right {
  width: 100%;
}
.main .list-content .list-right .banner-right img {
  width: 100%;
  height: 100%;
}
.tab-text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.tab-text .left {
  color: #535353;
  font-size: 14px;
}
.tab-text .left a {
  color: #535353;
  font-size: 14px;
}
.tab-text .left a:hover {
  color: #ffc24a;
}
.tab-text .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tab-text .right .flex {
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-left: 15px;
}
.tab-text .right .flex a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 60px;
  height: 30px;
  font-size: 14px;
  color: #999999;
}
.tab-text .right .flex:hover {
  color: #ffffff;
  background-color: #81b214;
  border: 1px solid #81b214;
}
.tab-text .right .flex:hover a {
  color: #ffffff;
}
.tab-text .right .on {
  background-color: #81b214;
  border: 1px solid #81b214;
}
.tab-text .right .on a {
  color: #ffffff;
}
.ranking-right {
  width: 100%;
  margin-top: 25px;
}
.ranking-right .list {
  display: none;
}
.ranking-right .list a {
  position: relative;
  display: block;
  padding-left: 30px;
  margin: 17px 0;
}
.ranking-right .list a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #879299;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
}
.ranking-right .list a span.click {
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #999999;
  font-size: 12px;
}
.ranking-right .list a p.title {
  color: #535353;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ranking-right .list a .detailed-all {
  display: none;
}
.ranking-right .list a .detailed-all .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0;
}
.ranking-right .list a .detailed-all .pic img {
  width: 60px;
  height: 60px;
}
.ranking-right .list a .detailed-all .pic .text {
  margin-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text p {
  color: #535353;
  font-size: 13px;
}
.ranking-right .list a .detailed-all .pic .text .score-1 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -55px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-2 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -40px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-3 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -27px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-4 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -15px -14px;
}
.ranking-right .list a .detailed-all .pic .text .detailed {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f9be6f;
  margin-top: 10px;
  color: #f9be6f;
  border-radius: 5px;
}
.ranking-right .list a .detailed-all .pic .text .detailed:hover {
  background-color: #f9be6f;
  color: #ffffff;
}
.ranking-right .list a:nth-child(1) i {
  background-color: #fa4e57;
}
.ranking-right .list a:nth-child(2) i {
  background-color: #fa7a53;
}
.ranking-right .list a:nth-child(3) i {
  background-color: #fbc258;
}
.ranking-right .list a.on .detailed-all {
  display: block;
}
.ranking-right .list a:hover p.title {
  color: #ffc24a;
}
.ranking-right .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 15px 0;
}
.ranking-right .label a {
  display: inline-block;
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #535353;
  border: 1px solid #dddddd;
  margin: 10px 0;
  text-align: center;
  border-radius: 3px;
}
.ranking-right .label a.active {
  color: #ffffff;
  background-color: #81b214;
  border: 1px solid #81b214;
}
.ranking-right .label a:hover {
  color: #ffffff;
  background-color: #81b214;
  border: 1px solid #81b214;
}
.ranking-right .tool ul.tool-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.ranking-right .tool ul.tool-list li {
  width: 31%;
  margin-top: 25px;
}
.ranking-right .tool ul.tool-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.ranking-right .tool ul.tool-list li a img {
  width: 80px;
  height: 80px;
}
.ranking-right .tool ul.tool-list li a p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #535353;
  margin-top: 5px;
  text-align: center;
}
.ranking-right .tool ul.tool-list li:hover p {
  color: #ffc24a;
}
.ranking-right .tool-text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 15px 0;
}
.ranking-right .tool-text ul li {
  width: 48%;
  margin: 5px 0;
}
.ranking-right .tool-text ul li a {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ranking-right .tool-text ul li a i {
  display: inline-block;
  width: 15px;
  color: #999999;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
}
.ranking-right .tool-text ul li a span {
  color: #358ff0;
}
.ranking-right .tool-text ul li:nth-child(1) a i,
.ranking-right .tool-text ul li:nth-child(2) a i,
.ranking-right .tool-text ul li:nth-child(3) a i {
  color: red;
}
.ranking-right .tool-text ul li:hover a span {
  color: #ffc24a;
}
.title_h1 {
  font-size: 18px;
  color: #535353;
}
.title_h1 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #dddddd;
}
.title_h1 p span.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.title_h1 p span.right b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 25px;
  height: 25px;
  background-color: #999999;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.title_h1 p span.right b.active {
  background-color: #81b214;
}
.title_h1 span.left {
  position: relative;
  padding-bottom: 15px;
}
.title_h1 span.left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #206a5d;
}
.special-all ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.special-all ul li {
  width: 48%;
  margin-top: 15px;
}
.special-all ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.special-all ul li a:hover p {
  color: #ffc24a;
}
.special-all ul li a img {
  width: 100%;
  height: 85px;
  border-radius: 5px;
}
.special-all ul li a p {
  width: 100%;
  font-size: 14px;
  color: #535353;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.m25 {
  margin: 25px 0;
}
.m0 {
  margin: 0;
}
.on {
  display: block!important;
}
/*# sourceMappingURL=news_list.css.map */
