.content {width: calc(100% - 20px); min-height: 500px; padding: 10px; background-color: white} 

.search-bg {width: 100%; height: 40px; display: flex; flex-direction: row; border-radius: 5px; background: url(../images/i_r5_c4.jpg) repeat center;}
.search-bg .date {width: 50%; height: 100%;float:left; display: flex; flex-direction: row; align-items: center;}
.search-bg .date span {margin: 0 15px; float:left;}

.search-bg .search {width: 50%; height: 100%;float:left; display: flex; flex-direction: row-reverse; align-items: center;}
.search-bg .search .btn {margin-right: 10px; cursor: pointer;}
.search-bg .search span {margin: 0 5px;}
.search-bg .search input {margin: 0 10px 0 5px; border: 1px solid rgb(135, 135, 135); }

.one { width: 100%; height: 230px; margin-top: 10px; display: flex; flex-direction: row; }
.one .one-list { width: 38.5%;float:left; height: 100%; margin-right: 1%; border: 1px solid #AACEF2; }

.list-title { width: 100%;background: url(../images/i_r11_c7.jpg);  height: 25px; display: flex; flex-direction: row; font-size: 14px; line-height: 25px; color: #0043a1;}
.list-title .title {float:left; width: 40%; max-width: 140px; padding-left: 30px; background: url(../images/i_r11_c6.jpg) no-repeat; }
.list-title .more { float:right;width:20%; flex: 1;  text-align: right;}
.list-title .more a {color: #0043a1; font-size: 12px;}
.list-list { width:98%; width: calc(100% - 20px); margin: 10px 10px; min-height:119px;}
.list-list ul li { padding: 0 96px 0 0; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; position: relative;}
.list-list ul li span{ position: absolute; right: 0;}


.one .two-list { width: 20%; height: 100%;  border: 1px solid #AACEF2; float:left;}
.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,url(../images/i_r12_c24.jpg);  }
.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; display: flex; flex-direction: row; }
.two .two-left { width:78%; width: calc(78%-5px); float:left;height: 100%; margin-right: 1%; display: flex; flex-direction: column; }
.two .two-left .one-list { min-height: 110px;  border: 1px solid #AACEF2; }

.two .two-right { width:20%; width:calc( 21% - 5px); float:left; 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,url(../images/i_r12_c24.jpg); }
.two .two-right .list-title span {margin-left: 30px;}

.two .two-right select {
    margin: 10px 10px 0px 10px;
    width: calc(100% - 20px);
    border-bottom: #737577 1px solid;
    position: relative;
    height: 20px;
    border: 1px solid rgb(133, 133, 133);
}
.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;}

