.header-web {
 /* position: fixed;
  left: 0;
  top: 0;*/
  width: 100%;
  transition: top .5s;
/*  z-index: 9999;
  height: 215px;*/
}

.ed {
  width: 1254px;
  margin: 0 auto;
  /*background: rgba(249, 249, 249, .96);*/
  background: #ffffff;
  padding: 25px 0;
  height: 100px
}
.ed:nth-child(2){
  background-color: #3BA6EE;
  padding: 20px 0;
  height: auto;
  overflow: hidden;
}
.gizle {
 /* top: -111px*/
}

.sabit {
  top: 0;
  z-index: 9999
}

.logo {
  float: left;
  height: 70px;
  display: block;
  margin: 0 20px;
}

.logo img {
  width: auto;
  height: 80px;
  float: left
}

.nav-menu {
  display: none
}

.nav-list {
  float: left;
}

.nav-list li {
  float: left;
  margin-left: 50px;
  position: relative
}

.nav-list li a {
  display: block;
  color: #000;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 100px;
  border-radius: 5px;
}

.nav-list li a:hover {
  background-color: #1E50AE;
  color: #ffffff;
}

.nav-list li .sub-menu {
  position: absolute;
  z-index: 99999;
  top: 73px;
  left: -45px;
  transition: all .3s;
  overflow: hidden;
  width: 150px;
  height: 0;
  border: none;
  border-top: none;
  background-color: rgba(216, 100, 63, .9);
  border: 1px solid #e79075;
  border-top: none;
  border-bottom: none
}

.nav-list li:hover > ul {
  top: 73px;
  left: -45px;
  display: block;
  height: 200px;
  background-color: rgba(216, 100, 63, .9);
  width: 150px;
  border-radius: 3px;
  border: 1px solid #e79075
}

.nav-list li .sub-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e79075;
  clear: both
}

.nav-list li .sub-menu li a {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  height: 50px
}

.nav-list li .sub-menu li a:hover {
  color: #fff;
  background: #c24f2b
}

.menu-item-has-children {
  height: 63px
}

.menu-item-has-children:before {
  content: '';
  position: absolute;
  right: -8px;
  top: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: all .5s
}

.menu-item-has-children:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #f8f8f8;
  transition: all .5s
}

.menu-item-has-children:hover:before {
  content: '';
  position: absolute;
  right: -8px;
  top: 18px;
  transform: rotateX(180deg)
}

.menu-item-has-children:hover:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 20px;
  transform: rotateX(180deg)
}

.menu-item-has-children a:hover:after {
  display: none
}

.menu-item-1295 {
  background: url(../images/hot.png) no-repeat 70px 5px;
  background-size: 10px auto;
  padding-right: 8px
}

.menu-item-2177 {
  display: none
}

.header-button {
  display: none
}

.search {
  width: 274px;
  float: left;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 70px;

}

.text {
  float: left;
  width: 270px;
  height: 35px;
  font-size: 16px;
  border: none;
  text-indent: 20px;
  color: #000;
  font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
  outline: none;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #1E50AE;
  border-radius: 50px;
}

.text:focus {
  background: #fff;
}

.butto {
  float: left;
  width: 76px;
  line-height: 39px;
  border: none;
  background: #1E50AE;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  outline: none;
  margin-left: -76px;
  border-radius: 50px;
}

:-moz-placeholder {
  color: #000;
  font-size: 16px
}

::-moz-placeholder {
  color: #000;
  font-size: 16px
}

input:-ms-input-placeholder {
  color: #000;
  font-size: 16px
}

input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px
}

cite {
  color: #1E50AE;
  font-style: normal
}

.searchtitle {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #150707;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dashed #f1eee0;
  text-indent: 10px
}

#post-read-more {
  width: 100%;
  display: block;
  float: left;
  background: #fff;
  margin: 20px 0
}

