﻿@charset "utf-8";
/* index CSS Document */

@import url(base.css);
/*reset*/

@import url(main.css);
/*main*/

/*主体*/
#banner {
  margin-bottom: 14px;
}

.mainPanel {
  margin: 0 0 1% 0;
  min-height: 300px;
}

.mainPanel .bar {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.mainPanel .bar h3 {
  font-size: 0.4rem;
  font-weight: 400;
  color: #404040;
  position: relative;
  overflow: hidden;
  margin-top: 0.2rem;
}

.mainPanel .bar h3::after {
  content: "";
  position: absolute;
  left:50%;
  bottom: 0;
  margin-left:-30px;
  width:60px;
  height:2px;
  background-color: #1258c6;
}

.sideNav ul {
  display: flex;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-flow: row wrap;
  font-size: 0;
}

.sideNav li {
  width: calc((100% - 10px) / 5);
    flex: 0 1 auto;
    margin: 2px 1px 0;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    background-color: #1258c6;
  }
  .sideNav li h3{
    font-weight: 400;
  }

.sideNav li a {
  color: #fff;
}

/* imgList */
.imgList {
  overflow: hidden;
  text-align: center;
}

.imgList ul{
  display: flex;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content:space-between;
  flex-flow: row wrap;
  font-size: 0;

}

.imgList li {
  width: calc((100% - 20px) / 2);
  margin: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  border:1px solid #dcdcdc;

}

.imgList li .img {
  width: 100%;
  display: block;
}

.imgList li .img img {
  width:100%;
  display: block;
  object-fit: cover;
}

.imgList li h4 {
  font-size: 14px;
  vertical-align: middle;
  height:3em;
  line-height: 3;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.picList {
  padding: 10px 0;
}

.picList ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.picList li {
  width: calc((100% - 20px) / 2);
  margin: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

    .picList li .img {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: 1px solid #c1c1c1;
    }
.picList li .img img {
  width:100%;
  display: block;
  object-fit: cover;
}

.picList li h4 {
  color: #0c2043;
  font-size: 14px;
  vertical-align: middle;
  height:2em;
  line-height: 2;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*文章列表*/

.titList {
  margin: 0.1rem 0.2rem;
}

.titList li {
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #0c2043;
}

.titList li h4 {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  width: calc(100% - 10px);
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.titList li h4 a {
  color: #383737;
}

.titList li .txt {
  width: calc(100% - 10px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 4px auto;
  font-size: 14px;
  overflow: hidden;
  min-height: 30px;
  color: #6b6b6b;
}

.titList li .date {
  line-height: 2em;
  font-size: 12px;
  margin-left: 5px;
  background-color: #0c2043;
  padding: 0 5px;
  color: #fff;
}

.titList li .date::before {
  content: "发布时间：";
  font-size: 0.26rem;
}

/*分页*/

.footpage {
  overflow: hidden;
}

.footpage ul {
  text-align: center;
  margin: 0.1rem auto 0.2rem;
}

.footpage ul li {
  display: inline-block;
  margin: 0 0.2rem;
  border: 1px solid #727070;
  padding: 0 0.2rem;
}

.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: #0c2043;
  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: 140px;
  margin: 0 auto;
  height: 2.5em;
  font-size: 0.28rem;
  outline: 0 none;
  border: 0 none;
  box-shadow: 0 0 5px 0px #e0e0e0;
  color: #ffffff;
  background-color: #1258c6;
}
