/*通用部分*/
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background: #ecf6ff url(bg.png) repeat-x center top;
}



a:hover,
a:visited:hover {
  color: rgb(245, 78, 78);
}

.container {
  width: 1200px;
  margin: 0px auto;
  background: #fff;
  padding: 10px 10px 20px 10px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.top {
  margin: 55px 0px 50px 0px;
  line-height: 60px;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.section1 {
  width: 100%;
}

.section1left {
  float: left;
  display: block;
  width: 535px;
  min-height: 300px;
  position: relative;
}

.section1right {
  float: right;
  width: 600px;
  min-height: 300px;
}

.catname {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url("catname.png") no-repeat center center;
  margin: 35px 0px 20px 0px;
  position: relative;
}

.catname h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  text-align: center;
  color: #0063C6;
}

.catname a {
  color: #333333;
  display: block;
  position: absolute;
  line-height: 35px;
  height: 35px;
  width: 60px;
  right: 0px;
  top: 0px;
}

.section1righttitle {
  width: 100%;
}

.section1righttitle a {
  color: #0063C6;
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: normal;
  width: 100%;
  display: block;

}

.section1righttitle p {
  color: #999;
  font-size: 16px;
  text-indent: 2em;
  margin-bottom: 15px;
}

.section1list {
  width: 100%;
}

.section1list li {
  line-height: 48px;
  border-bottom: 1px dotted #ddd;
  position: relative;
}

.section1list li i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #d90007;

  top: 50%;
  left: 0px;
  position: absolute;
}

.section1list li a {
  margin-left: 15px;
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
}

.section1list li span {
  float: right;
  color: #999;
  display: inline-block;
}


.section2list {
  width: 100%;
}

.section2list li {
  line-height: 42px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  float: left;
  width: 48%;
  margin-right: 30px;
}

.section2list li:nth-child(2n) {
  margin-right: 0px;
}

.section2list li i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #d90007;

  top: 50%;
  left: 0px;
  position: absolute;
}

.section2list li a {
  margin-left: 15px;
  display: inline-block;
  font-size: 18px;
  line-height: 42px;
  height: 42px;
}

.section2list li span {
  float: right;
  color: #999;
  display: inline-block;
}

.bottompicture {

  margin-bottom: 30px;
  height: 135px;
  width: 100%;
  position: relative;

}

.bottomleft {
  position: absolute;
  width: 39px;
  height: 70px;
  cursor: pointer;
  top: 60px;
  left: -49px;
  z-index: 999;
}

.bottomright {
  position: absolute;
  width: 39px;
  height: 70px;
  cursor: pointer;
  right: -49px;
  top: 60px;
  z-index: 999;
}





.bottombanner {
  height: 135px;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.bottombanner ul {
  width: 1100px;
  height: 135px;
  overflow: hidden;
}

.bottombanner ul li {
  position: relative;
  display: inline;
  height: 135px;
  width: 320px;
  float: left;

  margin-right: 20px;

}


.bottombanner ul li a img {
  height: 135px;
  width: 320px;
}


.old_type .container{
  width: 1200px;
margin: 0px auto;
background: #fff;
padding: 1px 50px 20px 50px;
}
.old_type .catname{
  height: 70px;
}
.old_type .catname h3{
  line-height: 70px;
font-size: 32px;
height: 70px;
}
.old_type .catname a{
  font-size: 32px;
width: 120px;
top: 15px;
}

.old_type .section1list li a{
  line-height: 70px;
height: 70px;
font-size: 32px;
width:75%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.old_type .section1list li span{
  font-size:32px;
  line-height: 70px;
}

.old_type .section2list li{
height: 71px;
float: none;
width: 100%;
}
.old_type .section2list li a{
line-height: 70px;
height: 70px;
font-size: 32px;
}
.old_type .section2list li span{
font-size:32px;
  line-height: 70px;
}