123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- /* 搜索 */
- .banner {
- width: 100%;
- }
- .banner img {
- width: 100%;
- }
- @media screen and(max-width:1200px) {
- .banner {
- width: 1200px;
- }
- }
- .indexSearch {
- width: 630px;
- height: 36px;
- margin: 37px auto;
- }
- /* footer{
- display: none;
- } */
- .form-control {
- border-radius: 0;
- }
- .indexSearch .search-inp {
- clear: both;
- width: 630px;
- height: 36px;
- float: left;
- }
- .indexSearch>span {
- width: 140px;
- display: inline-block;
- height: 36px;
- text-align: center;
- color: #fff;
- background: #5cb85c;
- font-size: 16px;
- line-height: 36px;
- float: right;
- border-radius: 5px;
- cursor: pointer;
- }
- .searchBtn {
- width: 104px;
- font-size: 18px;
- }
- .indexSearch .demandSearch {
- width: 530px;
- height: 36px;
- line-height: 34px;
- border-color: #bbd5e5;
- }
- .indexSearch .searchBtn {
- height: 36px;
- line-height: 22px;
- background: #1697e9;
- border: 1px solid #1697e9;
- color: #ffffff;
- }
- .indexSearch .searchBtn img {
- width: 25px;
- height: 24px;
- vertical-align: top
- }
- .indexSearch .search-inp .input-group {
- width: 530px;
- }
- /* 分页 */
- .pagination_box {
- width: 100%;
- line-height: 74px
- }
- .pagination_box nav {
- float: right;
- clear: both;
- }
- .pagination_box ul li a {
- color: #333
- }
- .pagination_box .pagination {
- float: right;
- margin-right: 20px;
- margin-top: 25px;
- }
- .pagination_box .totalCount {
- float: right;
- line-height: 84px;
- display: inline-block;
- margin-right: 15px;
- }
- .inp {
- float: right;
- }
- .pagination_box {
- display: none;
- }
- .list_none {
- width: 550px;
- height: 150px;
- background: url("../../../img/all_null.png") no-repeat;
- margin: 50px auto;
- }
- .inp {
- display: none;
- }
- .inp input {
- vertical-align: middle;
- width: 40px;
- height: 32px;
- text-align: center;
- border-radius: 5px;
- border: 1px solid #ccc;
- }
- .inp button {
- margin: 0 10px;
- width: 50px;
- }
- .search {
- width: 100%;
- height: 52px;
- line-height: 52px;
- background: #f9f9f9;
- }
- .pagination_box .pagePre a {
- margin-right: 10px
- }
- .pagination_box .pageNext a {
- margin-left: 10px;
- }
- /* 主体内容 */
- .policyContent {
- clear: both;
- overflow: hidden;
- border: 1px solid #eeeeee;
- margin-bottom: 52px;
- box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
- }
- .policyContent div {
- display: flex;
- display: -webkit-flex;
- }
- .policyContent div p {
- width: 115px;
- background: #f9f9f9;
- font-size: 18px;
- color: #1f1f1f;
- text-align: center;
- }
- .policyContent .type p {
- line-height: 54px;
- border-bottom: 1px dotted #dedede;
- }
- .policyContent .type ol {
- overflow: hidden;
- border-bottom: 1px dotted #dedede;
- }
- .policyContent .type ol li {
- width: 130px;
- text-align: center;
- }
- .policyContent .area p {
- line-height: 108px;
- transition: all .2s ease-in;
- }
- .policyContent .area ol {
- width: 950px;
- }
- .policyContent .area .more {
- width: 80px;
- display: inline-block;
- line-height: 34px;
- height: 34px;
- float: right;
- text-align: center;
- background: #1697e9;
- color: #fff;
- margin-top: 10px;
- cursor: pointer;
- margin-left: 20px;
- }
- .policyContent .area {
- height: 108px;
- overflow: hidden;
- transition: all .2s ease-in;
- }
- .policyContent .area.active {
- height: 275px;
- transition: all .2s ease-in-out
- }
- .imgbg {
- width: 550px !important;
- height: 150px;
- background: url(../../../img/all_null.png) no-repeat;
- margin: 0px auto;
- }
- .policyContent .area.active p {
- line-height: 275px;
- transition: all .2s ease-in-out
- }
- .policyContent div ol {
- width: 1085px;
- padding: 0 15px;
- }
- .policyContent div ol li {
- float: left;
- padding: 0 15px;
- line-height: 54px;
- cursor: pointer;
- }
- .policyContent .area ol li {
- border-bottom: 1px dotted #dedede;
- }
- .policyContent .area ol li span {
- width: 100px;
- text-align: center;
- height: 34px;
- line-height: 34px;
- display: inline-block;
- padding: 0 15px;
- }
- .policyContent .area ol li.active span {
- background: #1697e9;
- color: #fff;
- }
- .listContent {
- clear: both;
- overflow: hidden;
- box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
- }
- .listContent .newLsit {
- width: 780px;
- float: left;
- }
- .listContent .newLsit>div:first-of-type {
- width: 96%;
- height: 80px;
- margin-left: 22px;
- border-bottom: 6px solid #cccecd;
- position: relative;
- }
- .listContent .newLsit>div>p{
- font-size: 17px;
- position: absolute;
- bottom: 14px;
- margin-left: 4px;
- }
- .listContent .newLsit>ul{
- margin-top: 20px;
- margin-left: 16px;
- }
- .listContent .newLsit ul li a {
- display: flex;
- display: -webkit-flex;
- justify-content: space-around
- }
- .listContent .hotNew {
- width: 350px;
- float: right;
- margin-right: 40px;
- border-left: 1px solid rgb(230,230,230);
- }
- .listContent .newLsit ul li a .yearTime {
- width: 74px;
- height: 74px;
- padding: 13px 0;
- background: #f4f4f4;
- }
- .listContent .newLsit ul li a .yearTime p {
- font-size: 16px;
- color: #000;
- text-align: center;
- line-height: 24px;
- }
- .listContent .newLsit ul li a .txt {
- width: 665px;
- }
- .listContent .newLsit ul li a .txt h4 {
- width: 470px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- font-weight: normal;
- color: #1f1f1f;
- font-size: 16px;
- margin-bottom: 10px;
- margin-top: 5px;
- }
- .listContent .newLsit ul li a .txt p {
- font-size: 14px;
- font-family: "宋体";
- color: #7a7878;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .listContent .newLsit ul li {
- margin-bottom: 42px;
- }
- .listContent .hotNew>p {
- border-bottom: 3px solid #cccecd;
- height: 80px;
- position: relative;
- margin-left: 40px;
- }
- .listContent .hotNew>p span {
- display: block;
- /* width: 86px; */
- /* line-height: 38px; */
- /* text-align: center; */
- /* background: #1797e9; */
- /* color: #fff; */
- position: absolute;
- bottom: 13px;
- font-size: 17px;
- margin-left: 4px;
- }
- .listContent .hotNew ul {
- overflow: hidden;
- margin-left: 40px;
- }
- .listContent .hotNew ul li {
- height: 70px;
- border-bottom: 1px solid #ededed;
- overflow: hidden;
- }
- .listContent .hotNew ul li p {
- width: 100%;
- font-size: 14px;
- color: #7a7878;
- margin-top: 12px;
- margin-bottom: 6px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- }
- .listContent .hotNew ul li time {
- font-size: 14px;
- color: #a0a0a0;
- }
- .policyContent .type ol li:hover {
- color: #1797e9;
- }
- .policyContent .type ol li.active {
- color: #1797e9;
- font-weight: bold;
- }
- .hotNew ul li:hover p {
- color: #1697e9;
- }
- .newLsit>ul>li:hover a .yearTime {
- background: #1697e9;
- }
- .newLsit>ul>li:hover a .yearTime p {
- color: #fff;
- }
- .newLsit>ul>li:hover a .txt h4 {
- color: #1697e9;
- }
|