.logo{
width:600px;
display:flex;
align-items:center;}
.site-name{
  font-size: 40px;
  font-weight: normal;
  text-shadow: 1px 1px #000;}
.logo > img{
width:60px;
height:60px !important;
margin-right:20px;}
.search-input{
  width:120px;
  height:34px;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #000;
  padding-left: 10px;
  background-color: #DEEBF7;
  outline:none;
  margin-left:150px;}
.search-btn > input{
padding:0 2px;
height:34px;}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;}
.container .nav {
    width: 100%;
    height: 50px;
    background-color: #0070C0;
    text-align: center;
    display: flex;
    justify-content: space-around;}

.ldxx-list > li {
  display: flex;
  margin-bottom: 50px;}
.ldxx-list .left {
  width: 115px;
  height: 170px;
  margin-right: 20px;}
.ldxx-list .left > img {
  width: 100%;
  height: 100%;
  background-color: gray;}
.ldxx-list .right {
  flex: 1;}
.ldxx-list .right .d1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;}
.ldxx-list .right .d1 .ldxm {
  color: inherit;
  margin-right: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #0170C0;}
.ldxx-list .right .d1 .ldzw {
  font-size: 20px;}
.ldxx-list .right .d2 .ldjs {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;}
.nav {
  width: 1000px;
  height: 50px;
  background-color: #0070C0;}
.nav > li.nav-item {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  float: left;
  position: relative;
  padding: 0 20px;}
.nav > li.nav-item > a {
  color: #ffffff;}
.nav > li.nav-item > ul {
  height: 40px;
  background-color: #0070C0;
  display: none;
  position: absolute;
      z-index: 10;
  width: 100%;
  left: 0;}
.nav > li.nav-item > ul > li {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background-color: #0070C0;}
.nav > li.nav-item > ul > li > a {
  color: #ffffff;}
.nav > li.nav-item > ul > li:hover {
  background-color: #accceb;}
.nav > li.nav-item:hover > ul {
  display: block;}


#djwmslideBox {
  position: relative;}
#djwmslideBox .hd ul {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  user-select: none;
  z-index: 10;}
#djwmslideBox .hd ul li.on {
  background-color: #0070C0;
  color: #fff;}
#djwmslideBox .hd ul li {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  margin: 3px;
  font-size: 14px;
  border-radius: 2px;
  background-color: #EFEFEF;
  box-shadow: 1px 1px 1px #5c5858;}
.djwm-slide-box {
  width: 100%;
  margin: 0 auto;
     height: 345px;
  position: relative;
  overflow: hidden;}
.djwm-slide-box .bd {
  width: 100%;
  height: 100%;
  z-index: 0;}
.djwm-slide-box .bd li {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;}
.djwm-slide-box .item-right {
  position: relative;
  width: 590px;
      height: 345px;
      overflow: hidden;}
.djwm-slide-box .item-rightimg{
width:100%;
height:100%;
object-fil:contain;}

.djwm-slide-box .item-left {
  width: 590px;
      height: 345px;
  box-sizing: border-box;
  position: relative;
  padding: 20px 10px 10px 10px;
  background-color: #0070C0;}
.djwm-slide-box .item-left .doc-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 25px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
.djwm-slide-box .item-left .doc-title a {
  color: #fff;
  text-align: justify;}
.djwm-slide-box .item-left .doc-content {
  width: 100%;
  font-size: 14px;
  color: #333333;
  letter-spacing: 2px;
  line-height: 26px;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;}
.djwm-slide-box .item-left .doc-content a {
  color: #fff;
  font-size: 18px;
  text-align: justify;}
.djwm-slide-box .item-left .doc-time {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 20px;
  margin-right: 20px;}


.news-box {
  width: 700px;
  border: 1px solid #BDD7EE;}
.news-box .content-box {
  box-sizing: border-box;
  padding: 10px 0 10px 10px;}
.news-box .c1 {
  display: flex;
  align-items: center;}
.news-box .c1 .left {
  width: 140px;
  height: 60px;
  background-color: gray;
  margin-right: 10px;
  overflow: hidden;}
.news-box .c1 .left img{
width:100%;
height:100%;}
.news-box .c1 .right {
  flex: 1;}
.news-box .c1 .right .c1-title {
  display: block;
  font-size: 16px;
  margin-bottom:10px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-box .c1 .right .c1-txt {
  font-size: 14px;
  line-height:26px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 5px;}
.news-box .news-list {
  width: 100%;
  margin-top: 16px;}
.news-box .news-list > li {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 14px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;}
.news-box .news-list > li::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: #fff #fff #fff #A5A5A5;
  border-style: solid;}
.news-box .news-list > li > a {
  display: inline-block;
  width: 79%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-box .news-list > li > span.zxsj {
  font-size: 14px;
  margin-left: 20PX;}
.cloumn-info {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #DEEBF7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10px;
  border-bottom: 3px solid #4472C4;}
.cloumn-info .left {
  position: relative;
  padding-left: 20px;}
.cloumn-info .left > a {
  font-size: 25px;
  color: #1F4E79;
  text-decoration: none;
  font-weight: bold;}
.cloumn-info .left::before {
  content: "";
  display: block;
  width: 6px;
  height: 28px;
  background-color: #C00000;
  position: absolute;
  margin:auto;
  top: 0;
  bottom:0;
  left: 0;}
.cloumn-info .right > a {
  color: #1F4E79;
  font-weight: bold;
  text-decoration: none;}

.xsbg-box {
    width: 472px;
    border: 1px solid #000;
    margin-left: 23px;}
.xsbg-box .xsbg-head {
  height: 45px;
  line-height: 45px;
  background-color: #0070C0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10px;}
.xsbg-box .xsbg-head .left {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;}
.xsbg-box .xsbg-head .left .iocn {
  height: 100%;
  margin-right: 6px;}
.xsbg-box .xsbg-head .left .iocn img {
  height: 45px;}
.xsbg-box .xsbg-head .left > h3 > a {
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;}
.xsbg-box .xsbg-head .right > a {
  color: #fff;
  font-weight: bold;}
.xsbg-box .list-box {
  box-sizing: border-box;
  padding: 0 10px;}
.xsbg-box .list-box .list > li {
height: 117px;
  display: flex;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 2px dashed #D0CECE;}
.xsbg-box .list-box .list > li .ltb {
    width: 100px;
    height: 97px;
    border: 1px solid #9DC3E6;
    background-color: #DEEBF7;
    margin-right: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 0;}
.xsbg-box .list-box .list > li .ltb .t1 {
  color: #0070C0;
  font-size: 25px;
  font-weight: bold;}
.xsbg-box .list-box .list > li .ltb .t2 {
  font-size: 16px;
  font-weight: bold;
  color: #0070C0;}
.xsbg-box .list-box .list > li .ctb {
  flex: 1;}
.xsbg-box .list-box .list > li .ctb .t1 {
    width: 320px;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 35px;
    text-align: justify;}
.xsbg-box .list-box .list > li .ctb .t2 {
width:240px;
  display: block;
  font-size: 16px;
  color: #0070C2;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.xsbg-box .list-box .list > li:last-child {
  border-bottom: none;}

.tzgg-box {
  width: 472px;
  border: 1px solid #000;
  margin-left: 23px;}
.tzgg-box .xsbg-head {
  height: 45px;
  line-height: 45px;
  background-color: #0070C0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10px;}
.tzgg-box .xsbg-head .left {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;}
.tzgg-box .xsbg-head .left .iocn {
  height: auto;
  margin-right: 6px;}
.tzgg-box .xsbg-head .left .iocn img {
  height: 45px;}
.tzgg-box .xsbg-head .left > h3 > a {
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;}
.tzgg-box .xsbg-head .right > a {
  color: #fff;
  font-weight: bold;}
.tzgg-box .list-box {
  box-sizing: border-box;
  padding: 0 10px;}
.tzgg-box .list-box .list > li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  margin: 19px 0;}
.tzgg-box .list-box .list {
    padding-bottom: 3px;
    padding-top: 4px;}

.tzgg-box .list-box .list > li a {
  display: block;
  flex: 1;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;}
.tzgg-box .list-box .list > li span {
  display: block;
  width: 100px;
  font-size: 15px;
  font-weight: bold;
  color: #000;}
.tzgg-box .list-box .list > li::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #000;}

.cylj-box {
  width: 702px;
  background-color: #DEEBF7;}
.cylj-box > h3 {
 height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 22px;
  color: #1F4E79;
  border-bottom: 4px solid #4472C4;}
.cylj-box .link-list {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top:10px;
  overflow: hidden;
  background-color: #DEEBF7;}
.cylj-box .link-list > li {
  float: left;
  margin: 0;
  height: 30px;
  margin-right: 22px;}
.cylj-box .link-list > li > a {
  font-size: 16px;}

img.ewm-style{
width:390px;}
.img-box{
width:470px;
height:120px;
margin-left:23px;
text-align:center;}
.img1{
width:92px;
margin-right:10px;}
.img2{
width:200px;}

.footer {
  display: flex;
  align-items: center;
  padding-top: 5px;
  border-top: 4px solid #0070C0;
  justify-content: space-between;}
.footer ul li {
  font-size: 15px;
  margin: 2px 0;
  margin-bottom:5px;}
.footer .left {
width:300px;}
.footer .left img{
width:200px;}
.footer .right {
    width: 0;
    flex: 1;}

