@charset "utf-8";
/* CSS Document */
main {
  background-color: #fff;
  min-width: 1128px;
  padding-top: 35px;
  padding-bottom: 20px;
}

/*first row*/

/*plate01*/
.plate01 {
  width: 419px;
  height: 304px;
  padding: 6px;
  border: #e88826 1px solid;
}
.plate01 .pic-win {
  position: relative;
  width: 419px;
  height: 304px;

}

/*图片新闻循环开始*/
.plate01 .pic-win .pic-part {
  position: relative;
  display: block;
  width: 419px;
  height: 304px;
}
.plate01 .pic-win .pic {
  width: 419px;
  height: 304px;
  overflow: hidden;
}
.plate01 .pic-win .txt-row {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/black-bg7.png);
  width: 419px;
  height: 40px;
}
.plate01 .pic-win .txt {
  font-size: 14px;
  color: #fafafa;
  padding-left: 10px;
  line-height: 40px;
  width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*循环结束*/

.plate01 .pic-light-box {
  position: absolute;
  z-index: 9;
  bottom: 15px;
  right: 10px;
}

/*图片指示灯循环开始*/
.plate01 .pic-light-box .light {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  margin-left: 5px;  
}
.plate01 .pic-light-box .light-next {
  background-color: #ff982f;
}
/*循环结束*/

/*plate02*/
.plate02 {
  width: 676px;
}

/*title*/
.plate02 .tit-row {
  background-color: #edeff1;
  height: 46px;
}
.plate02 .a-tit {
  background: url(../images/tit-bg01.jpg);
  padding-left: 42px;
  width: 74px;
  height: 51px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 38px;
}
.plate02 .more {
  color: #215a88;
  font-size: 12px;
  line-height: 46px;
  margin-right: 10px;
  font-weight: 600;
}
.plate02 .more:hover {
   color: #428dc9;
   text-decoration: underline;
 }

/*content*/
.plate02 .cont-row {
  margin-top: 6px;
}

/*firsr content part*/
.plate02 .cont-part-f {
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.plate02 .cont-part-f .b-tit {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #de1d0c;
  line-height: 36px;
}
.plate02 .cont-part-f .txt {
  width: 636px;
  margin-left: 20px;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
.plate02 .cont-part-f .txt span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.plate02 .cont-part-f .b-more {
  color: #de1d0c;
  margin-left: 10px;
  line-height: 24px;
  font-size: 12px;
}
.plate02 .cont-part-f .b-more:hover {
  color: #fe4636;
  text-decoration: underline;
}

/*新闻条目循环开始*/
.plate02 .cont-part {
  border-bottom: #e5e5e5 1px dashed;
}
.plate02 .cont-part .part-link {
  display: block;
  padding: 0 6px;
  line-height: 30px;
}
.plate02 .cont-part .part-link:hover .txt {
  color: #666;
  text-decoration: underline;
}
.plate02 .cont-part .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
  font-size: 13px;
  color: #333;
}
.plate02 .cont-part .txt .sort {
  margin-right: 10px;
  font-weight: normal;
}
.plate02 .cont-part .date {
  font-size: 12px;
  color: #333;
}
/*循环结束*/

/*banner*/
.banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*second row*/

/*plate03*/
.plate03 {
  width: 401px;
}

/*title*/
.plate03 .tit-row {
  background-color: #edeff1;
  height: 44px;
}
.plate03 .tit-row .a-tit {
  background: url(../images/tit-bg02.jpg);
  height: 49px;
  width: 120px;
  text-align: center;
  line-height: 38px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.plate03 .tit-row .more {
  font-size: 12px;
  color: #215a88;
  font-weight: 700;
  line-height: 44px;
  margin-right: 10px;
}
.plate03 .more:hover {
   color: #428dc9;
   text-decoration: underline;
 }
/*content*/
.plate03 .cont-row {
  margin-top: 12px;
}
.plate03 .cont-row .cont-list {
  margin-top: 4px;
}

/*新闻条目循环开始*/
.plate03 .cont-row .cont-part {
  display: block;
  padding: 0 4px;
  border-bottom: #e5e5e5 1px dashed;
}
.plate03 .cont-row .cont-part:hover .txt {
  color: #666;
  text-decoration: underline;
}
.plate03 .cont-part .txt {
   font-size: 13px;
   color: #333;
   line-height: 30px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
 }
 .plate03 .cont-part .txt b {
   margin-right: 10px;
   font-family: '宋体';
   font-size: 12px;
   font-weight: normal;
 }
 .plate03 .cont-part .date {
   font-size: 12px;
   line-height: 30px;
   color: #333;
 }
/*循环结束*/

/*plate04*/
.plate04 {
  width: 395px;
  margin-left: 24px;
}

/*title*/
.plate04 .tit-row {
  background-color: #edeff1;
  height: 44px;
}
.plate04 .tit-row .a-tit {
  background: url(../images/tit-bg02.jpg);
  height: 49px;
  width: 120px;
  text-align: center;
  line-height: 38px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.plate04 .tit-row .more {
  font-size: 12px;
  color: #215a88;
  font-weight: 700;
  line-height: 44px;
  margin-right: 10px;
}
.plate04 .more:hover {
   color: #428dc9;
   text-decoration: underline;
 }

/*content*/
.plate04 .cont-row {
  margin-top: 12px;
}
.plate04 .cont-row .cont-list {
  margin-top: 4px;
}

/*新闻条目循环开始*/
.plate04 .cont-row .cont-part {
  display: block;
  padding: 0 4px;
  border-bottom: #e5e5e5 1px dashed;
}
.plate04 .cont-row .cont-part:hover .txt {
  color: #666;
  text-decoration: underline;
}
.plate04 .cont-part .txt {
   font-size: 13px;
   color: #333;
   line-height: 30px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
 }
 .plate04 .cont-part .txt b {
   margin-right: 10px;
   font-family: '宋体';
   font-size: 12px;
   font-weight: normal;
 }
 .plate04 .cont-part .date {
   font-size: 12px;
   line-height: 30px;
   color: #333;
 }
/*循环结束*/

/*plate05*/
.plate05 {
  width: 286px;
}

/*title*/
.plate05 .tit-row {
  background: url(../images/tit-pic01.jpg);
  height: 46px;
}
.plate05 .tit-row .a-tit {
  background: url(../images/tit-bg02.jpg);
  height: 49px;
  width: 120px;
  text-align: center;
  line-height: 38px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.plate05 .tit-row .more {
  font-size: 12px;
  color: #215a88;
  font-weight: 700;
  line-height: 44px;
  margin-right: 10px;
}
.plate05 .more:hover {
   color: #428dc9;
   text-decoration: underline;
 }

/*content*/
.plate05 .cont-row {
  width: 264px;
  border: #9bb2d0 1px solid;
  padding: 10px;
}

/*新闻条目循环开始*/
.plate05 .cont-row .cont-part {
  display: block;
  padding: 0 4px;
  font-size: 13px;
  color: #333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
}
.plate05 .cont-row .cont-part:hover {
  color: #666;
  text-decoration: underline;
}

/*循环结束*/

/*plate06*/
.plate06 {
  margin-top: 20px;
  overflow: hidden;
}
.plate06 .cont-list {
  width: 1135px;
}
.plate06 .cont-list .cont-part {
  display: block;
  width: 220px;
  margin-right: 7px;
  height: 142px;
  background-color: #edeff1;
  text-align: center;
  padding-top: 30px;
}
.plate06 .cont-part .txt {
  color: #333;
  font-size: 15px;
  line-height: 50px;
}
.plate06 .cont-part:hover {
  background-color: #215a88;
}
.plate06 .cont-part:hover .txt {
   color: #fff;
}

/*plate07*/
.plate07 {
  margin-top: 20px;
}

/*title*/
.plate07 .tit-row {
  height: 44px;
  background-color: #edeff1;
}
.plate07 .tit-row .a-tit {
  background: url(../images/tit-bg02.jpg);
  height: 49px;
  width: 120px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.plate07 .tit-row .link-list {
  line-height: 44px;
  font-size: 14px;
  padding-right: 14px;
}
.plate07 .link-list li {
  margin-right: 6px;
  color: #215a88;
}
.plate07 .link-list .link {
  color: #215a88;
}
.plate07 .link-list .link:hover {
  color: #508fc3;
  text-decoration: underline;
}

/*content*/
.plate07 .cont-row {
  margin-top: 10px;
}

/*left side*/
.plate07 .cont-row .left-side {
  width: 534px;
}

/*新闻条目循环开始*/
.plate07 .left-side {
  margin-top: 6px;
}
.plate07 .left-side .cont-part {
  display: block;
  border-bottom: #e5e5e5 1px dashed;
  padding: 28px 12px;
}
.plate07 .left-side .cont-part:hover .b-txt {
  color: #999;
  text-decoration: underline;
}
.plate07 .left-side .pic {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 12px;
}
.plate07 .left-side .b-tit {
  font-size: 14px;
  color: #215988;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plate07 .left-side .b-txt {
  font-size: 13px;
  color: #666;
  line-height: 22px;
  padding-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*循环结束*/

/*right side*/
.plate07 .right-side {
  width: 530px;
  margin-left: 24px;
  border-left: #e5e5e5 1px solid;
  padding-left: 24px;
  margin-top: 4px;
}

/*新闻条目循环开始*/
.plate07 .right-side .cont-part {
  display: block;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  border-bottom: #e5e5e5 1px dashed;
}
.plate07 .right-side .cont-part:hover .txt {
  color: #666;
  text-decoration: underline;
}
.plate07 .right-side .txt {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 400px;
  line-height: 30px;
}
.plate07 .right-side em {
  margin-right: 10px;
  font-family: '宋体';
  font-style: normal;
  font-size: 12px;
 }
/*循环结束*/

/*友情链接*/

/*title*/
.plate08 .tit-row {
  height: 44px;
  background-color: #eeeff1;
}
.plate08 .tit-row .a-tit {
  background: url(../images/tit-bg02.jpg);
  width: 120px;
  height: 49px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

/*content*/
.plate08 .cont-row {
  margin-top: 50px;
}

/*友情链接循环开始*/
.plate08 .cont-row .link {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}
/*循环结束*/