#post-read-more a {
  width: 180px;
  margin: 0 auto;
  height: 38px;
  line-height: 39px;
  display: block;
  text-align: center;
  border-radius: 50px;
  color: #979797;
  border: 1px solid #979797;
  transition: all .3s
}

#post-read-more a:hover {
  border: 1px solid #000;
  color: #000
}

.box-single {
  margin: 0 auto;
  width: 800px;
  padding: 0 200px 40px 240px;
  background: #fff;
  overflow: hidden;
 /* margin-top: 215px;*/
  position: relative;
}
#asName{
  position: absolute;
  top: 30px;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  width: 220px;
  background-color: #0E59AC;
  color: #ffffff;
  text-align: center;
}
.singletitle {
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #000
}

.pagetitle {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 38px;
  color: #000
}

.p2 {
  font-weight: 100;
  font-size: 16px;
  color: #a2a2a2;
  margin-top: 30px;
  text-align: center
}

.zan {
  background: #1E50AE;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  width: 44px;
  height: 18px;
  text-align: center;
  font-size: 13px;
  line-height: 18px
}

.content-text {
  width: 100%
}

.content-text p {
  clear: both;
  width: auto;
  line-height: 35px;
  margin-top: 30px;
  letter-spacing: normal;
  text-align: justify
}

.content-text p img {
  width: 100%;
  display: block;
  margin: 0 auto
}

.content-text p a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 5px
}

.wp-block-image {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px
}

.wp-block-image img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 5px
}

.content-text h1 {
  margin-top: 35px;
  width: auto;
  padding: 2px 20px 3px 20px;
  line-height: 26px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  background: #1E50AE;
  border-radius: 50px
}

.content-text h2 {
  margin-top: 35px;
  width: auto;
  padding: 2px 20px 3px 20px;
  line-height: 26px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  background: #1E50AE;
  border-radius: 50px;
  position: relative
}

.content-text h2:after {
  content: '';
  position: absolute;
  right: -13px;
  top: 12px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #1E50AE
}

.content-text em {
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #1E50AE;
  background: #fff;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  margin-right: 15px;
  margin-left: -17px
}

.content-text h3 {
  height: 40px;
  line-height: 41px;
  width: 40px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
  background: #1E50AE;
  text-align: center;
  border-radius: 50px
}

.content-text h4 {
  margin-top: 35px;
  width: 800px;
  background: #f8f8f8;
  padding: 40px 0 30px 0;
  line-height: 26px;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  text-indent: 40px;
  color: #1E50AE;
  font-weight: 700
}

.content-text h4:first-letter {
  font-size: 100px;
  font-style: italic;
  margin-right: 12px;
  font-weight: 100
}

blockquote {
  width: auto;
  padding: 0 30px 25px 30px;
  margin-top: 30px;
  background: #f8f8f8;
  border-radius: 5px;
  overflow: hidden;
  clear: both
}

blockquote dt {
  width: 65px;
  height: 65px;
  float: left;
  margin-top: 30px
}

blockquote dt img {
  width: 100%;
  border-radius: 50%;
  padding: 3px;
  font-size: 0;
  background: #fff
}

blockquote dd {
  float: left;
  width: 635px;
  margin-left: 40px;
  line-height: 35px;
  margin-top: 30px
}

.content-text ol {
  clear: both;
  list-style: inside lower-alpha
}

.content-text ol li {
  line-height: 35px;
  margin-top: 30px
}

.content-text ul {
  clear: both
}

.content-text ul li {
  line-height: 35px;
  margin-top: 30px
}

.content-text ul li:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%
}

.gallery {
  width: 1240px;
  margin: 40px 0 40px -222px
}

.gallery .gallery-item {
  float: left;
  margin-bottom: 4px
}

.gallery-columns-3 .gallery-item {
  width: 409px;
  margin-left: 4px
}

.gallery-columns-2 .gallery-item {
  width: 616px;
  margin-left: 4px
}

.gallery-columns-1 .gallery-item {
  width: 1236px;
  margin-left: 4px;
  margin-bottom: -36px
}

