/*@font-face {*/
    /*font-family: pictos;*/
    /*src:;*/
/*}*/
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}
h4, .h4 {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.bordertop {
    width: 100%;
    height: 15px;
    background-color: #fcf7f7;
}
#familytree, #app {
    width: 100%;
    height: 100%;
}
.content {
    width: 100%;
    /*height: auto;*/
    /*text-align: center;*/
    background-color: #f4f4f4;
}
.topimgbox {
    position: relative;
    height: auto;
    display: block;
    width: 62%;
    margin: 0 auto;
    min-width: 1120px;
}
.xcxbox {
    position: absolute;
    right: 40px;
    bottom: 90px;
    width: auto;
    height: auto;
    text-align: center;
}
.xcxtop {
    width: auto;
    height: 50%;
    background-color: #fff;
    margin: 0 auto 14px;
}
.xcxtop > img {
    width: 140px;
    height: 150px;
}
.conbox {
    width: 1250px;
    height: auto;
    min-height: 1000px;
    margin: 5px auto 0;
    /*border-left: 2px solid #d99090;*/
    /*border-right: 2px solid #d99090;*/
    /*border-top: 2px solid #d99090;*/
    min-width: 1120px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
}

.adbanner {
    width: 62%;
    height: auto;
    margin: 0 auto;
    min-width: 1120px;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    color: #111;
    font-size: 18px;
    line-height: 1.5;
}
.con0 {
    width: 900px;
    height: auto;
    padding: 18px 14px;
    margin: 20px auto 0;
    /*border: 2px solid #d99090;*/
    min-width: 900px;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    color: #111;
    font-size: 18px;
    line-height: 1.5;
}
.con1, .con2, .con3, .con4, .con5 {
    width: 900px;
    /*margin: 0 auto;*/
}
.con1 {
    height: 88px;
    padding-top: 25px;
    width: 900px;
    min-width: 1120px;
    margin: 0 auto;
}
.con1topright {
    width: 260px;
    height: 50px;
    line-height: 50px;
    float: left;
}
.xsbk {
    font-size: 24px;
    color: #333;
    display: inline-block;
}
.gsl {
    font-size: 16px;
    color: #999;
    display: inline-block;
}
.gsl span {
    color: #dc323f;
}
.con1top {
    width: 600px;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    border-radius: 5px;
    float: right;
}
.con1topleft {
    flex: 1;
    position: relative;
    background-color: #f8f8f6;
}
.con1top button {
    width: 108px;
    height: 100%;
    background-color: #dc323f;
    color: #ffffff;
    border: none;
    font-size: 24px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.layui-icon-search {
    font-size: 21px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}
.con1topleft input {
    width: 90%;
    height: 100%;
    float: left;
    text-indent: 10px;
    font-size: 20px;
    background-color: #f8f8f6;
}
.searchjg {
    width: 90%;
    height: auto;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
    position: absolute;
    top: 51px;
    right: 0;
    padding-left: 24px;
    display: none;
}
.searchjg ul {
    width: 100%;
    height: auto;
    padding-top: 8px;
}
.searchjg ul li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
}
.searchjg ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.searchjg ul li:hover {
    color: #dc323f;
}
.con1foot {
    width: 100%;
    height: 82px;
    line-height: 82px;
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    margin-top: 20px;
}
.txt {
    color: #999;
    float: left;
    font-size: 15px;
    width: 18%;
}

.letter-list2 {
    float: left;
    width: calc(82% - 18px);
    height: 100%;
    margin: 0;
    padding: 0;
}
.letter-list2 li {
    width: 50px;
    height: 40px;
    text-align: center;
    list-style: none;
    float: left;
    /*position: relative;*/
    cursor: pointer;
}
.letter-list2 li:hover a{
    opacity: 0.8;
    color: #dc323f;
}
.letter-list2 li .l {
    color: #333;
    max-width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 16px auto 0;
    border-bottom: none;
    cursor: pointer;
    /*position: relative;*/
    font-size: 18px;
    font-weight: bold;
}
.letter-list2 li .name-container {
    width: 130px;
    background: #fff;
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 8px;
    padding: 10px 4px 6px 16px;
    border: 1px solid #cccccc;
}



