﻿@charset "UTF-8";
/* sass变量 */

.leftbar {
  float: left;
  width: 215px;
  min-height: 500px;
}

.leftbar .title {
  line-height: 40px;
  background: #0079c7;
  margin-top: 1px;
  color: #fff;
  padding: 20px 20px 10px;
  font-size: 24px;
  border-bottom: 2px solid #c6b746;
}

.leftbar .list {
  margin-bottom: 10px;
}

.leftbar .list li {
  line-height: 42px;
  border-bottom: 1px solid #e7e7e7;
}

.leftbar .list li a {
  padding-left: 20px;
  display: block;
  color: #666;
  font-weight: bold;
}

.leftbar .list li.on {
  background: #efefef;
}

.right-con {
  float: right;
  width: 950px;
}

.right-con .bread {
  text-align: right;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #999;
  font-size: 12px;
}

.right-con .bread span {
  margin: 0 7px;
}

.right-con .bread a {
  color: #999;
}

.right-con .bread img {
  vertical-align: middle;
}

.right-con .inner-tit {
  background: #fff;
  border: 5px solid #ddddde;
  padding: 20px;
  margin-bottom: 15px;
}

.right-con .inner-tit span {
  display: inline-block;
  vertical-align: middle;
}

.right-con .inner-tit .text1 {
  padding-left: 20px;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/line.jpg) left center no-repeat;
}

.right-con .inner-tit .text2 {
  font-weight: bold;
  color: #999;
}

.right-con .inner-tit .line {
  height: 22px;
  width: 1px;
  background: #dedee7;
  margin: 0 15px;
}

.right-con .main-text-list dl {
  padding: 12px 0;
  border-bottom: 1px dashed #cccccc;
}

.right-con .main-text-list dl dt {
  float: left;
  width: 70px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.right-con .main-text-list dl dt .d {
  background: #99cc33;
}

.right-con .main-text-list dl dt .y {
  background: #3399cc;
}

.right-con .main-text-list dl dd {
  margin-left: 85px;
  line-height: 36px;
}

.right-con .main-text-list dl dd h6 {
  font-size: 15px;
}

.right-con .main-text-list dl dd p {
  color: #999;
}

.right-con .main-text-list dl dd p a {
  color: #f00;
}

.right-con .main-pic-list ul {
  margin: 0 -30px;
}

.right-con .main-pic-list li {
  position: relative;
  float: left;
  width: 180px;
  height: 200px;
  margin: 15px 30px;
}

.right-con .main-pic-list li img {
  width: 100%;
  height: 100%;
}

.right-con .main-pic-list li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 0 5%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: url(../images/opacity1.png);
}

.right-con .main-pic-list li .cover {
  display: none;
  background: url(../images/opacity1.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  padding: 0 10%;
}

.right-con .main-pic-list li .cover a {
  color: #fff;
}

.right-con .main-pic-list li .cover h6 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 40px;
}

.right-con .main-pic-list li .cover p {
  color: #ccc;
  line-height: 30px;
  font-size: 13px;
}

.right-con .main-pic-list li:hover .cover {
  display: block;
}

.right-con .main-pic-list li:hover .text {
  display: none;
}

.right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #18427a;
}

.detail .title {
  line-height: 40px;
  color: #286193;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.detail .infor {
  line-height: 40px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.detail .main {
  line-height: 30px;
}