.gallery img {
  width: 100%;
  display: block;
 /* background: url(images/bg.gif) no-repeat;
  background-size: 100% auto*/
}

.wp-audio-shortcode {
  margin-top: 20px
}

.wp-video {
  margin-top: 30px
}

.bdf {
  width: 100%;
  overflow: hidden;
  margin-top: 30px
}

.bdf .yue {
  float: right;
  margin-right: 10px;
  color: #a2a2a2;
/*  background: url(../images/see.png) no-repeat;*/
  background-size: 22px auto;
  text-indent: 31px;
  background-position: 0 1px;
  height: 25px;
  line-height: 26px
}

.post-like {
  float: right;
  margin-right: 30px
}

.post-like a {
  color: #a2a2a2;
  text-decoration: none;
  outline: 0;
  height: 25px;
  display: block;
  /*
  background: url(../images/zan.png) no-repeat;
  */
  background-size: 18px auto;
  background-position: 0 2px
}

.count {
  float: left;
  margin-left: 28px;
  display: block;
  height: 25px;
  line-height: 26px;
  color: #a2a2a2;
  font-size: 17px;
  text-align: center
}

.post-like a.done, .post-like a:hover {
  color: #a2a2a2
}

.post-like a.done {
  cursor: not-allowed
}

.xianguan {
  margin-top: 40px;
  margin-bottom: -35px
}

#sitebar {
  float: right;
  width: 364px
}

.sitebar_list {
  background: #f8f8f8;
  overflow: hidden;
  padding: 3px 0
}

.sitebar_list img {
  width: 364px;
  height: auto;
  border-radius: 2px
}
.sitebar_list h4{
  margin: 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #E2E2E2;
}
.sitebar_title {
  margin-top: 30px;
  line-height: 27px;
  width: auto;
  padding: 2px 16px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  background: #1E50AE;
  border-radius: 5px;
  float: left;
}
.sitebar_list h4 a{
  margin-top: 30px;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.tagcloud {
  width: 334px;
  margin-top: 25px;
  overflow: hidden
}

.tagcloud a {
  display: block;
  float: left;
  height: 32px;
  line-height: 20px;
  padding: 0 2px;
  border-radius: 1px;
  color: #858585;
  border-bottom: 1px solid #ededed;
  margin: 0 0 30px 30px
}

.tagcloud a:hover {
  color: #1E50AE;
  border-bottom: 1px solid #1E50AE
}

.sitebar_list ul {
  width: 304px;
  padding-top: 10px;
  list-style: decimal-leading-zero;
  list-style-position: inside;
  margin: 0 auto
}

.sitebar_list li {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  color: #c2c2c2;
  height: 50px
}

.sitebar_list li:last-child {
  padding-bottom: 15px;
  border-bottom: none;
  height: 50px
}

.sitebar_list li a {
  width: auto;
  font-size: 16px;
  line-height: 50px;
  color: #858585
}

.sitebar_list li a:hover {
  color: #1E50AE
}

.totop {
  width: 364px;
  height: auto;
  border-radius: 2px
}

#dibu-main {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 125px;
  overflow: hidden;
  background: #3BA6EE;
  border-top: 1px solid #3BA6EE;
  overflow: hidden
}

.bottomlist {
  overflow: hidden;
  height: 35px;
  width: 110px;
  float: right;
  margin-top: 20px
}

.bottomlist .xinlan {
  margin-right: 40px;
  width: 35px;
  height: 35px;
  background: #d72a2c;
  border-radius: 50%;
  float: left
}

.bottomlist .weixin2 {
  float: left
}

.bottomlist .weixin {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #339d17;
  border-radius: 50%
}

.bottomlist .weixin span {
  display: none
}

.bottomlist .xixii {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: -99999;
  top: -35px;
  left: 0;
  transition: all .5s
}

.bottomlist .weixin:hover .xixii {
  padding: 5px;
  background: #fff;
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  z-index: 999999;
  left: -55px;
  top: -196px;
  border-radius: 2px
}

