﻿@charset "utf-8";
/* index CSS Document */

@import url(base.css);
/*reset*/

@import url(main.css);
/*main*/

/*主体*/
#content {
  position: relative;
  z-index: 1;
}

/* 子导航 */
.sideNav {
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #13365a;
  z-index: 0;
  transition: all 0.3s linear;
  overflow-y: auto;
}
.sideNav > ul {
  text-align: center;
  position: relative;
  margin-left:15px;
}

.sideNav > ul > li {
  text-align: left;
  margin: 2px 1px 0;
  line-height: 2.5;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
  font-size:14px;
}
.sideNav > ul > li::before{
    font-family: "iconfont";
    font-size: 14px;
    content: "\e6ad";
    color:#FFF;
}
    .sideNav > ul > li h3 {
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
    }


.sideNav li a {
  color: #fff;
}

.sideNav .sub {
  width: 100%;
  line-height: 2;
}

/* 主体 */
.mainPanel {
  margin: 0 0 1% 0;
  min-height: 78vh;
  background-color: #fff;
  position: relative;
  transition: all 0.3s linear;
  width: 100%;
}

.mainPanel .bar {
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.mainPanel .bar h3 {
  line-height: 2.5em;
  font-size: 0.4rem;
  font-weight: 400;
  color: #404040;
  position: relative;
  overflow: hidden;
}

.mainPanel .bar h3::before,
.mainPanel .bar h3::after {
  content: "";
  background-color: #13365a;
  position: absolute;
  left: 50%;
}

.mainPanel .bar h3::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  bottom: 0;
  margin-left: -5px;
}

.mainPanel .bar h3::after {
  width: 1.8rem;
  height: 1px;
  bottom: 5px;
  margin-left: -0.9rem;
}

.nav-on {
    position: absolute;
    left: 1%;
    top: 50%;
    width: 30px;
    overflow: hidden;
    margin-top: -15px;
    color: #13365a;
    line-height:1.2;
}
.nav-on .iconfont {
  font-size: 0.4rem;
}
    .nav-on span {
        font-size:12px;
    }
.nav-off {
  display: block;
  position: relative;
  zoom: 1;
  z-index: 1;
  line-height: 3;
  text-align: center;
}
.nav-off .iconfont {
  color: #fff;
  font-size: 0.4rem;
}

.navbg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
}

/* imgList */
.imgList {
  overflow: hidden;
  text-align: center;
}

.imgList li {
  width: 90%;
  margin: 20px auto 10px;
  background-color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.imgList li .pic {
  width: 100%;
}

.imgList li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.imgList li .tit {
  overflow: hidden;
  text-align: center;
  padding: 5px 0;
}

.imgList li h4 {
  font-size: 16px;
  width: 90%;
  padding: 0 5%;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.picList {
  padding: 10px 0;
}

.picList ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

    .picList li {
        width: calc(50% - 10px);
        margin: 5px;
        position: relative;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #eeeeee;
    }

.picList li .pic {
  width: 100%;
  height: calc((68vw - 20px) / 2);
}

.picList li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.picList li .tit {
  overflow: hidden;
  text-align: center;
  padding: 5px 0;
}

.picList li h4 {
  font-size: 16px;
  width: 90%;
  padding: 0 5%;
  vertical-align: middle;
  text-align: center;
  line-height: 2;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.picList li .tit p {
  font-size: 16px;
  height: 20px;
  overflow: hidden;
}

/*文章列表*/

.titList {
  margin: 0.1rem 0.2rem;
}

.titList li {
  position: relative;
  margin: 0 0.2rem 0.1rem;
  overflow: hidden;
}

.titList li .date {
  background-color: #353535;
  box-sizing: border-box;
  text-align: center;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  float: left;
  margin: 0.4rem 0.3rem 0 0;
  font-family: Arial;
}

.titList li .date span,
.titList li .date em {
  display: block;
  color: #fff;
}

.titList li .date span {
  font-size: 0.6rem;
  line-height: 1.1em;
}

.titList li .date em {
  font-size: 0.2rem;
  line-height: 1.5em;
  font-weight: 400;
  position: relative;
}

.titList li .tit {
  margin-top: 0.2rem;
  height: 2em;
  font-size: 0.3rem;
  line-height: 2em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.titList li .tit a {
  color: #000;
}

.titList li .tit a:hover {
  color: #f19901;
}

.titList li .txt {
  color: #424242;
  font-size: 0.24rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*分页*/

.footpage {
  overflow: hidden;
}

.footpage ul {
  text-align: center;
  margin: 0.1rem auto 0.2rem;
}

    .footpage ul li {
        display: inline-block;
        margin: 0;
        border: 1px solid #727070;
        padding: 0 6px;
    }

.footpage ul li a {
  color: #727070;
  font-size: 0.3rem;
}

/*详情页*/

.mainTit {
  color: #333;
  font-size: 0.3rem;
  font-weight: 700;
  font-family: "微软雅黑", "宋体";
  text-align: center;
  margin: 0.3rem 0 0.2rem;
}

.subTit {
  text-align: center;
  line-height: 2em;
  margin: 0 0.2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.infoDate {
  display: none;
}

.detailTxt {
  margin: 0.24rem;
  font-size: 0.3rem;
}

.detailTxt img {
  max-width: 100%;
  height: auto;
}

.return {
  text-align: center;
  margin: 0.24rem auto;
}

.return a {
  font-size: 0.24rem;
  display: inline-block;
  padding: 0 0.4rem;
  background: #c76b15;
  color: #fff;
  line-height: 2em;
  border-radius: 5px;
}

#baidumap {
  display: none;
}

.message {
  width: 90%;
  margin: 10px auto;
  overflow: hidden;
}

.msg-tit {
  margin-bottom: 10px;
  font-size: 0.24rem;
}

.msg-tit span {
  font-size: 0.24rem;
  color: #000;
}

.msg-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.msg-box input[type="text"] {
  padding: 0.1rem;
  line-height: 2em;
}

.msg-box input[type="text"],
.msg-box textarea {
  background: #fff;
  font-size: 0.24rem;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  display: block;
  width: calc(100%);
  resize: none;
}

.msg-box input[type="text"]:focus,
.msg-box textarea:focus {
  border: 1px solid #ffa100;
}

.msg-box textarea {
  padding: 0;
  margin: 0;
  height: 10em;
  line-height: 1.5em;
  font-family: "Microsoft YaHei";
}

.msg-box-input,
.msg-box-vcode,
.msg-box-sex,
.msg-box-cnt {
  margin-bottom: 0.3rem;
  overflow: hidden;
}

.msg-box-sex {
  padding: 5px 0;
}

.msg-box-sex input[type="radio"] {
  color: #756f6f;
  margin-left: 0.1rem;
}

.msg-box-sex label {
  font-size: 0.28rem;
  padding: 0 20px 0 10px;
}

.msg-box-vcode {
  vertical-align: top;
}

.msg-box-vcode input[type="text"] {
  width: 70%;
  vertical-align: top;
  display: inline-block;
}

.ycode-wimg {
  display: inline-block;
  vertical-align: top;
  width: calc(30% - 0.1rem);
}

.msg-submit {
  text-align: center;
}

.msg-submit button {
  width: 50%;
  margin: 0 auto;
  height: 2.5em;
  font-size: 0.28rem;
  outline: 0 none;
  border: 0 none;
  box-shadow: 0 0 5px 0px #e0e0e0;
  color: #ac1c23;
  background-color: #fffeea;
}
