.container_s .serach {
    margin: 30px auto 30px;
    height: auto;
    background: #fff;
}
.searching {
    background: #f7f8fa;
    padding: 5px 0;
}
.searching input {
    border: 1px solid #e3e3e3;
    outline: none;
    height: 36px;
    padding-left: 18px;
    font-size: 16px;
    /* border-radius: 20px; */
}
.searching input:first-child {
    width: 270px;
    height: 36px;
}
.searching input:nth-child(2n) {
    width: 140px;
    height: 36px;
}
.searching select {
    width: 140px;
    height: 36px;
    border: 1px solid #e3e3e3;
    background: white;
    outline: none;
    height: 36px;
    font-size: 16px;
    padding-left: 18px;
    vertical-align: top;
    color: #9a9a9a !important;
    /* border-radius: 20px; */
}
.searching button {
    width: 120px;
    height: 36px;
    margin: 0 19px;
    background: linear-gradient(154deg, rgba(84, 156, 252, 1) 0%, rgba(29, 95, 191, 1) 100%) rgba(255, 255, 255, 0.01) !important;
    box-shadow: 0px 2px 6px 0px rgba(19, 45, 133, 0.16);
    border-radius: 21px;
    border: none;
}
.searching button img {
    margin-top: -4px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}
.searching button span {
    width: 33px;
    font-size: 16px;
    font-family: Microsoft Yahei;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    letter-spacing: 6px;
}
.searchInput {
    background-image: url(../../images/search-button2.png);
    background-size: 15px 15px;
    background-position: right 11px;
    background-repeat: no-repeat;
}
.list-1{
    display:inline-block;
    width:100%;
}
.list-left {
    width: 793px;
    overflow: hidden;
    float: left;
    height: 332px;
}
.am-1, am-2 {
    overflow: hidden;
}
.list-left .title {
    padding: 8px 0 8px 24px;
    font-size: 20px;
    font-family: Microsoft Yahei;
    font-weight: 600;
    color: rgba(8, 49, 113, 1);
    line-height: 34px;
    position: relative;
    background: linear-gradient(270deg,rgba(255,255,255,1) 0%,rgba(217,242,242,1) 100%);
}

