@charset "utf-8";
/* CSS Document */
.local {
  text-align: right;
  margin-top: 50px;
}
.con {
  padding-bottom: 50px;
}
.con .container {
  display: flex;
  justify-content: space-between;
}
.con .leftcon {
  width: 20%;
}
.con .leftcon h3 {
  background-color: #154793;
  display: block;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 18px;
}
.con .leftcon ul li {
  text-align: center;
  line-height: 60px;
  border: 1px #eeeeee solid;
  transition: 0.6s;
  margin-top: -1px;
}
.con .leftcon ul li a {
  display: block;
  font-size: 18px;
  color: #333;
}
.con .leftcon ul li:hover,
.con .leftcon ul li.active {
  background-color: #154793;
}
.con .leftcon ul li:hover a {
  color: #fff;
}
.con .leftcon ul li.active a {
  color: white;
}
.con .rightcon {
  width: 75%;
}
.pagecommenttitle {
  font-size: 30px;
  position: relative;
  color: #154793;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 42px;
}
.pagecommenttitle:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 30px;
  background-color: #154793;
  position: absolute;
  top: 7px;
  left: 0;
}
.hotnewslist dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.hotnewslist dl dt {
  width: 25%;
}
.hotnewslist dl dt .img {
  overflow: hidden;
}
.hotnewslist dl dt .img img {
  max-width: 100%;
  max-height: 100%;
}
.hotnewslist dl dd {
  width: 70%;
}
.hotnewslist dl dd h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.hotnewslist dl dd h3 a:hover {
  color: #154793;
}
.hotnewslist dl dd p {
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hotnewslist dl:first-child {
  padding-top: 0;
}
.note {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  line-height: 30px;
}
.txtbox1 {
  line-height: 150%;
}
.tqcotent {
  display: flex;
  flex-wrap: wrap;
}
.tqcotent .alist {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.tqcotent .alist a {
  display: block;
  background-color: #f5f5f5;
  padding-bottom: 10px;
  border-radius: 5px;
}
.tqcotent .alist a .img img {
  width: 100%;
  max-height: 100%;
}
.tqcotent .alist a h3 {
  padding: 10px;
  box-sizing: border-box;
  display: block;
  line-height: 30px;
  height: 40px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tqcotent .alist a span.more {
  margin: 10px;
  margin-bottom: 0;
  display: block;
  background: url(../images/more.png) no-repeat;
  width: 28px;
  height: 28px;
}
.tqcotent .alist a:hover span.more {
  background: url(../images/more-active.png) no-repeat;
}
.tqcotent .alist a:hover {
  background-color: #154793;
}
.tqcotent .alist a:hover h3 {
  color: white;
}
.dlist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
}
.dlist li h3 {
  font-size: 16px;
  font-weight: bold;
}
.dlist li a {
  color: #154793;
}
.plist a {
  display: block;
  border: 1px solid #f2f2f2;
}
.plist a .img {
  padding: 10px;
  box-sizing: border-box;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plist a .img img {
  max-width: 100%;
  max-height: 100%;
}
.plist a h4 {
  display: block;
  border-top: 1px solid #f2f2f2;
  padding: 10px;
  background-color: #f2f2f2;
}
.plist a:hover h4 {
  color: white;
  background-color: #154793;
}
.piclist2 {
  margin-top: 30px;
}
.piclist2 li {
  text-align: center;
}
.piclist2 li img {
  border-radius: 50%;
  border: 3px solid #154793;
}
.piclist2 li span {
  display: block;
  text-align: center;
  line-height: 50px;
}
.pimg {
  text-align: center;
}
.pimg img {
  border-radius: 50%;
  border: 3px solid #154793;
  max-width: 200px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .con .leftcon {
    display: none;
  }
  .con .rightcon {
    width: 100%;
  }
  .plist a {
    margin-bottom: 10px;
  }
  .plist a .img {
    height: 73px;
  }
  .tqcotent .alist {
    width: 50%;
  }
  .tqcotent .alist a .img {
    height: 130px;
    overflow: hidden;
  }
  .tqcotent .alist a h3 {
    font-size: 14px;
    line-height: 25px;
  }
  .hotnewslist dl dd p {
    display: none;
  }
  .tqcotent .alist a span.more {
    display: none;
  }
}