.bottom {
  float: right;
  margin-right: 60px
}

.botop {
  overflow: hidden;
  float: right
}

.botop li {
  float: right
}

.botop li a {
  display: block;
  width: 120px;
  text-align: right;
  font-size: 16px
}

.bottom .botext {
  clear: both;
  text-align: right;
  margin-top: 5px;
  font-size: 16px
}

.bottom .botext a {
  font-size: 16px
}

.tongji {
  display: none
}

.scroll:hover {
  background: #1E50AE;
  color: #fff
}

.c404 {
  margin: 0 auto;
  width: 1244px;
  height: auto;
  background: #1E50AE;
  overflow: hidden;
  margin-top: 91px;
  text-align: center;
  padding: 40px 0 80px 0
}

.c404 strong {
  color: #fff;
  font-size: 230px;
  text-align: center
}

.wrong {
  color: #fff;
  font-size: 28px;
  margin-top: 30px
}

.four-buttom {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #1E50AE;
  padding: 0 10px;
  margin-left: 20px;
  background: #fff;
  border-radius: 2px;
  font-weight: 700
}

.scroll {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 141px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 2px;
  transition: all .5s;
  background-color: rgba(214, 98, 61, .18)
}

#container-page {
  width: 1254px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
 /* margin-top: 215px;*/
  padding: 0;
  position: relative;
}

.box {
  width: 100%;
  padding: 45px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.list {
  width: 100%;
  padding-bottom: 35px;
  margin-top: 40px;
  overflow: hidden;
  border-bottom: 2px dashed #f1f1f1
}

.list:first-child {
  margin-top: 0
}

.list:last-child {
  border-bottom: none
}

.titleimg {
  display: block;
  float: left;
  width: auto;
  height: auto;
  overflow: hidden
}

.titleimg img {
  display: block;
  width: 253px;
  height: auto;
 /* background: url(../images/xxx.gif);
  background-size: 250px auto;*/
  border-radius: 3px
}

.titleimg a:first-child {
  margin-left: 0
}

.mecctitle {
  width: 657px;
  float: left;
  line-height: 21px;
  margin-top: 20px;
  margin-left: 40px;
}

.mecctitle a {
  font-size: 20px
}

.mucctitle {
  width: 99%;
  margin: 0 auto;
  line-height: 21px
}

.mucctitle a {
  font-size: 20px
}

time {
  color: #a2a2a2;
  margin-top: 20px;
  font-style: normal;
  font-size: 16px;
  float: left;
  margin-left: 40px
}

.tebe {
  margin-left: 0
}

.zaiyao {
  width: 657px;
  float: left;
  line-height: 35px;
  margin-top: 10px;
  font-size: 16px;
  margin-left: 40px;
}

.zuiyao {
  width: 100%;
  line-height: 35px;
  margin-top: 10px;
  clear: both;
  float: right;
  font-size: 16px
}

.kuda {
  width: 100%
}

.kudai {
  width: 100%;
  margin-top: 25px
}

.kudai a {
  float: left;
  margin-left: 15px;
  display: block
}

.kudat {
  margin-left: 0
}

.kudap {
  display: none
}

.avatar {
  border-radius: 50%;
  display: block;
  float: left
}

.comment {
  width: 800px;
  border-radius: 5px;
  margin-top: 40px;
  overflow: hidden
}

#comment {
  width: 800px;
  overflow: hidden
}

#comment li {
  width: 100%;
  padding: 40px 0 30px 0;
  overflow: hidden;
  border-bottom: 2px dashed #f1f1f1
}

#comment li span {
  display: block;
  float: left;
  margin-right: 25px
}

#comment li span img {
  height: 50px;
  width: 50px;
  transition: all .4s linear
}

#comment li span img:hover {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg)
}

#comment li .mhcc {
  width: 725px;
  float: left;
  overflow: hidden
}

