﻿li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#main {
  background: url("../image/mainbg.jpg") repeat;
  padding: 34px 0;
  clear: both;
  overflow: hidden;
}

#main .main {
  width: 1200px;
  margin: 0 auto;
}

#main .main .mainLeft {
  width: 308px;
  background-color: #fafafa;
  box-shadow: 0 0 15px #bbb;
  float: left;
  margin-left: 25px;
  padding: 25px 0;
}

#main .main .mainLeft h2 {
  height: 68px;
  line-height: 68px;
  font-size: 22px;
  color: #333;
  text-align: center;
}

#main .main .mainLeft ul li {
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  text-align: center;
}

#main .main .mainLeft ul li a {
  display: block;
  color: #414141;
}

#main .main .mainLeft ul li a:hover {
  background: #4480cb;
  color: #ffffff;
}

#main .main .mainLeft .hon a {
  background: #4480cb;
  color: #ffffff;
}

#main .main .mainRight {
  width: 767px;
  float: right;
  background-color: #fafafa;
  box-shadow: 0 0 15px #bbb;
  padding: 30px;
}

#main .main .mainRight h1 {
  color: #4480cb;
  font-size: 22px;
  font-weight: normal;
}

#main .main .mainRight .artTitle {
  background-color: #f9f9f9;
  padding: 15px 0;
}

#main .main .mainRight .artTitle .artText {
  padding: 0 38px;
  line-height: 36px;
  font-size: 18px;
  color: #414141;
}

#main .main .mainRight .aboutImg {
  text-align: center;
  padding: 25px 0;
}

#main .main .mainRight .aboutText {
  font-size: 18px;
  color: #414141;
  border-bottom: 2px #ccc dotted;
  line-height: 36px;
  padding-bottom: 20px;
}

#main .main .mainRight .aboutFot {
  font-size: 18px;
  color: #414141;
  line-height: 36px;
  clear: both;
  overflow: hidden;
  padding: 25px 0;
}

#main .main .mainRight .aboutFot img {
  float: left;
  margin-right: 10px;
}

/*大事记*/
.list {
  padding-top: 20px;
  padding-left: 30px;
}

.list li {
  position: relative;
  line-height: 50px;
}

.list li:last-child {
  border-left: none;
}

.lefttime {
  display: inline-block;
  width: 80px;
  padding-left: 20px;
  font-size: 14px;
  float: left;
  position: relative;
  top: -10px;
}

.lefttime .time-ico {
  background-size: 100%;
  background-image: url(../image/qidong.png);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: -6px;
}

.lefttime .time-ico1 {
  background-size: 100%;
  background-image: url(../image/qianyue.png);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: -9px;
}

.lefttime b {
  position: absolute;
  left: 36px;
  width: 104px;
}

.righttext {
  margin-left: 144px;
  position: relative;
  top: -10px;
}

.righttext>div {
  padding-bottom: 10px;
  padding-left: 10px;
}


@media screen and (max-width:768px) {
  .righttext {
    margin-left: 0;
    top: 30px;
  }

  .lefttime .time-ico {
    left: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .lefttime .time-ico1 {
    left: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .lefttime b {
    line-height: 30px;
  }
}