@charset "UTF-8";
/**!
 * 青海省西宁市城东区互联网
 * date:2021-01-19
 * author: tzc;
 */
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../font/SourceHanSansCN-Regular.woff") format("woff"), url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../font/SourceHanSansCN-Regular.ttf") format("truetype");
}

/* 路径导航 */
.breadcrumb {
  padding: 0px 5px;
  font-size: 0;
  line-height: 70px;
}

.breadcrumb > li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.breadcrumb > li + li:before {
  padding: 0 3px;
  color: #999;
  content: "\3E";
}

.breadcrumb > li > a {
  display: inline-block;
  color: #999;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

.breadcrumb > li > a:hover {
  color: #0088ff;
}

.breadcrumb .active {
  color: #0088ff;
}

/* 路径导航 end */
.content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-family: "SourceHanSansCN-Regular";
}

.crumbs {
  height: 70px;
  line-height: 70px;
  padding-left: 25px;
  font-size: 15px;
  color: #999;
  background: url(../images/curr-position.png) left center no-repeat;
}

.main {
  display: table;
  width: 1200px;
  margin: 0 auto;
}

.main .column-box {
  display: table-cell;
  width: 354px;
  overflow: hidden;
}

.main .column-box .column-title {
  height: 62px;
  line-height: 62px;
  padding-left: 29px;
  background: url(../images/conlum-bg.png) center no-repeat;
}

.main .column-box .column-title p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 41px;
  background: url(../images/icon-new.png) left center no-repeat;
}

.main .column-box .column-main {
  padding-top: 31px;
  padding-bottom: 25px;
}

.main .column-box .column-list {
  position: relative;
  padding: 25px 11px;
  min-height: 500px;
  background: url(../images/ul-bg.png) center repeat-y;
}

.main .column-box .column-list::before, .main .column-box .column-list::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url(../images/bg-around.png) center no-repeat;
}

.main .column-box .column-list::before {
  top: 0;
}

.main .column-box .column-list::after {
  bottom: 0;
}

.main .column-box .column-list .list {
  position: relative;
  width: 167px;
  height: 59px;
}

.main .column-box .column-list .list::after {
  display: none;
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 52px;
  background: url(../images/list-active.png) center no-repeat;
}

.main .column-box .column-list .list:nth-child(odd) {
  margin-left: -5px;
  padding-left: 8px;
  background: url(../images/list-leftBg.png) left bottom no-repeat;
}

.main .column-box .column-list .list:nth-child(odd)::after {
  right: -7px;
}

.main .column-box .column-list .list:nth-child(even) {
  margin-left: 168px;
  padding-left: 6px;
  background: url(../images/list-rightBg.png) right bottom no-repeat;
}

.main .column-box .column-list .list:nth-child(even)::after {
  left: -7px;
}

.main .column-box .column-list .list a {
  display: block;
  width: 154px;
  height: 54px;
  padding: 7px 18px;
  font-size: 18px;
  color: #666666;
  line-height: 20px;
  border-radius: 4px;
}

.main .column-box .column-list .list.active a {
  color: #fff;
  background-color: #2391f5;
}

.main .column-box .column-list .list.active::after {
  display: block;
}

.main .detail {
  display: table-cell;
  width: 815px;
  min-height: 618px;
  padding: 0 25px;
}

.main .detail-title {
  width: 765px;
  height: 90px;
  font-size: 28px;
  color: #444444;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.main .detail-title p {
  width: 100%;
  max-height: 90px;
  line-height: 45px;
}

.main .detail-info {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  padding: 0 18px;
  background-color: #f8f8f8;
}

.main .detail-info span {
  padding-left: 7px;
}

.main .detail-info .time {
  margin-left: 10px;
}

.main .detail-info .font-size p {
  margin-left: 10px;
}

.main .detail-info .font-size p.big, .main .detail-info .font-size p.small {
  cursor: pointer;
}

.main .detail-content {
  padding-top: 20px;
}

.main .detail-content p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}

.common-box {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #f0eeee;
          box-shadow: 0 0 10px #f0eeee;
}
