html,
body {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
}
.nav {
  width: 100%;
  min-width: 1600px;
  height: 70px;
  background-color: #6799D1;
  display: flex;
  justify-content: space-between;
}
.nav .logo {
  width: 400px;
  height: 56px;
  margin-top: 7px;
  margin-left: 27px;
}
.navUl {
  display: flex;
}
.navUl li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 22px;
  padding-top: 20px;
}
.navUl a {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navUl a span {
  opacity: 0.6;
}
.navUl .headTxt {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 16px;
  color: #fff;
  opacity: 1;
}
.navUl .active {
  background-color: #fff;
}
.navUl .active a {
  color: #6799D1;
}
.navUl .active .headTxt {
  color: #6799D1;
}
.banner {
  width: 100%;
  height: 800px;
  min-width: 1600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sectionBox {
  width: 100%;
  background-color: #f2f2f2;
}
.section {
  width: 1600px;
  background-color: #f2f2f2;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.section .pTitle {
  width: 166px;
  height: 50px;
  background-color: #6799D1;
  color: #fff;
  position: absolute;
  left: 0;
  top: -50px;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  justify-content: center;
}
.section .pTitle span {
  text-align: center;
  font-size: 10px;
  opacity: .6;
}
.section .pTitle h2 {
  font-weight: normal;
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
  text-align: left;
}
.section .sectionCell {
  width: 50%;
  height: 220px;
  overflow-y: auto;
}
.section .left li {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 14px;
}
.section .left .time {
  display: flex;
  align-self: flex-end;
  margin-bottom: 7px;
  flex-direction: column;
  align-items: center;
  width: 50px;
}
.section .left .detail {
  padding-left: 10px;
  width: 100%;
}
.section .left .year {
  width: 50px;
  height: 25px;
  border: 2px solid #6799d1;
  border-radius: 13px;
  color: #6799D1;
  text-align: center;
  line-height: 24px;
  margin-bottom: 5px;
}
.section .left .date {
  color: #666;
}
.section .left .title {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-bottom: 7px;
}
.section .left .con {
  width: 720px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section .right .hTitle {
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}
.section .right .rTitle {
  display: flex;
  align-items: center;
  color: #A2A2A2;
  height: 48px;
  border-bottom: 1px solid #ddd;
  padding-left: 9px;
  justify-content: space-between;
}
.section .right .rTitle .more {
  color: #999;
  font-size: 14px;
}
.section .right .time {
  color: #999;
  white-space: nowrap;
  display: flex;
  width: 100px;
}
.section .right .lP {
  display: flex;
  align-items: center;
  width: 100%;
}
.section .rUl {
  padding-top: 7px;
  height: 170px;
  overflow-y: auto;
}
.section .rUl li {
  display: flex;
  align-items: center;
  line-height: 28px;
}
.section .rUl .dot {
  min-width: 6px;
  height: 6px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #6799D1;
  display: flex;
}
.section .rUl .txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section .rUl .txt a{
  color:#666;
}
.lianjie {
  width: 100%;
  min-width: 1600px;
  height: 50px;
  background-color: #d0d0d0;
  display: flex;
  align-items: center;
}
.lianjie .con {
  min-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.lianjie .con li {
  color: #6799D1;
}
.lianjie .con li + li {
  margin-left: 20px;
}
.lianjie .con a {
  color: #6799D1;
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #6799D1;
  background-color: #efefef;
  border-radius: 2px;
}
footer {
  width: 100%;
  min-width: 1600px;
  height: 100px;
  color: #fff;
  background-color: #6799D1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer p {
  line-height: 25px;
}
.listContainer {
  width: 100%;
  min-width: 1600px;
  background-color: #f1f1f1;
}
.listContainer .wrapperHead {
  width: 100%;
  height: 50px;
  background-color: #ddd;
  color: #666;
}
.listContainer .wrapperCenter {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.listContainer .mqwz {
  display: flex;
  align-items: center;
}
.listContainer .wzUl {
  display: flex;
  margin-left: 10px;
}
.listContainer .wztxt {
  color: #6799D1;
  font-family: 'SourceHanSansCN-Regular';
}
.listContainer .zsfh {
  margin: 0 5px;
}
.listContainer a {
  color: #666;
}
.listContainer .wrapperMain {
  width: 1600px;
  overflow: hidden;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.listContainer .wrapperMain .leftList {
  width: 250px;
  min-height: 310px;
  padding: 20px;
  background-color: #D2E0F0;
  float: left;
  line-height: 1.14;
}
.listContainer .wrapperMain h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #6799d1;
}
.listContainer .wrapperMain .mx {
  font-size: 11px;
  color: #80B0E6;
  margin-bottom: 10px;
}
.listContainer .wrapperMain .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.listContainer .wrapperMain .eTitle {
  font-size: 11px;
  color: #999;
}
.listContainer .wrapperMain .tsli {
  padding: 10px;
  padding-top: 20px;
  border-bottom: 1px dashed #A3BCD9;
}
.listContainer .wrapperMain .rightCon {
  width: 1330px;
  float: right;
  min-height: 810px;
  background-color: #fff;
  padding: 20px;
}
.listContainer .wrapperMain .rightCon .rightUl li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #6799D1;
}
.listContainer .wrapperMain .rightCon .rightUl a {
  color: #333;
  display: block;
  background: url('../images/juxing.png') 10px center no-repeat;
  background-size: 10px 10px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: SourceHanSansCN-Regular;
}
.listContainer .wrapperMain .rightCon .detailArticle h3 {
  font-size: 26px;
  color: #333;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}
.listContainer .wrapperMain .rightCon .detailArticle p {
  font-size: 16px;
  line-height: 40px;
  text-indent: 2em;
  color: #666;
  margin-top: 18px;
}
.listContainer .wrapperMain .rightCon .detailArticle img{
  max-width: 100%;
}
.listContainer .wrapperMain .rightCon .detailArticle .detailInformation {
  display: flex;
  justify-content: center;
  color: #666;
  border-bottom: 1px solid #ACD1F0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.listContainer .wrapperMain .rightCon .detailArticle .detailInformation li {
  margin-right: 40px;
}
.listContainer .wrapperMain .rightCon .imgBox {
  display: flex;
  margin: 40px 0;
  justify-content: center;
}
.listContainer .wrapperMain .rightCon .imgBox img + img {
  margin-left: 20px;
}
.listContainer .wrapperMain .rightCon .imgBox img {
  max-width: 300px;
  max-height: 225px;
}

#attachments a{
  margin-left: 10px;
  color: #6799d1;
}

#attachments a:hover{
  color: #0a9fe1;
}