body {
  font: 14px Arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  background: url(../images/bk.png) no-repeat white;
  background-position: center 0px;
}

a {
  text-decoration: none;
  color: #333;
}

.wp {
  width: 1000px;
  padding: 0 12px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.header {
  height: 218px;
  background-color: transparent;
  position: relative;
}

.header .logo {
  width: 601px;
  height: 115px;
  position: absolute;
  top: 30px;
  background: url("../images/logo.png") no-repeat transparent;
}

.header .lyglogo {
  width: 112px;
  height: 36px;
  position: absolute;
  top: 30px;
  right: 10px;
  background: url("../images/lyg_logo.png") no-repeat transparent;
}

.header .lyglogo a {
  display: block;
  height: 36px;
}

.header .menu {
  background-color: #085ea5;
  height: 44px;
  position: relative;
  top: 160px;
  margin: 0 -12px;
}

.header .menu ul {
  list-style: none;
  padding: 0px;
}

.header .menu ul li {
  float: left;
  width: 255px;
  padding: 5px 0px;
  border-right: 1px solid #fff;
}

.header .menu ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  line-height: 34px;
  display: block;
  text-align: center;
}

.header .menu ul li:last-child {
  border-right: none;
  width: 256px;
}

.header .menu ul li.active {
  background-color: #f5a700;
}

.header .menu ul li.mouseover {
  background-color: #f5a700;
}

.part1 .title {
  height: 40px;
  background-color: #eee;
}

.part1 .title span {
  display: block;
  float: left;
  width: 120px;
  background-color: #085ea5;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.part1 .title a.more {
  float: right;
  line-height: 40px;
  margin-right: 10px;
  text-decoration: none;
  color: #2464B2;
  font-size: 12px;
}

.part1 .content {
  padding: 10px 0px 0px 10px;
}

.part1 .content .top-news {
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
  height: 84px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}

.part1 .content .top-news h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.part1 .content .top-news p.summ {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 2em;
}

.part1 .content .top-news p.summ a {
  color: red;
  line-height: 2em;
}

.part1 .content ul {
  margin: 0;
  padding: 0px 0px 0px 17px;
}

.part1 .content ul li {
  color: #aaa;
}

.part1 .content ul li a {
  color: #333;
  line-height: 26px;
  text-decoration: none;
}

.part1 .content ul li span {
  float: right;
  font-size: 14px;
  line-height: 26px;
}

.part2 .title {
  height: 40px;
  background-color: #085ea5;
}

.part2 .title .icon {
  float: left;
  width: 60px;
  height: 40px;
  background-color: #eee;
  line-height: 40px;
  font-size: 24px;
  color: #888;
  text-align: center;
}

