.contentier {
    margin-top: 7rem;
}

.introduce {
    margin: 0 auto;
}

.introduce .top {
    height: 118px;
    border: 1px solid #E3E3E3;
    margin-top: 17px;
    margin-bottom: 20px;
    text-align: center;
}

.introduce .top h5 {
    height: 42px;
    font-family: "AlibabaPuHuiTi65";
    font-size: 30px;
    color: #121212;
    line-height: 42px;
    font-style: normal;
    padding-top: 20px;
}

.introduce .top p {
    height: 30px;
    font-family: "AlibabaPuHuiTi55";
    /* font-weight: 400; */
    font-size: 22px;
    color: #7D7D7D;
    line-height: 27px;
    font-style: normal;
    margin-top: 3px;
}

.introduce .exhibition {
    width: 37.5rem;
}

.introduce .exhibition .left {
    cursor: pointer;
    width: 37.5rem;
    position: relative;
}

.introduce .exhibition .left .imgbox {
    overflow: hidden;
    width: 37.5rem;
    height: 23rem;
}

.introduce .exhibition .left .imgboxshow {
    display: flex;
}

.introduce .exhibition .left .imgbox img {
    display: block;
    width: 37.5rem;
}

.introduce .exhibition .left .shade {
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37.5rem;
    height: 3rem;
    background: rgba(00, 00, 00, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
}

.introduce .exhibition .left .shade p {
    width: 600px;
    height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "AlibabaPuHuiTi65";
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.introduce .exhibition .left .shade div {}

.introduce .exhibition .left .shade div span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background: #FFFFFF;
}

.introduce .exhibition .left .shade div span.active {
    width: 13px;
    height: 13px;
    background: #FF7A5C;
}

.introduce .exhibition .right {
    width: 37.5rem;
    height: 25rem;
}

.introduce .exhibition .right .title {
    height: 4rem;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-between;
    padding-top: 9px;
    padding-right: 25px;
}

.introduce .exhibition .right .morebtn {
    display: block;
    width: 33rem;
    height: 3.5rem;
    background: #FFFFFF;
    border: 1px solid #3169DA;
    font-family: "AlibabaPuHuiTi95";
    font-size: 1.3rem;
    color: #3169DA;
    line-height: 3.5rem;
    text-align: center;
    font-style: normal;
    margin: 1rem auto;
}


.introduce .exhibition .right .title div {}

.introduce .exhibition .right .title div span {
    cursor: pointer;
    display: inline-block;
    padding: 2px 17px;
    height: 25px;
    font-family: "AlibabaPuHuiTi75";
    font-size: 1.4rem;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    color: #28333B;
}

.introduce .exhibition .right .title div span.active {
    color: #FFFFFF;
    height: 3rem;
    background: url(../images/home/titac.png);
    background-size: 100% 100%;
}

.introduce .exhibition .right .title a {
    margin-top: 3px;
    display: inline-block;
    width: 60px;
    height: 21px;
    font-family: "AlibabaPuHuiTi75";
    font-size: 15px;
    color: #999897;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}

.introduce .exhibition .right .title a:hover {
    margin-top: 3px;
    display: inline-block;
    width: 60px;
    height: 21px;
    font-family: "AlibabaPuHuiTi75";
    font-size: 15px;
    color: #FF9438;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}

.introduce .exhibition .right .list {}

.introduce .exhibition .right .list .item {
    cursor: pointer;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
}


.introduce .exhibition .right .list .item:last-child {
    border-bottom: none;
}

.introduce .exhibition .right .list .item h5 {
    width: 27rem;
    font-family: "AlibabaPuHuiTi65";
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.7rem;
    text-align: left;
    margin-bottom: 2px;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.introduce .exhibition .right .list .item p {
    width: 7rem;
    ;
    font-family: "AlibabaPuHuiTi65";
    font-size: 1.2rem;
    color: #7D7D7D;
    line-height: 1.7rem;
    text-align: left;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.illustrate {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
}

.jiswo {
    /* border: 1px solid #E3E3E3; */
    margin: 0 auto;
    margin-bottom: 15px;
}

.jiswo .head {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* border-bottom: 1px solid #E3E3E3; */
    /* padding-left: 25px; */
    /* padding-right: 15px; */
}

.jiswo .head .left {
}

.jiswo .head .main {
}

.jiswo .head .right {
    /* width: 370px; */
    /* padding-left: 15px; */
}

.jiswo .head .title {
    /* height: 75px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    font-family: "AlibabaPuHuiTi75";
    font-size: 24px;
    color: #28333B;
    /* line-height: 33px; */
    /* text-align: left; */
    font-style: normal;
}

.jiswo .head .title .top {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    /* justify-content: space-between; */
}
.jiswo .head .title .bottom {
    display: block;
    /* justify-content: space-between; */
    display: block;
    width: 33rem;
    height: 3.5rem;
    background: #FFFFFF;
    border: 1px solid #3169DA;
    font-family: "AlibabaPuHuiTi95";
    font-size: 1.3rem;
    color: #3169DA;
    line-height: 3.5rem;
    text-align: center;
    font-style: normal;
    margin: 1rem auto;
}

.jiswo .top img {
    width: 4rem;
    height: 2.7rem;
    margin-right: 1.5rem;
}

.jiswo .head .title a {
    /* height: 21px; */
    font-family: "AlibabaPuHuiTi75";
    /* font-size: 15px; */
    /* color: #999897; */
    /* line-height: 21px; */
    /* text-align: left; */
    /* font-style: normal; */
}

.jiswo .head .title a:hover {
    height: 21px;
    font-family: "AlibabaPuHuiTi75";
    font-size: 15px;
    color: #FF9438;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}

.jiswo .cons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 15px;
}

.jiswo .leftcon {
    cursor: pointer;
    /* width: 340px; */
}

.jiswo .leftcon:hover h5,
.jiswo .leftcon:hover p {
    color: #FF9438;
}

.jiswo .cons .main {
    width: 350px;
}

.jiswo .cons .right {
    width: 370px;
    /* padding-left: 15px; */
}

.jiswo .leftcon {
    display: flex;
    align-items: center;
    position: relative;
    margin: 1rem 1rem;
    /* height: 150px; */
}
.jiswo .centercon{
    display: flex;
    align-items: center;
    position: relative;
    margin: 1rem 1rem;
}
.jiswo .leftcon img {
    width: 15rem;
    margin-right: 1rem;
}
.jiswo .centercon img{
    width: 15rem;
    margin-right: 1rem;
}
.jiswo .centercon div h5{
    overflow: hidden;
    color: #121212 !important;
    line-height: 2rem;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.jiswo .centercon div {
    flex: 1;
    font-family: "AlibabaPuHuiTi65";
    font-size: 16px;
    color: #121212;
  
}
.jiswo .centercon p {
    font-family: "AlibabaPuHuiTi65";
    font-size: 1.2rem;
    color: #7D7D7D;
    line-height: 21px;
    overflow: hidden;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jiswo .leftcon div {
    flex: 1;
    font-family: "AlibabaPuHuiTi65";
    font-size: 16px;
    color: #121212;
  
}
.jiswo .leftcon div h5{
    overflow: hidden;
    color: #121212 !important;
    line-height: 2rem;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.jiswo .leftcon p {
    font-family: "AlibabaPuHuiTi65";
    font-size: 1.2rem;
    color: #7D7D7D;
    line-height: 21px;
    overflow: hidden;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jiswo .rightcon {
    display: block;
    border-bottom: 1px solid #E3E3E3;
}
.jiswo .rightcon  h5{
    height: 2rem;
    overflow: hidden;
    color: #121212 !important;
    line-height: 2rem;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 1rem;
    font-size: 1.4rem;
}


/* .jiswo .cons .main {
    display: flex;
    justify-content: space-between;
}

.jiswo .cons .main div {
    cursor: pointer;
    width: 170px;
    height: 141px;
    position: relative;
}

.jiswo .cons .main img {
    width: 170px;
    height: 141px;
}

.jiswo .cons .main span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);

    font-family: "AlibabaPuHuiTi65";
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    line-height: 40px;
} */

.jiswo .cons .main a {
    cursor: pointer;
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}

.jiswo .cons .main img {
    width: 130px;
    height: 65px;
    margin-right: 16px;
}

.jiswo .cons .main a:hover h5 {
    color: #FF9438;
}

.jiswo .cons .main h5 {
    height: 56px;
    font-family: "AlibabaPuHuiTi65";
    font-size: 16px;
    color: #121212;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jiswo .cons .right {}

.jiswo .cons .right a {
    cursor: pointer;
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}

.jiswo .cons .right img {
    width: 130px;
    height: 65px;
    margin-right: 10px;
}

.jiswo .cons .right a:hover h5 {
    color: #FF9438;
}

.jiswo .cons .right h5 {
    height: 56px;
    font-family: "AlibabaPuHuiTi65";
    font-size: 16px;
    color: #121212;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* --------------------------------------------------------首页 */
.newmain {
    width: 37.5rem;
    margin: 0 auto;
    padding-bottom: 15px;
}

.newmain .newmaincon {
    width: 37.5rem;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    margin-top: 27px;
}

.newmain .newmaincon .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
    border-bottom: 1px dashed #9D9D9D;
}

.newmain .newmaincon .title div {
    font-family: "AlibabaPuHuiTi55";
    font-size: 1.6rem;
    color: #28333B;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
}

.newmain .newmaincon .title img {
    width: 4rem;
    height: 2.7rem;
    margin-right: 1.5rem;
}

.newmain .newmaincon .title a {
    font-family: "AlibabaPuHuiTi75";
    font-size: 1.2rem;
    color: #9D9D9D;
    text-align: left;
    font-style: normal;
}

.newmain .newmaincon .title a:hover {
    height: 21px;
    font-family: "AlibabaPuHuiTi75";
    font-size: 15px;
    color: #FF9438;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}

.newmain .newmaincon .newslist {}

.newmain .newmaincon .newslist .newsitem {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #9D9D9D;
    padding: 0 1.5rem;
    padding-bottom: 9px;
    margin-top: 13px;
    cursor: pointer;
}

.newmain .newmaincon .newslist .newsitem div {
    flex: 1;
    margin-right: 2rem;
    font-family: "AlibabaPuHuiTi55";
    font-size: 1.4rem;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newmain .newmaincon .newslist .newsitem div:hover {
    color: #3259CE;
}

.newmain .newmaincon .newslist .newsitem div:hover .hide {
    display: none;
}

.newmain .newmaincon .newslist .newsitem div:hover .show {
    display: inline-block;
}

.newmain .newmaincon .newslist .newsitem div img {
    margin-right: 5px;
}

.newmain .newmaincon .newslist .newsitem div .hide {
    display: inline-block;
}

.newmain .newmaincon .newslist .newsitem div .show {
    display: none;
}

.newmain .newmaincon .newslist .newsitem span {
    height: 22px;
    font-family: "AlibabaPuHuiTi55";
    font-size: 1.4rem;
    color: #9D9D9D;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.twonav {
    width: 37.5rem;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 18px;
    font-family: "AlibabaPuHuiTi55";
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.twonav img {
    width: 14px;
    height: 20px;
    margin: 0 11px;
}

.news_rightbg {
    position: fixed;
    right: 0;
    top: 30rem;
    width: 5rem;
    height: 30rem;
    background: url(../images/home-lefttq.png);
    background-size: 100% 100%;
    z-index: 999;
}