.flex1200 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.itmes {
	border-radius: 10px;
	width: 45%;
	background-color: #FFFFFF;
	padding: 1% 2% 2% 2%;
	box-shadow: 0 2px 6px #e0e9f5;
  display: flex;
      flex-direction: column;
    justify-content: space-between;
}
.text {
	width: 100%;
}
.header1 {
	        width: 100%;
	    border-bottom: 1px #BBBBBB solid;
	    }
	      .header1 ul {
	      display: flex;
	     justify-content: space-between;
    	align-items: center;
	    }
	    
	      .header1 ul li {
		    width: 8rem;
		    text-align: center;
		    height: 50px;
	    	line-height: 50px;
	    	
	    
	    }
	     .header1 ul li a {
	        color: #000;
	        font-size: 1.2rem;
	        text-decoration: none;   
	    }
	     .header1 .seles2 a{
	      border-bottom: 4px solid #085c97;
    display: block;
    height: 47px;
    line-height: 50px;
    color: #085c97;
    font-weight: bold;
	    }


    .contten {
        width: 100%;
        margin-top: 15px;
         margin-bottom: 15px;
    }
     .contten .dom {
        margin-top: 10px;
        display: none;
    } 
     .contten .dom ul {
    	
    }
     .contten .dom ul li {
     width: 100%;
       line-height: 41px;
         list-style: none;
         display: flex;
	    justify-content: space-between;
	    align-items: center;
    }
     .contten .dom ul li a:hover {
   color: #0056b3;
    transform: translateX(5px);
    }
     .contten .dom ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #085c97;
    border-radius: 2px;
}
    .contten .dom  ul li a{
      font-size: 16px;
        color: #373838;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 85%;
          transition: all 0.3s ease;
          position: relative;
    padding-left: 14px;
    }
     .contten .dom  ul li span{
     	text-align: right;
       font-size: 1rem;
           color: #818282;
            width: 3rem;
    }
   .contten .show {
      display: block;
    }

.contten .dom .description{
	width: 95%;
	padding: 0 15px;
	position: relative;
}
.contten .dom .description p {
	font-size: 1rem;
	color: #535353;
	line-height: 36px;
	text-indent: 2em;
}
.description a{
	color: #535353;
	text-align: right;
    display: block;}

.cname {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cname a {
    font-size: 1.1rem;
    color: #085C97;
    text-align: center;
    width: 45%;
    border-radius: 6px;
    margin: 3% 2% 0 2%;
    transition: all 0.3s;
    background-color: #e8f2ff;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.cname a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #347bd7;
    color: #ffffff;
}
.cname a:hover img{filter: brightness(0) invert(1);}


.ldao {
	width: 100%;
	margin-top: 4%;
	display: flex;
}
.ldao a {
	flex: 1;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgb(233 242 255);
    margin: 0 0.4rem;
	border-bottom: 2px solid rgb(22, 88, 160);
  gap: 1rem;
}
.ldao a img {
    display: block;
    transition: transform 0.5s ease;
}
.ldao a:hover img {
    transform:  scaleX(-1);
}

.ldao a p {
       font-size: 1.4rem;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: rgb(22, 88, 160);
    /* margin-left: 20px; */
    font-weight: bold;
}


@media (max-width: 768px) { 
  .cname a {
    font-size: 1rem;
  }
  .ldao a p {
       font-size: 1.2rem;}
}