.part2 .title span {
  display: block;
  float: left;
  color: #fff;
  width: 100px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.part2 .title a.more {
  float: right;
  line-height: 40px;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.part2 .content {
  padding: 10px 0px 0px 10px;
}

.part2 .content ul {
  margin: 0;
  padding: 0px 0px 0px 17px;
}

.part2 .content ul li {
  color: #aaa;
}

.part2 .content ul li a {
  color: #333;
  line-height: 26px;
  text-decoration: none;
}

.part2 .content ul li span {
  float: right;
  font-size: 14px;
  line-height: 26px;
}

.row {
  margin: 10px 0px 10px 0px;
  overflow: hidden;
}

.row .ad {
  float: left;
  width: 1000px;
  position: relative;
  height: 90px;
  overflow: hidden;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
  background: white;
}

.row .ad .pic {
  list-style: none;
  padding: 0;
  margin: 0;
}

.row .ad .pic img {
  width: 1000px;
  height: 90px;
  display: block;
}

.row .ad .num {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  right: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.row .ad .num li {
  float: left;
  position: relative;
  width: 18px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
}

.row .ad .num li.on a,
.row .ad .num li .row .ad .num li a:hover {
  background: #f60;
}

.row .ad .num a,
.row .ad .num span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

.row .ad .num span {
  z-index: 1;
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.row1 .slider {
  float: left;
  width: 500px;
  position: relative;
  height: 280px;
  overflow: hidden;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
  background: white;
}

.row1 .slider .pic {
  list-style: none;
  padding: 0;
  margin: 0;
}

.row1 .slider .pic img {
  width: 500px;
  height: 280px;
  display: block;
}

.row1 .slider .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 36px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.4;
  overflow: hidden;
}

.row1 .slider .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 36px;
  width: 100%;
  overflow: hidden;
}

.row1 .slider .txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.row1 .slider .txt ul li {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -36px;
}

.row1 .slider .txt ul li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.row1 .slider .num {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  right: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.row1 .slider .num li {
  float: left;
  position: relative;
  width: 18px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
}

.row1 .slider .num li.on a,
.row1 .slider .num li .row1 .slider .num li a:hover {
  background: #f60;
}

.row1 .slider .num a,
.row1 .slider .num span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

.row1 .slider .num span {
  z-index: 1;
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.row1 .part1 {
  float: right;
  width: 480px;
}

.row2 .part1 {
  float: left;
  width: 340px;
  margin-right: 20px;
}

.row2 .part2 {
  float: right;
  width: 280px;
}

.row3 {
  border-top: 3px solid #085ea5;
  padding-top: 10px;
}

.row3 .activity {
  float: left;
  width: 760px;
}

.row3 .activity .title {
  height: 50px;
  background-color: #eee;
  border-bottom: 2px solid #ddd;
}

.row3 .activity .title .txt {
  float: left;
  padding: 0px 15px;
  height: 50px;
  border-bottom: 2px solid #1a80d3;
  line-height: 50px;
  font-size: 12px;
}

.row3 .activity .title .txt span {
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
}

.row3 .activity .title a.more {
  float: right;
  line-height: 50px;
  margin-right: 10px;
  text-decoration: none;
  color: #2464B2;
  font-size: 12px;
}

.row3 .activity .content .scrollActivities {
  width: 758px;
  height: 280px;
  margin: 15px auto;
  border: #ddd 1px solid;
  position: relative;
}

.row3 .activity .content .scrollActivities .prev,
.row3 .activity .content .scrollActivities .next {
  width: 51px;
  height: 45px;
  position: absolute;
  top: 118px;
  left: 0;
  z-index: 100;
  cursor: pointer;
  background: url(../images/btns.png) no-repeat;
}

.row3 .activity .content .scrollActivities .next {
  left: auto;
  right: 0;
  background-position: 0 -90px;
}

.row3 .activity .content .scrollActivities .next:hover {
  background-position: 0 -135px;
}

.row3 .activity .content .scrollActivities .prev:hover {
  background-position: 0 -45px;
}

.row3 .activity .content .scrollActivities .scrollWrap {
  width: 696px;
  margin-left: 31px;
  padding-top: 15px;
  overflow: hidden;
  position: absolute;
}

.row3 .activity .content .scrollActivities dl {
  float: left;
  width: 175px;
  text-align: center;
  position: relative;
}

.row3 .activity .content .scrollActivities dt {
  margin: 0 7px 0 3px;
  width: 165px;
  overflow: hidden;
}

.row3 .activity .content .scrollActivities dt a {
  text-decoration: none;
}

.row3 .activity .content .scrollActivities dt span {
  color: #333;
  margin-top: 10px;
}

.row3 .activity .content .scrollActivities img {
  display: block;
  width: 165px;
  height: 165px;
  margin-bottom: 10px;
}

.row3 .spec {
  float: right;
  width: 220px;
  height: 358px;
}

.row3 .spec ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.row3 .spec ul li {
  height: 79.5px;
  padding: 0px 0px 10px 0px;
}

.row3 .spec ul li img {
  width: 100%;
  height: 100%;
}

.link {
  border: 1px solid #ddd;
  height: 40px;
  padding: 10px;
}

.link .title {
  float: left;
  color: 12px;
  color: #bbb;
  line-height: 40px;
}

.link .title span {
  color: #0c90d1;
  font-size: 18px;
  line-height: 40px;
}

.link .selectlist {
  float: right;
  width: 860px;
}

.link .selectlist div {
  width: 260px;
  float: left;
  text-align: right;
  padding: 6px;
}

.link .selectlist div select {
  width: 80%;
}

.footer {
  border-top: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
}

.footer .col1 {
  float: left;
}

.footer .col2 {
  float: left;
}

.footer .col2 div {
  margin: 0 60px;
}

.footer .col3 {
  float: right;
}

.footer p {
  padding: 0;
  margin: 0;
  line-height: 1.7em;
  font-size: 12px;
}

.list {
  padding-top: 20px;
}

.list .catelist {
  float: left;
  width: 200px;
}

.list .catelist .title {
  background-color: #085ea5;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

.list .catelist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list .catelist ul li {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

.list .catelist ul li a {
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.list .catelist ul li:last-child {
  border-bottom: none;
}

.list .catelist ul li.mouseover {
  background-color: #ddd;
}

.list .catelist ul li.mouseover a {
  color: #085ea5;
}

.list .articlelist {
  float: right;
  width: 780px;
}

.list .articlelist .title {
  background-color: #eee;
  color: #333;
  font-size: 16px;
  padding: 10px;
  border-left: 5px solid #085ea5;
}

.list .articlelist ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.list .articlelist ul a {
  text-decoration: none;
  line-height: 1.8em;
}

.list .articlelist ul span {
  float: right;
  line-height: 1.8em;
}

.articleContent {
  padding-top: 20px;
}

.articleContent .breadcrumb {
  font-size: 16px;
  background-color: #eee;
  border-left: 5px solid #085ea5;
  padding: 10px;
}

.articleContent h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.articleContent .info {
  padding: 0 30px 10px 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.articleContent .info span {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.articleContent .info span span {
  display: inline;
  width: auto;
  text-align: left;
}

.articleContent .content {
  padding: 20px 80px;
}

.articleContent .content p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
}

.articleContent .content img {
  max-width: 100%;
  height: auto;
}

#pagination-digg {
  list-style: none;
  text-align: center;
}

#pagination-digg li {
  display: inline-block;
  border: 1px solid #eee;
  padding: 5px;
  height: 18px;
  line-height: 18px;
  margin: 10px 2px;
}

#pagination-digg li a {
  display: block;
  width: 100%;
  height: 18px;
  line-height: 18px;
}

#pagination-digg li.default_pgFirst, #pagination-digg li.default_pgLast {
  background-color: #085ea5;
  color: #fff;
  cursor: pointer;
}

#pagination-digg li.default_pgPrev, #pagination-digg li.default_pgNext {
  background-color: #085ea5;
  color: #fff;
  cursor: pointer;
}

#pagination-digg .page_to {
  color: #333;
}

#pagination-digg .active {
  background-color: #f5a700;
  color: #fff;
}

.articlelist .qr {
  overflow: hidden;
}

.articlelist .qr li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  height: 220px;
}

.articlelist .qr li img {
  width: 100%;
  height: auto;
}

.articlelist .qr li p {
  margin: 0;
  text-align: center;
}
/*# sourceMappingURL=index.css.map */