.content  {display: inline-block; width: 98%; max-width: 980px; min-height: 500px; padding: 1%; background-color: white} 

.search-bg {width: 100%; height: 40px;  border-radius: 5px; background: url(../images/i_r5_c4.jpg) repeat center;}
.search-bg .date {width: 50%; height: 40px; float: left;}
.search-bg .date span {margin: 0 15px; line-height: 40px;}

.search-bg .search {width: 50%; height: 40px; float: right;    display: flex;    flex-direction: row-reverse;}
.search-bg .search .btn {float: left; margin-top: 8px; margin-right: 10px; cursor: pointer;}
.search-bg .search span {float: right; margin: 10px 5px 0 5px;}
.search-bg .search input {float: left; margin: 10px 10px 0 5px; border: 1px solid rgb(135, 135, 135); }
.search-bg .search img {float: right; margin: 4px 10px 0 0;}


.one { width: 100%; height: 230px; margin-top: 10px;  }
.one .one-list {float: left; width: 38.5%; height: 100%; margin-right: 1%; border: 1px solid #AACEF2; }

.one .one-list .list-title { width: 100%; height: 25px;  font-size: 14px; line-height: 25px; color: #0043a1;}
.one .one-list .list-title .title {float: left; width: 34.5%; padding-left: 8%; background: url(../images/i_r11_c6.jpg) no-repeat; }
.one .one-list .list-title .more {float: right; width: 57.5%;  background: url(../images/i_r11_c7.jpg);  text-align: right;}
.one .one-list .list-title .more a {color: #0043a1; font-size: 12px;}

.one .list-list { width: 96%; margin: 10px 2%; }
.one .list-list ul li { padding: 0 96px 0 0; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; position: relative;}
.one .list-list ul li span{ position: absolute; right: 0;}


.one .two-list {float: right; width: 20%; height: 100%;  border: 1px solid #AACEF2;}
.one .two-list .list-title {width: 100%; height: 25px;font-size: 14px; line-height: 25px; color: #0043a1;background: url(../images/i_r12_c15.jpg) no-repeat;  }
.one .two-list .list-title span {margin-left: 30px;}
.one .two-list .two-list-list {margin: 0px 10px;}
.one .two-list .two-list-list ul li h1 {font-size: 14px; line-height: 28px;}
.one .two-list .two-list-list ul li h2 {font-size: 12px; line-height: 18px;}
.one .two-list .two-list-list ul li h5 {font-size: 10px; line-height: 18px;}


.two { width: 100%;  min-height: 340px; margin-top: 15px;  }

.two .two-left .list-title { width: 100%; height: 25px;  font-size: 14px; line-height: 25px; color: #0043a1;}
.two .two-left .list-title .title {float: left; width: 18.4%; padding-left: 4%; background: url(../images/i_r11_c6.jpg) no-repeat; }
.two .two-left .list-title .more {float: right; width: 77.6%;  background: url(../images/i_r11_c7.jpg);  text-align: right;}
.two .two-left .list-title .more a {color: #0043a1; font-size: 12px;}
.two .two-left { float: left; width: 78.5%;  margin-right: 1.25%; }
.two .two-left .one-list { min-height: 180px;  border: 1px solid #AACEF2; }

.two .list-list {display: inline-block; width: 96%; margin: 10px 2%; }
.two .list-list ul {max-height: 238px; overflow: hidden;}
.two .list-list ul li { float: left; width: 38%; height: 34px; line-height: 34px; margin-right: 2%; padding: 0 10% 0 0;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; position: relative;}
.two .list-list ul li span{ position: absolute; right: 0;}

.two .two-right { float:left; width: 20%; border: 1px solid #AACEF2;  }
.two .two-right .list-title { margin-bottom: 10px; width: 100%; height: 25px;font-size: 14px; line-height: 25px; color: #0043a1; background: url(../images/i_r12_c15.jpg) no-repeat; }
.two .two-right .list-title span {margin-left: 30px;}

.two .two-right select {
    margin: 10px 3% 0px 3%;
    width: 94%;
    border-bottom: #737577 1px solid;
    position: relative;
    height: 20px;
    border: 1px solid rgb(133, 133, 133);
}
.two .two-right .mr-bt-10 {margin-bottom: 10px;}
/* .two .two-right select:nth-last-child(1) {margin-bottom: 10px;} */

.two .two-right img { margin: 10px 10px 0px 10px;  width: calc(100% - 20px); height: 40px; display: block; object-fit: cover;}
.two .two-right img:nth-last-child(1) {margin-bottom: 10px;}