.letter-list {
    float: left;
    width: calc(82% - 18px);
    height: 100%;
    margin: 0;
    padding: 0;
}
.letter-list li {
    width: 50px;
    height: 40px;
    text-align: center;
    list-style: none;
    float: left;
    position: relative;
}
.letter-list li .l {
    color: #333;
    max-width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 16px auto 0;
    border-bottom: none;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.letter-list li .name-container {
    width: 130px;
    background: #fff;
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 8px;
    padding: 10px 4px 6px 16px;
    border: 1px solid #cccccc;
}
.letter-list li .name-container a {
    display: block;
    float: left;
    margin-right: 12px;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}
.letter-list li:hover .l {
    border: 1px solid #cccccc;
    font-weight: 900;
}

.letter-list li:hover .name-container {
    display: block;
    z-index: 1;
}
.letter-list li .name-container a:hover{
    color: #e60214;
}
.con2 {
    margin-top: 20px;
}
.con2 {
    height: auto;
}
.con2top {
    width: 100%;
    height: 36px;
    background-image: ;
    background-size: 100% 100%;
    line-height: 36px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.con2top > span {
    color: #e60214;
    font-size: 18px;
    font-weight: bold;
}
.con2top > a {
    color: #606060;
    font-size: 15px;
    font-weight: normal;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}
.szul {
    width: 100%;
    height: 750px;
    margin-top: 30px;
}
.szul li {
    width: 32.5%;
    height: 250px;
    float: left;
    background-image: ;
    background-size: 100% 100%;
    margin-left: 1%;
    margin-bottom: 10px;
    display: flex;
}
.szul li:nth-child(3n 1) {
    margin-left: 0.2%;
}
.szleft {
    display: inline-block;
    width: 135px;
    height: 194px;
    line-height: 194px;
    margin-top: 15px;
    margin-left: 6px;
    background-image: ;
    background-size: 100% 100%;
    text-align: center;
    float: left;
}
.szright {
    flex: 1;
    height: 100%;
    overflow: hidden;
    text-align: left;
    padding-top: 16px;
    padding-left: 6px;
    box-sizing: border-box;
}
.szleft img {
    width: 82%;
    height: 140px;
    border-radius: 5px;
}
.sztit {
    color: #151515;
    font-size: 20px;
    font-weight: bold;
}
.szright p {
    color: #555555;
    height: 126px;
    margin: 10px 0;
    font-size: 16px;
    padding-right: 5px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.xgxs {
    color: #999999;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
}
.xgxs span:last-child  a{
    display: inline-block;
    color: #c68b27;
    cursor: pointer;
}
.addressul {
    width: 100%;
    height: 50px;
    display: flex;
}
.addressul li {
    color: #333333;
    font-size: 18px;
    flex: 1;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.zpul {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zpul li {
    width: 220px;
    height: 278px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 50px;
    box-sizing: border-box;
    cursor: pointer;
    /* float: left; */
    display: inline-block;
    background: #ffffff;
    /* border-radius: 4px; */
    /* box-shadow: 0.01rem 0 0.16rem rgba(53, 25, 22, 0.76); */
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.zpul li:nth-of-type(5n-4) {
    margin-left: 10px;
}
.familycover {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
    margin-bottom: 0;
    background: url(/uploads/image/iswixingshi/book_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.familycon {
    position: absolute;
    right: 25px;
    top: 38px;
    font-size: 20px;
    text-align: center;
    word-wrap: break-word;
    height: 127px;
    width: 18%;
    color: #93631c;
}
.contentwrap {
    width: 100%;
    height: 66px;
    background: rgba(0,0,0,0.6);
    /* background: antiquewhite; */
    position: absolute;
    left: 0;
    bottom: 0;
}

.zpul li > img {
    display: block;
    width: 142px;
    height: 194px;
    object-fit: cover;
    margin: 30px auto;
    margin-bottom: 0;
}

.zpul li .m {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 7px;
    box-sizing: border-box;
    font-family: microsoftyahei;
    color: #333;
    text-align: left;
}

.zpul li .m .bookname {
    height: 20px;
    line-height: 20px;
    padding-left: 12px;
    padding-right: 20px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 17px;
    font-family: microsoftyahei;
    font-weight: 400;
    color: rgba(255,253,252,1);
}

.zpul li .m .viewtimes {
    margin-top: 5px;
    height: 13px;
    font-size: 12px;
    line-height: 13px;

}
.zpul li .m .viewtimes  .eye{
    width: 16px;
    height: 12px;
}
.zpul li .info {
    font-size: 14px;
    font-family: microsoftyahei;
    font-weight: 400;
    color: rgba(186,186,186,1);
    text-align: center;
    overflow: hidden;
    margin-top: 2px;
}

.zpul li .info span {
    width: 50%;
    height: 16px;
    line-height: 18px;
    display: inline-block;
    background-size: 13px 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
}
.numimg {
    text-align: left;
    margin-left: 8px;
    float: none;
}
.times img {
    width: 19px;
    height: 12px;
    vertical-align: middle;
    margin-top: 2px;
    padding-left: 10px;
}
.info_img{
    width: 13px;
    height: 15px;
    float: left;
    margin-left: 10px;
}
.addressbox{
    width: 108px;
    text-align: left;
}
.addressspan{
    width: 78px!important;
    float: left;
    margin-left: 6px;
}
.zpul li .info span:nth-of-type(2) {
    background-image: ;
    text-align: left;
    text-indent: 40px;
    background-position: 20px 40%;
    margin-left: -6px;
}

.zpul li .createdat {
    margin-top: 6px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    color: #999;
}

.zpul li .only-watch {
    position: absolute;
    line-height: 20px;
    left: 0;
    top: 0;
    width: 30px;
    height: 101px;
    /*font-size: 0.14rem;*/
    color: #fff;
    background: #dc323f;
}

.zpul li .only-watch::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    top: 100%;
    border: 15px solid #dc323f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
p.comments {
    color: #d7d7d7;
    font-size: 12px;
    margin: 1em 0;
}
p.text {
    color: #555555;
    margin: 0;
    font-size: 16px;
    /* padding-bottom: 1em; */
    /* border-bottom: 1px solid #f2f2f2; */
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-grids {
    border-bottom: 1px solid #f2f2f2;
}
.blog-grid-right {
    width: 100%;
    padding: 10px 0;
}
.blog-grid-right a {
    color: #444444;
    font-size: 16px;
    margin: 0 0 .5em 0;
    font-weight: 600;
    line-height: 1.5em;
    text-decoration: none;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.nofirst {
    height: 50px;
    line-height: 50px;
}
.con4ul {
    height: auto;
}
.con4ul li {
    text-align: left;
    height: 130px;
    padding-right: 30px;
    cursor: pointer;
    margin: 30px auto;
}
.con4ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con4left {
    width: 25%;
    height: 100%;
    float: left;
}
.con4right {
    flex: 1;
    height: 100%;
    text-align: left;
    line-height: 2;
    box-sizing: border-box;
    padding-left: 15px;
}
.con4tit {
    color: #151515;
    font-size: 20px;
    font-weight: bold;
}
.time {
    font-size: 18px;
    color: #999999;
    margin-top: 8px;
}
.text1 {
    color: #555555;
    margin: 0;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* height: 64px; */
    line-height: 1.35;
    flex: 1;
    text-align: left;
    box-sizing: border-box;
}
.con5ul {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.con5ul li {
    width: 130px;
    height: 170px;
    display: inline-block;
    margin-left: 27px;
    box-sizing: border-box;
    background-image: url(/uploads/image/iswixingshi/li1.png);
    background-size: 100% 100%;
    margin-bottom: 27px;
}
/*.con5ul li:nth-child(5n 1) {*/
/*    margin-left: 0;*/
/*}*/
.con5litop {
    height: 68%;
}
.con5litop p {
    width: 102px;
    height: 102px;
    background-image: ;
    background-size: 100% 100%;
    line-height: 102px;
    text-align: center;
    font-family: pictos;
    display: inline-block;
    font-size: 46px;
    color: #f5f1dc;
    margin-top: 16px;
    cursor: pointer;
}
.con5lifoot {
    width: 100%;
    height: 56%;
    display: flex;
    flex-direction: column;
}
.con5lifoot p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #c68b27!important;
    flex: 1;
    line-height: 2;
    font-weight: bold;
    cursor: pointer;
}
.con5lifoot p a {
    color: #c68b27!important;
}
.con5lifoot p:hover {
    color: #c68b27;
}
 .home-bottom {
    position: relative;
    color: #fefefe;
    display: block;
    width: 100%;
    height: 400px;
    background: #4d4d4d;
    box-sizing: border-box;
    padding-top: 45px;
    font-size: 14px;
}
.home-bottom-box{
    width: 1250px;
    height: 100%;
    margin: 0 auto;
}
.foot_bottom{
    width: 100%;
    height:80px;
    background:rgba(255,255,255,1);
}
.foot_bottom_all{
    width: 1250px;
    margin: 0 auto;
}
.foot_bottom_ctc{
    width: 1250px;
    height:80px;
    line-height: 80px;
    font-size:14px;
    color:rgba(102,102,102,1);
    text-align: center;
}
 .home-bottom .title {
    font-size: 16px;
}
 .home-bottom .b1,
 .home-bottom .b2,
 .home-bottom .b3,
 .home-bottom .b4 {
    float: left;
}
 .home-bottom .b1 .title,
 .home-bottom .b2 .title,
 .home-bottom .b3 .title,
 .home-bottom .b4 .title {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 26px;
}
 .home-bottom .b1 {
    width: 440px;
    margin-right: 42px;
    margin-bottom: 24px;
}
 .home-bottom .b1 .graph {
    line-height: 25px;
    color:rgba(153,153,153,1)
}
 .home-bottom .b1 .graph:hover{
    color:white;
}
 .home-bottom .b2 {
    margin-right: 96px;
}
 .home-bottom .b2 ul {
    width: 100%;
}
 .home-bottom .b2 ul li {
    margin-top: 20px;
}
 .home-bottom .b2 ul li a {
    display: block;
    width: 100%;
    color:rgba(153,153,153,1);
}
 .home-bottom .b2 ul li a:hover{
    color: white;
}
 .home-bottom .b3 {
    width: 325px;
    margin-right: 62px;
}
 .home-bottom .b3 ul {
    width: 100%;
    height: 273px;
    overflow: hidden;
}
 .home-bottom .b3 ul li {
    width: 158px;
    height: 60px;
    float: left;
    margin-right: 9px;
    margin-bottom: 11px;
    background: #fff;
}
 .home-bottom .b3 ul li:nth-of-type(even) {
    margin-right: 0;
}
 .home-bottom .b3 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
 .home-bottom .b4 {
    width: 216px;
    position: relative;
}
 .home-bottom .b4 #app_download_ewm {
    background: #fff;
    position: relative;
    width: 216px;
    height: 216px;
    padding: 16px;
    box-sizing: border-box;
}
 .home-bottom .b4 #app_download_ewm img {
    display: block;
    width: 180px;
    height: 180px;
}
 .home-bottom .b4 .download-text {
    font-size: 14px;
    margin-top: 15px;
    text-indent: 80px;
}
 .home-href {
    width: 100%;
    min-height: 106px;
    box-sizing: border-box;
    background: #4d4d4d;
    color:rgba(153,153,153,1);
    border-top: 1px solid rgba(98,97,97,1);;
}
.home-href-box{
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
 .home-href .friend-href {
    font-weight: normal;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 16px;
    text-align: center;
    color: white;
}
 .home-href ul {
    display: inline-block;
    text-align: center;
}
 .home-href ul li {
    float: left;
    margin-right: 30px;
    line-height: 34px;
    font-size:14px;
    font-family:microsoftyahei;
    font-weight:400;
    color:rgba(153,153,153,1);
}
 .home-href ul li a{
    color:rgba(153,153,153,1);
}
 .home-href ul li a:hover{
    color:white;
}
 .home-bottom {
    position: relative;
    color: #fefefe;
    display: block;
    width: 100%;
    height: 400px;
    background: #4d4d4d;
    box-sizing: border-box;
    padding-top: 45px;
    font-size: 14px;
}
.home-bottom-box{
    width: 1250px;
    height: 100%;
    margin: 0 auto;
}
.foot_bottom{
    width: 100%;
    height:80px;
    background:rgba(255,255,255,1);
}
.foot_bottom_all{
    width: 1250px;
    margin: 0 auto;
}
.foot_bottom_ctc{
    width: 1250px;
    height:80px;
    line-height: 80px;
    font-size:14px;
    color:rgba(102,102,102,1);
    text-align: center;
}
/*手机屏幕显示*/
.toplogo {
    display: none;
}
.szbox, .xsbox, .zpul2  {
    display: none;
}
.newbox {
    width: 100%;
    height: 836px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 0 40px;
    box-sizing: border-box;
}
.newli {
    width: 560px;
    height: 185px;
    border: 1px solid #e1c9b6;
    padding: 8px 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
    float: left;
}
.newli:nth-child(odd) {
    float: right;
}
.newlitit {
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.newlitext {
    height: 84px;
    color: #666666;
    font-size: 16px;
    margin: 12px 0;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.35;
    text-align: left;
}
.newlifoot {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.newlifootleft {
    color: #bbbbbb;
    float: left;
}
.newlifootright {
    float: right;
    color: #0c47d1;
    cursor: pointer;
}
.max-box {
    width: 1250px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
  }
  
  .max-box .max-left {
    /*flex: 1;*/
    /*float: left;*/
      width: 900px;
  }
  .max-box .max-right {
    width: 320px;
    /*flex: 0 0 271px;*/
    /*margin-left: 25px;*/
    float: left;
      text-align: left;
  }
.article-conter{
    padding: 10px;
    /*box-shadow: -1px 2px 3px 1px #b5a4a4;*/
    margin: 10px 0px;
    border-radius: 4px;
    background: #fff;
}
.article-conter .title-left{
    /*border-bottom: 1px solid #333;*/
    padding-bottom: 5px;
    padding-right: 70px;
    font-size: 1.3rem;
    font-weight: 600;
}
.article-conter .title-left span{
    color: #b20b30;
}
.ionic-text{
    font-size: .7rem;
    color: #666666;
    /*padding: 6px 16px;*/
}
.article-conter .title-more{
    color: #b20b30;
    cursor: pointer;
}
.three-box{
    text-align: center;
    width: 12%;
    justify-content: center;

}
.three-box2{
    text-align: center;
    width: 30%;
    justify-content: flex-start;
    background: #efefef;
    /*background: ;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px;
    margin: 3px;
    border-radius: 3px;
}
.three-box2 .xingshi-r{
    color: #333;
    width: 52%;
    font-size: .8rem;
    text-align: left;
}
.onetext{
    padding: 10px;
    cursor: pointer;
}
.onetext:hover span{
    opacity: .8;
}
.onetext .name{
    font-weight: 600;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    background: #875750;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    border: 4px solid #875750;
    padding: 10px;
    box-shadow: inset 0rem 0px 0rem 4px rgb(231 231 231);
    margin: 0 auto;
}
.font5{
    font-size:1.2rem !important;
}
.font3{
    font-size:.5rem !important;
}
.minfont5{
    font-size:.8rem !important;
}
.minfont3{
    font-size:.5rem !important;
}
.font5-r{
    font-size:.5rem !important;
    line-height: 15px !important;
}
.font10{
    font-size:1rem !important;
}
.onetext .pinyin{
    color: #875750;
    font-size: .9rem;
    margin: 3px 0px;
    height: 22px;
    width: 100%;
    overflow: auto;
    word-break: break-all;
    display: block;
}
.bj-title{
    color: #b20b30;
    font-size: 2rem;
    margin: 10px 0px;
}
.righttit {
    font-size: 18px;
    font-weight: bold;
    color: #151515;
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d7d7;
}
.rightsearch {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #dc323f;
    border-radius: 3px;
}
.rightsearchleft {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    float: left;
}
.rightsearchbtn {
    width: 90px;
    height: 100%;
    background-color: #dc323f;
    color: #fff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    float: right;
}
.rightsearchleft .layui-icon-search {
    font-size: 21px;
    margin: 0 5px 0 11px;
}
.rightsearchleft input {
    height: 100%;
    flex: 1;
    font-size: 14px;
}
.searchjg {
    width: 90%;
    height: auto;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
    position: absolute;
    top: 51px;
    right: 0;
    padding-left: 24px;
    display: none;
}.searchjg ul {
     width: 100%;
     height: auto;
     padding-top: 8px;
 }.searchjg ul li {
      width: 100%;
      height: 34px;
      line-height: 34px;
      cursor: pointer;
      text-align: left;
      font-size: 20px;
  }.searchjg ul li a {
       display: inline-block;
       width: 100%;
       height: 100%;
   }

.tow-boxs{
    width: 46%;
    text-align: left;
    margin: 10px;
    background: #fff;
}
.tow-boxs .tow-l{
    text-align: center;
    display: flex;
    flex-direction: column
}
.tow-boxs .tow-r{
    text-align: center;
    margin-left: 5px;
}
.tow-boxs .tow-r .tow-text{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;      /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
    height: 130px;
    text-align: left;
}
.tow-boxs .tow-r .tow-read{
    text-align: right;
    color: #333;
    font-size: .8rem;
}
.tow-boxs img{
    width: 150px;
    height: 150px;
    box-shadow: inset -1px -3px 10px 7px #333;
}
.tow-boxs img:after{
    width: 150px;
    height: 150px;
    box-shadow: inset -1px -3px 10px 7px #333;
}
.four-boxs{
    width: 17%;
    margin: 10px;
}
.four-boxs img{
    width: 100%;
    height: 200px;
}

.xs-boxs{
    width: 22%;
    margin: 1%;
    /*border: 1px solid #ccc;*/
    text-align: center;
}
.xs-boxs:hover{
    opacity: 0.8;
}
.xs-boxs .xs-top {
    padding: 10px 3px;

}
.xs-boxs .xs-top .pinyin{
   color: #875750;
    font-size: .8rem;
    width: 100%;
    overflow: auto;
    height: 20px;
    word-break: break-all;
    display: block;
}
.xs-boxs .xs-top .pinyin::-webkit-scrollbar {
    display: none;
}
.xs-boxs .xs-top .name{
    font-size: 1.5rem;
    font-weight: 600;
    width: 30px;
    height: 30px;
    background: #875750;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    border: 4px solid #875750;
    padding: 10px;
    box-shadow: inset 0rem 0px 0rem 4px rgb(231 231 231);
}
.xs-boxs .xs-bottom {
    padding: 3px;
    /*border-top: 1px solid #ccc;*/
}
.xs-boxs .xs-bottom a{
    color:#d1aa83;
    font-size: .5rem;
}
.text-box p{
    padding: 15px 3px;
    /*border-bottom: 1px solid #d7d7d7;*/
    color: #666;
}
ul li::marker {
    color: #dc323f;
}
.text-box li{
    list-style-type: inherit;

margin:10px;

}
.text-box li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 24px;
    text-align: left;
}
.img-boxs{
    width: 31%;
    margin: 1%;
    text-align: center;
}
.ullist li{
    width: 50%;
    list-style-type: inherit;
}
.margin-right{
    margin-right: 20px;
}
.whiden{
    height: 800px;
    overflow: hidden;
    position: relative;
}
.wauto{
    min-height: 800px;
}
.jx-text{
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px;
    overflow: auto;
    text-align: left;
}
.con1left {
    width: 99px;
    height: 99px;
    background-image: url(/uploads/image/ipc20191113/9ac2121a-cd55-4144-a488-ae9a15ef30c1.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 98px;
    font-size: 29px;
    color: #f5f1dc;
    font-family: pictos;
    display: inline-block;
    margin-right: 10px;
}
.js-buttom a{
    display: block;
    color: #d2a450;
    width: 45%;
    border:1px solid #ea1020;
    color: #ea1020;
    padding: 4px;
    text-align: center;
    margin: 2px 5px;
}
.js-buttom a:nth-child(2){
    display: block;
    color: #d2a450;
    width: 45%;
    border:1px solid #b6b5b6;
    color: #b6b5b6;
}
.ajump{
    width: 10%;
    text-align: center;
    font-weight: 600;
}
.ajump:hover a{
    opacity: 0.8;
    color: #dc323f;
}
.rightbox{
    background: #fff;
    padding: 5px 25px;
    margin: 6px;
}

 .crumbs {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
     width: 1250px;
     margin: 0 auto;
}
 .crumbs .crumbs-box {
    height: 24px;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0 6px;
    color: #999;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.crumbs .arrow-right {
    width: 10px;
    height: 7px;
    transform: rotatez(
            270deg);
    margin: 0 6px;
}
 .crumbs .crumbs-box:last-child {
    border-color: #002f6b;
    color: #002f6b;
}
 .crumbs .crumbs-box {
    height: 24px;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0 6px;
    color: #999;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
 .lineone{
     height: 13px;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;

 }