.news {
  width: 1380px;
  margin: 0 auto 30px;
  background: white;
  overflow: auto;
}
.news-con{
  margin: 0 20px;
}
/* 新闻导航 */
.news .tab {
  width: 100%;
  padding: 10px 0 ;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  color: #362424;
}
.news a:hover{
  color: #f56506;
}
.news .tab span {
  color: #175c86;
}
.news .tab img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}
/* 新闻列表 */
.news .content {
  border-top: 2px solid #175c86;
}
.news .content ul {
  width: 100%;
}
.news .content ul li {
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px dashed #4c8ca0;
}
/* 新闻标题 */
.news .content ul li .ti {
  font-size: 20px;
  display: block;
  font-weight: 600;
  padding: 0 10px;
}
.news .content ul li .ti:hover {
  color: #146899;
}
/* 新闻介绍 */
.news .content ul li .info {
  line-height: 32px;
  overflow: auto;

  zoom: 1;
  margin: 10px 0;
}
.news .content ul li .info .con-img {
  width: 320px;
  float: left;
  text-align: center;
}
.news .content ul li .info .con-img a {
  display: block;
  width: 100%;
  max-height: 220px;
  height: 100%;
  overflow: hidden;
  padding: 10px 20px 10px;
}
.news .content ul li .info .con-img img {
  width: 100%;
  transition: all 1s ;
}
.news .content ul li .info .con-img img:hover {
  transform: scale(1.1);
}
.news .content ul li .info .c-con {
  width: 100%;
  float: left;
  overflow: hidden;
}
.news .content ul li .info .c-con .ab {
  padding-left: 10px;
  max-height: 190px;
  overflow: hidden;
  color: #7e7e7e;
}
.news .content ul li .info .c-con .au {
  padding-left: 10px;
  color: #159b10;
}
.news .content ul li .info .c-con .au span{
  margin: 0 25px 0 5px;
}
.news .content ul li .info .c-con1 {
  width: 980px;
}
.txt {
  width: 100%;
  overflow: auto;
  padding: 0 0 20px;
}
.txt .t-left {
  width: 1040px;
  float: left;
  border-top: 5px solid #175c86;
  padding: 10px 0 40px;
  text-align: center;
  line-height: 1.8;
}
.txt .t-left .t-ti {
  line-height: 40px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Microsoft YaHei";
}
.txt .t-left .t-aut {
  line-height: 40px;
  color: #929191;
}
.txt .t-left .t-aut img{
  width: 20px;
  position: relative;
  margin-right: 2px;
  top: -2px;
}
.collect{
  cursor: pointer;
}
.txt .t-left .t-aut span {
  margin: 0 15px;
}
.txt .t-left .t-con {
  width: 95%;
  text-align: left;
  font-size: 15px;
  margin: auto;
}
.txt .t-left .t-con img,
.txt .t-left .t-con video {
  max-width: 90%;
  display: block;
  margin: 5px auto !important;
  border: none;
  outline: none;
}
.txt .t-left .t-con p,
.txt .t-left .t-con span,
.txt .t-left .t-con div {
  letter-spacing: 2px !important;
  text-indent: 36px;
  margin: 18px 0;
  line-height: 1.9;
}
.t-con p,
.t-con span,
.t-con div,
.t-con span{
  font-size: 16px !important;
}
.txt .t-right {
  width: 275px;
  float: right;
  border: 1px solid #e6e3e3;
  box-shadow: -2px 5px 2px #e6e3e3;
}
.txt .t-right .t-tag {
  padding: 10px 2px;
  border-bottom: 1px solid #acabab;
  font-size: 20px;
  font-weight: 600;
  background: #e9e8e8;
}
.txt .t-right .t-tag:before {
  content: "";
  background: #175c86;
  width: 5px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.txt .t-right ul li {
  overflow: auto;
  line-height: 20px;
  /* margin: 20px 10px; */
  padding: 10px 10px;
  font-size: 14px;
  border-bottom: 1px solid #e6e3e3;
}
.txt .t-right ul li span {
  float: left;
  width: 20px;
  height: 20px;
  background: #175c86;
  color: white;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.txt .t-right ul li a {
  width: 220px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txt .t-right ul li a:hover {
  color: red;
}