.book-img {
    float: left;
    margin-left: 20px;
    margin-top: 18px;
    min-height: 202px;
    overflow: hidden;
}
.book-img img {
    height: 202px
}
.book-img h1 {
    background-size: 175px 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 600;
    line-height: 28px;
    position: relative;
}
.book-img h1:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -2px;
    width: 22px;
    height: 2px;
    background: linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(211,182,143,1) 100%);
    border-radius: 1px;
}
.book-img h1:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 22px;
    height: 2px;
    background: linear-gradient(90deg,rgba(211,182,143,1) 0%,rgba(255,255,255,1) 100%);
    border-radius: 1px;
    margin-left: 4px;
}
.book-list {
    float: left;
    padding-top: 8px;
    padding-left: 25px;
    width: 522px;
}
.book-list li {
    display: inline-block;
    width:100%;
    background: url(../../images/this.png) no-repeat 0 18px;
   padding: 12px 0 11px 14px;
    border-bottom: 1px dashed rgba(236, 236, 236, 1);
}
.book-list li a {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.book-list li span {
    /*width: 180px;*/
    float: right;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    text-align:right;
}
.am-2 .book-list {
    width: 730px;
}
.list-right {
    width: 386px;
    overflow: hidden;
    float: right;
}
.cl-list .border {
    width: 100%;
    height: 2px;
    background: rgba(239, 220, 194, 1);
}
.cl-list .border b {
    display: block;
    width: 139px;
    height: 2px;
    background: rgba(8, 49, 114, 1);
}
.cl-list-content {
    height: 642px;
}
#gdsj1Html {
    background-image: url(../../images/hign-back.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cl-list-content .img-div {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 24px;
}
.cl-list-content img {
    height: 186px;
}
.cl-list-content .first-title {
    padding: 0 30px;
    padding-bottom: 11px;
}

.cl-list-content h1 {
    padding: 8px 24px;
    font-size: 20px;
    font-family: Microsoft Yahei;
    font-weight: 600;
    color: rgba(8, 49, 113, 1);
    line-height: 38px;
    background: linear-gradient(270deg,rgba(255,255,255,1) 0%,rgba(217,242,242,1) 100%);
}
.cl-list-content .ls-2 {
    overflow: hidden;
    padding: 8px 0 17px;
}
.cl-list-content .name {
    float: left;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cl-list-content .time {
    float: right;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: rgba(211, 182, 140, 1);
    line-height: 20px;
}
.cl-list-content .desc {
    display:inline-block;
    width:100%;
    font-size: 15px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid #ccc;
    line-height: 29px;
    height: 87px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#gdsj1Html .ul-list {
    margin-top: 15px;
    padding: 0 30px;
}
.cl-list-content .ul-list li {
    margin-top: 9px;
    margin-bottom: 9px;
    position: relative;
    text-indent: 12px;
    
}
.cl-list-content .ul-list li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #9EAFCA;
    border-radius: 30px;
    top: 10px;
    left: 5px;
}
.cl-list-content .ul-list li a {
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
    text-overflow: ellipsis;
}
.tag a {
    display: inline-block;
    background: #F7F8F9;
}
.tag img {
    width: 386px;
    height: 120px;
}
.cl-list-content .title {
    /* height: 40px; */
    padding-top: 15px;
    font-size: 18px;
    font-family: Microsoft Yahei;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 15px;
}
.cl-list-content .ls-2 {
    overflow: hidden;
    padding: 8px 0 17px;
}
.tuijian{
    display:inline-block;
    width:100%;
}
/**/
/*.silder-box {
    width:100%;
    position: relative;
    display:inline-block;
}

.silder {
    width:300px!important;
    z-index:70;
}

.silder li {
    width: 300px;
    height: 500px;
    text-align:center;
}

.silder li img {
    width: 200px;
    height: 270px;
}

.silder-button {
    width: 30px;
    height: 33px;
    cursor: pointer;
    position:absolute;
    z-index:99;
    top:0;
}

.btl {
    
    background: url(../../public/images/arrowl.png) no-repeat;
}

.btr {
    
    background: url(../../public/images/arrowr.png) no-repeat;
}
.remark {
    margin: 20px 20px 10px 20px;
    text-indent: 2em;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: Microsoft Yahei;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align:left;
}*/
.silder-box {
    position: relative;
    margin:25px auto;
}

.silders {
   z-index:10;
   margin-left:25px;
   width:329px !important;
}

.silder li {
    width: 300px;
    height: 500px;
    text-align:center;
    margin-left:15px;
}

.silder li img {
    width: 130px;
    height: 160px;
}

.silder-button {
    top: 62px;
    width: 30px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index:90;
}

.silder-button.btl {
    left: 10px;
    background: url(../../images/arrowl.png) no-repeat center;
    background-size: 100% 100%;
}

.silder-button.btr {
    right: 10px;
    background: url(../../images/arrowr.png) no-repeat center;
    background-size: 100% 100%;
}

.remark {
    /* margin: 15px 20px; */
    margin-top: 15px;
    text-indent: 2em;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: Microsoft Yahei;
    color:#666;
}

.gaungao {
    margin: 42px 0 39px;
}
.gaungao img {
    width: 100%;
}
.per_list{
    width:100%;
}
.per_list li{
    height:60px;
    line-height:60px;
    background:#fff;

}
.per_list li a{
    display:inline-block;
    width:100%;
}
.per_list li a span {
    color: #666;
    font-size:16px;
}
.epry_s {
    width: 900px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: Microsoft Yahei;
    float: left;
    padding-left:15px;
}
.diffang {
    display: inline-block;
    width: 106px;
    float: right;
    margin-right: 10px;
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.per_list li:nth-child(2n) {
    background: #f5f5f5;
}
.author_div{
    width:100%;
    display:inline-block;
    height:auto;
    background:#fff;
}
.author_div dl dt{
    float:left;
}
.author_div dl dd{
    float:left;
    width:900px;
    margin-top:30px;
    color:#666;
    margin-bottom:30px;
}
.author_pic {
    width: 150px;
    height: 198px;
    padding: 30px;
}
#author {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    float:left;
}
.guaz, .qxsh {
    width: 60px;
    height: 20px;
    float:left;
    margin-left:20px;
    margin-top:4px;
}
.author_div dl dd p {
    display:inline-block;
    width:100%;
    clear:both;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 16px;
    font-family: SimSun;
}
.cl-list-content .ul-list {
    margin-top: 24px;
    padding: 0 30px;
}
.heisd{
    height:360px;
}
.first_left{
    width:795px;
    float:left;
    margin-top:10px;
}
.first_right {
    width: 380px;
    float: right;
    margin-top: 20px;
}
.first_left .biao_tit, .first_left .biao_tit p, .dsip {
    display: inline-block;
    width: 100%;
    background: #fff;
}
.dsip {
    padding-top: 15px;
}
.first_left .biao_tit{
    margin-top:10px;
    
}
.dsip p span {
    font-weight: 400;
    font-size: 20px;
    color: #2E64CC;
    float: left;
    margin-left: 15px;
}

.first_left .biao_tit dl {
    display:inline-block;
    width: 100%;
}
.first_left .biao_tit dl dt{
    width: 150px;
   float:left;
}
.first_left .biao_tit dl dt img{
    width:125px;
    height:170px;
    padding:10px 15px;
}
.first_left .biao_tit dl dd{
    width: 620px;
   float:left;
   margin-left:10px;
}
.first_left .biao_tit dl dd h3 span:first-child {
    color: #3066cd !important;
}
.first_left .biao_tit dl dd h3 span:first-child {
    color: #666;
}
.first_left .biao_tit dl dd p {
    color: #555;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-indent: 26px;
}
.first_left .biao_tit dl dd h3{
   margin-top:8px;
}
.first_left .biao_tit dl dd p:last-child {
    color: #aaa;
    font-size: 12px;
    margin-top: 10px;
    text-indent: 0px;
}
.dsip p a {
    font-weight: 400;
    font-size: 12px;
    color: #2E64CC;
    float: right;
    margin-right: 15px;
}
.tui_ds{
    margin-top:20px;
    background:#fff;
}
.lsidp{
    display:inline-block;
    width:100%;
    margin-top:17px;
}
.lsidp img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-left:15px;
}
.lsidp span:nth-child(2) {
    color: #2e64ccfc;
    font-weight: 700;
    font-size: 16px;
    float:left;
    margin-top:6px;
    margin-left:10px;
}
.lsidp span:nth-child(3) {
    color: #555;
    font-weight: 700;
    font-size: 16px;
    float: left;
    margin-top: 6px;
}
.lsidp span:nth-child(4) {
    color: #aaa;
    font-size: 12px;
    float: right;
    margin-right: 15px;
    margin-top: 6px;
}
.lsidp p {
    clear: both;
    margin-left: 74px;
    margin-top: 28px;
    position: absolute;
}
.zkrw_ls dl{
    display:inline-block;width:100%;
    margin-left:15px;
    margin-top:15px;
}
.zkrw_ls dl dt img{
    width:80px;
    height:80px;
    border-radius:50%;
}
.zkrw_ls dl dt{
    width:100px;
    float:left;
}
.zkrw_ls dl dd{
    width:200px;
    float:left;
}
.zkrw_ls dl dd p:first-child{
    font-size: 16px;
    color: #606060;
    margin-top:10px;
}
    .zkrw_ls dl dd p:last-child {
        margin-top: 10px;
        font-size: 14px;
        color: #606060;
        width: 250px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
    }
    .zkrw_ls dl dd p:last-child span {
        
      
        margin-right: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
.dkspgy{
    width:100%;
    background:#fff;
}
.gaungao{
    width:386px;
    height:120px;
    float:left;
    
}
.zhikurne{
    min-height:700px;
}
.zhikurne dl {
    display: inline-block;
    width: 100%;
    margin-top:15px;
}
.zhikurne dl dt{
    width:100px;
    height:100px;
    float:left;
    text-align:center;
}
.zhikurne dl dt img{
    width:70px;
    height:70px;
    display:inline-block;
    margin-top:15px;
}
.zhikurne dl dd {
    float: left;
    width: 670px;
    color: #606060;
}
.zhikurne dl dd p:first-child{
    margin-top:20px;
}
.zhikurne dl dd p:last-child {
    margin-top: 10px;
}
.zhikurne dl dd p span{
    float:left;
    display:inline-block;
    margin-right:20px;
}
.zhikurne dl dd p img {
    float: right;
    display: inline-block;
    width: 63px;
    height: 27px;
}