* {
  margin: 0 auto;
  padding: 0;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a:visited {
  color: inherit;
}

.clear {
  clear: both;
}

.banner {
  position: relative;
  width: 1260px;
  height: 120px;
  margin: 0 auto;
  background: white;
  border-top: 2px solid #680035;
}

.banner .image {
  width: 1240px;
  height: 120px;
  margin: 0 auto;
  line-height: 120px;
}

.banner .image img {
  height: 80px;
  margin: 20px 0 5px;
}

.banner .search {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.nav {
  width: 1240px;
  height: 40px;
  background: white;
  text-align: center;
  line-height: 40px;
  color: #680035;
  font-size: 17px;
  font-weight: 600;
}

.nav ul {
  width: 1284px;
  height: 40px;
  margin: 0 auto;
}

.nav li {
  float: left;
  width: auto;
  height: 40px;
  border-right: 1px solid white;
  padding: 0 1.7%;
  color: #680035;
}

.nav li:hover {
  background: #680035;
  color: white;
}

.nav ul .sel {
  background: #680035;
  color: white;
}

.img {
  width: 100%;
  background: white;
}

.img .img-container, .img .img-container img {
  width: 1240px;
  height: 310px;
  margin: 0 auto;
}

.content {
  width: 1240px;
  padding: 10px 20px !important;
  background: white;
}

.content .left {
  float: left;
  width: 67%;
}

.content .right {
  float: right;
  width: 32%;
}

.content .area, .list {
  width: 100%;
}

.content .area {
  height: 260px;
  margin-top: 36px;
}

.content .title {
  position: relative;
  width: 95%;
  height: 30px;
  padding-left: 3%;
  border-left: 10px solid #680035;
  text-align: left;
  line-height: 30px;
  color: #680035;
  font-size: 20px;
  font-weight: 600;
}

.content .title span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
}

.content .list {
  padding-top: 10px;
  font-size: 13px;
}

.content .list .news-img {
  float: left;
  width: 50%;
}

.content .list .news-img img {
  display: block;
  width: 350px;
  height: 220px;
}

.content .list .news-img div {
  margin: 5px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #680035;
}

.content .left .list ul {
  float: right;
  width: 49%;
  margin-right: 1%;
}

.content .list ul li {
  position: relative;
  height: 30px;
  border-bottom: 1px dashed #d3d3d3;
  line-height: 30px;
  font-size: 15px;
}

.content .list ul li span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: darkgrey;
}

.content .list ul li a {
  color: black;
}


.content .row .list ul {
  float: none;
  width: 100%;
}

.content .row .list-info {
  width: 100%;
  height: 355px;
}

.content .row .list-info ul {
  margin: 10px 0;
  color: grey;
  font-size: 15px;
}

.content .row .list-info ul:last-child {
  margin-bottom: 0;
}

.content .row .list-info ul li:first-child {
  color: #680035;
  font-weight: 600;
}

.content .row .list-info ul li {
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.content .row {
  float: left;
  width: 32%;
  margin: 0 0.5%;
}

.content .row .list .news-img {
  float: none;
  width: 100%;
  margin: 5px auto;
}

.content .row .list .news-img img {
  display: block;
  height: 250px;
  margin: 0 auto;
}

.content .row .list .news-img div {
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
  color: #680035;
}

.content .row .list ul {
  float: none;
  width: 100%;
}

.content .row .nav-col ul li {
  display: flex;
  display: -webkit-flex;
  height: 45px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 45px;
  align-items: center;
  background: #680035;
  color: white;
}

.content .row .nav-col ul li a {
  width: 100%;
  height: 100%;
}

.content .row .nav-col ul li img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.footer {
  width: 1260px;
  margin-top: 15px;
  background: #680035;
  font-size: 15px;
}

.footer div {
  width: 1240px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  color: white;
}

.footer .nav-col {
  float: left;
  width: 38%;
  height: 70px;
  padding: 0 1%;
  text-align: left;
  color: white;
}

.footer .nav-col ul li {
  float:left;
  display: flex;
  display: -webkit-flex;
  width: 150px;
  margin: 10px 0;
  justify-content: space-between;
  align-items: center;
  border-left: 2px solid white;
  text-align: center;
}

.footer .nav-col ul li a {
  color: white;
}

.footer .nav-col ul li img {
  height: 80%;
  margin: 0 10px;
}

.footer .nav-col ul li div {
  width: 60%;
  text-align: center;
}

.footer .link {
  float: right;
  width: 50%;
  height: 70px;
  padding: 0 1%;
  line-height: 70px;
}

.footer .link ul {
  margin: 0 auto;
}

.footer .link ul li {
  float: left;
  width: 150px;
  padding: 0 2%;
}

.footer .code {
  float: right;
  width: 70px;
  padding: 0 1%;
}

.footer .code img {
  width: 70px;
}


.col-left {
    float: left;
    width: 20%;
    height: auto;
    margin-top: 10px;
}

.col-left .sub-nav {
    width: 100%;
    text-align: left;
    color: #680035;
}

.col-left .sub-nav li {
    width: 78%;
    height: 25px;
    margin-left: 10%;
    margin-bottom: 10px;
    padding-left: 10%;
    border-left: 5px solid #680035;
    line-height: 25px;
    font-size: 17px;
    font-weight: 600;
}

.col-left .sub-nav .title {
  width: 90%;
  height: 35px;
  margin-left: 0;
  border-left: 0;
  border-bottom: 2px solid #680035;
  line-height: 35px;
  font-size: 20px;
}

.col-right {
    float: right;
    width: 79%;
    margin-top: 10px;
}

.col {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.col .col-location {
    float: right;
    width: 50%;
    height: 100%;
    text-align: right;
    font-size: 13px;
}

.col-right .list ul {
  float: none;
  width: 100%;
}

.col-right .info {
  line-height: 1.5;
}