.main {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}
.main .kuai {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.main .mainleft {
  width: 290px;
  float: left;
  height: auto;
  overflow: hidden;
}
.main .mainleft .lefttitle {
  background-image: url(../images/yuanjiao.png);
  background-repeat: no-repeat;
  background-position: 250px center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-indent: 30px;
  background-color: #0188cc;
  font-size: 15px;
  color: #fff;
}
.main .mainleft .leftnew {
  width: 270px;
  height: auto;
  overflow: hidden;
}
.main .mainleft .leftnew li {
  border-bottom: 1px dashed #ccc;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
}
.main .mainleft .leftnew span {
  float: right;
  margin-right: 10px;
}
.main .mainleft .telcon {
  width: 270px;
  height: auto;
  overflow: hidden;
}
.main .mainleft .telcon h1 {
  color: #c32815;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
}
.main .mainleft .telcon a {
  color: #fff;
}
.main .mainleft .telcon .telbtn {
  margin-left: 60px;
  background-color: #c32815;
  width: 137px;
  height: 35px;
  color: #Fff;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  margin-top: 20px;
  border-radius: 7px;
  margin-bottom: 20px;
  float: left;
}
.main .mainright {
  width: 780px;
  float: right;
}
.main .mainright .righttitle {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-indent: 30px;
  background-color: #0188cc;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.main .mainright .righttitle span {
  font-size: 13px;
  float: right;
  margin-right: 20px;
}
.main .mainright .righttitle a {
  color: #fff;
}
.main .mainright .mainrightcon {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
}
.main .mainright .mainrightcon a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.main .mainright .mainrightcon li {
  margin-bottom: 5px;
  padding: 10px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.main .mainright .mainrightcon li .listtitle {
  width: 100%;
  float: right;
  height: 57px;
  border-bottom: 1px dashed #ccc;
}
.main .mainright .mainrightcon li .listtitle h1 {
  color: #376ec8;
  font-size: 16px;
  font-weight: normal;
}
.main .mainright .mainrightcon li .listtitle p {
  font-size: 14px;
  color: #a8a8a8;
}
.main .mainright .mainrightcon li .listtitle span {
  float: right;
  font-size: 13px;
}
.main .mainright .mainrightcon li .newtitle {
  width: 96%;
  padding: 0 2%;
}
.main .mainright .mainrightcon li .listimg {
  width: 90px;
  height: 57px;
  float: left;
  overflow: hidden;
}
.main .mainright .mainrightcon li .listimg img {
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.main .mainright .mainrightcon li:hover {
  background-color: #dcdbdb;
}
.main .mainright .mainrightcon li:hover .listimg img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.main .mainright .listdetail {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
}
.main .mainright .listdetail h1 {
  font-size: 19px;
  /* font-weight: normal;*/
  width: 80%;
  margin-left: 10%;
  height: auto;
  text-align: center;
  color: #1f1f1f;
  border-bottom: 1px dashed #505050;
  height: 40px;
  line-height: 40px;
}
.main .mainright .listdetail h2 {
  font-weight: normal;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #505050;
  height: 30px;
  line-height: 30px;
}
.main .mainright .listdetail .descon {
  width: 94%;
  margin-left: 3%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.main .mainright .listdetail .descon img {
  max-width: 730px;
}
.main .mainright .pagedetail {
  height: auto;
  overflow: hidden;
  float: left;
  width: 94%;
  margin-left: 3%;
  padding-top: 20px;
}
.main .mainright .page {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.pageshangxia {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 10px;
  float: left;
}
.pageshangxia .leftpage {
  width: 50%;
  float: left;
}
.pageshangxia .rightpage {
  width: 50%;
  float: right;
}



.main {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}
.main .kuai {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.main .mainleft {
  width: 290px;
  float: left;
  height: auto;
  overflow: hidden;
}
.main .mainleft .lefttitle {
  background-image: url(../images/yuanjiao.png);
  background-repeat: no-repeat;
  background-position: 250px center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-indent: 30px;
  background-color: #0188cc;
  font-size: 15px;
  color: #fff;
}
.main .mainleft .leftnew {
  width: 270px;
  height: auto;
  overflow: hidden;
}
.main .mainleft .leftnew li {
  border-bottom: 1px dashed #ccc;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
}
.main .mainleft .leftnew span {
  float: right;
  margin-right: 10px;
}
.main .mainleft .telcon {
  width: 270px;
  height: auto;
  overflow: hidden;
}
.main .mainleft .telcon h1 {
  color: #c32815;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
}


/*pagelist*/
.page{text-align: center !important;color: #666;width: 100% !important;clear: both;margin: 0 0 10px !important;}
.page a {width: initial !important;color: #6b7176;margin: 0 5px 10px !important;padding: 5px 10px !important;background: #dce5ed !important;display: inline-block !important;overflow: inherit !important;}
.page a:nth-child(1):after { position: absolute; content: "篇文章"; right: 0; bottom: 0 }
.page a:nth-child(1):hover { background: none; color: #666 }
.page a:hover, .pagelist > b {  color: #FFF; background: #1C2327  !important; }
.page> b {padding: 5px 10px !important;display: inline-block;margin: 0 !important;width: initial !important;color: #f2f2f2;margin: 0 5px 10px !important;padding: 5px 10px !important;background: #2b333b !important;display: inline-block !important;}
.page a:nth-child(1) {background: none !important;margin: 0 !important;padding: 0 50px 0 0 !important;position: relative;display: none !important;}