#comment li .mhcc address {
  height: 18px;
  line-height: 16px;
  color: #a2a2a2;
  font-style: normal;
  width: 100%;
  font-size: 16px
}

#comment li .mhcc p {
  clear: both;
  width: auto;
  padding: 5px 0;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px
}

#comment li ul {
  margin: 0;
  padding: 0
}

#comment li .children {
  float: right;
  width: 643px;
  margin-top: 20px;
  border-left: 1px solid #f1f1f1;
  position: relative;
  padding: 0 40px
}

#comment li .children li {
  margin: 0;
  border: 0;
  padding: 15px 0
}

#comment li .children li .mhcc {
  float: left;
  overflow: hidden;
  width: 568px
}

#respond {
  width: 800px;
  overflow: hidden
}

#respond p {
  background: #fff;
  padding: 40px;
  text-align: center;
  border: 1px solid #f7f6f6
}

#respond p a {
  color: #ff9d00
}

#commentform {
  width: 800px
}

#commentform .inputt {
  display: none
}

#commentform textarea {
  width: 770px;
  border: 1px solid #d0d0d0;
  padding: 10px 14px;
  border-radius: 4px;
  color: #949494;
  display: block;
  font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
  outline: 0;
  font-size: 16px
}

#commentform #submit {
  float: right;
  border: none;
  color: #fff;
  background: #1E50AE;
  cursor: pointer;
  font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
  outline: 0;
  padding: 8px 35px;
  display: block;
  font-size: 16px;
  margin-top: 30px;
  margin-right: 5px;
  font-style: normal;
  font-weight: 100;
  border-radius: 50px
}

.hmFocus {
  width: 800px;
  height: 444px;
  overflow: hidden
}

.hmFocus .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%
}

.hmFocus .swiper-pagination-bullet {
  opacity: .5;
  background: #040404;
  margin: 0 6px !important;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.hmFocus .swiper-pagination-bullet-active {
  background: #d8643f;
  border: 1px solid #fff
}

.autoImg a img {
  width: 800px;
  height: 410px;
  display: block
}
.swiper-slide, .swiper-wrapper {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%
}

.swiper-pagination, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0)
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-slide, .swiper-wrapper {
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-bullet {
  display: inline-block;
  background: #000;
  opacity: .2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.sitebar_list {
  width: 32%;
  float: left;

}

.sitebar_list:nth-child(2) {
  margin: 0 2%;
}

.title {
  width: 800px;
  display: inline-block;
  text-align: left;
  float: left;
  color: #03499C;
  font-size: 31px;
  line-height: 1;
  margin-top: 10px;
}

.title span {
  display: inline-block;
  width: 100%;
}

.title span:nth-child(2) {
  font-size: 12px;
}

.content {
  overflow: hidden;
  padding: 30px 0;
  background-color: #f8f8f8;
}

.fullImg {
  text-align: center;
}

.fullImg img {
  display: inline-block;
}

.jdjzlist {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}

.jdjzlist li {
  width: 24.5%;
  margin-right: 0.5%;
  display: inline-block;
  float: left;
}

.jdjzlist li img {
  width: 100%;
}

.zjcybox .imgbox span {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
}

#marquee1 {
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
}

#marquee1 ul li {
  float: left;
  padding: 0 1px;
  text-align: center;
  padding-right: 4px;
}

#marquee1 ul li img {
  width: 220px;
  height: 260px;
  display: block;
  margin-bottom: 10px;
}
.teamt {
  height: 42px;
  background: #efeeec;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0078d9;
  margin-top: 20px;
}
.newsbtle5 {
  float: left;
  height: 42px;
  width: 100%;
  padding-left: 60px;
  font-size: 16px;
  line-height: 42px;
  background-image: url(../images/link_25.jpg);
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #333333;
  font-family: "Microsoft Yahei";
}
.yqlj{
  width: 100%;
}
.yqlj li {
  padding: 5px 10px;
  display: inline-block;
}
