.floadAd {
    position: absolute;
    z-index: 999900;
    display: none;
}

.floadAd .item {
    display: block;
    width: 340px;
    height: 180px;
}
.floadAd .item .title{
    background: #ff3f3f;
color: #ffffff;
font-size: 16px;
height: 50px;
line-height: 50px;
/* text-shadow: #fff 1px 1px 0px; */
border-radius: 10px 10px 0 0;
}
.floadAd .item .content{
    /* text-indent: 32px; */
    font-size: 14px;
    line-height: 26px;
    /* padding: 0px 15px;  */
    /* padding-top: 10px; */
    overflow-y: auto;
    box-sizing: border-box;
    text-align: left; 
    border-radius: 10px 10px 0 0 ;
    background-color: rgba(255, 255, 255, 0.7);
}
.floadAd .item .vv{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.floadAd .item .btns{
    padding-bottom: 20px;
    font-size: 16px; 
    background-color: rgba(255, 255, 255, 0.7);
    
border-radius: 0 0 10px 10px;
    
}
.floadAd .item .btns a{
    color: #ff3f3f;
}
.floadAd .item img {
    vertical-align: bottom;
}

/* a img 的组合浏览器默认下边会有几个像素的空白，这里可以消除空白*/
h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 14px;
}

/* 公司概况 */
.companyProfile {
    background: #ffffff;
    width: 100%;
    /* min-width: 1360px; */
}

.companyProfile .left {
    display: inline-block;
    padding: 50px 20px;
    box-sizing: border-box;
    width: 60%;
    text-align: left;
}

.companyProfile .left .title,
.noticePublicity .title {
    width: 40px;
    height: 100px;
    border-bottom: #ff3f3f 5px solid;
    white-space: nowrap;
}

.companyProfile .left .content {
    margin: 40px 0;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    height: 326px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.companyProfile .left .content p,
.companyProfile .left .content em {
    line-height: 30px;
}

.companyProfile .left .content em {
    color: #ff3f3f;
}

.companyProfile .left a {
    display: inline-block;
    width: 170px;
    height: 50px;
    font-size: 16px;
    background: #ffffff;
    color: #B4B4B4;
    line-height: 50px;
    text-align: center;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
}

.companyProfile .left a:first-of-type {
    background: #ff3f3f;
    color: #ffffff;
    border: none;
    margin-right: 20px;
}

.companyProfile .left a i {
    display: inline-block;
    background: url("../images/icon.png");
    background-position: -206px 0;
    width: 30px;
    height: 50px;
    vertical-align: top;
}

.companyProfile .right {
    display: inline-block;
    padding: 50px 20px;
    box-sizing: border-box;
    width: 39%;
    position: relative;
    vertical-align: top;
    margin-top: 400px;
}

.companyProfile .right .rectangle {
    width: 300px;
    height: 400px;
    border: 3px solid #ECECEC;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.companyProfile .right .video-box {
    width: 450px;
    height: 300px;
    border: 3px solid #ECECEC;
    position: absolute;
    bottom: 0;
    right: 10px;
    background-color: #ffffff;
}

.companyProfile .right .video-box video {
    width: 100%;
    object-fit: cover;
}

/* 核心主业 */
.coreBusiness {
    background: url("../images/cloud.jpg") no-repeat center top/cover;
    text-align: center;
    width: 100%;
    /* min-width: 1360px; */
}

.coreBusiness .warp {
    padding: 90px;
    box-sizing: border-box;
    color: #ffffff;
}

.coreBusiness .title,
.investorRelations .title {
    width: 50px;
    height: 100px;
    border-bottom: #ff3f3f 5px solid;
    white-space: nowrap;
    text-indent: -128px;
    margin: 0 auto;
    color: #ffffff;
}

.coreBusiness .title h2 {
    text-indent: -30px;
}

.coreBusiness .info {
    margin: 50px 140px 80px 140px;
}

.coreBusiness .info p {
    line-height: 30px;
}

.coreBusiness .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.coreBusiness .content .business-box {
    width: 120px;
    height: 200px;
    display: inline-block;
}

.coreBusiness .content .business-box p {
    margin-top: 30px;
    color: #ffffff;
}

.coreBusiness .content .business-box .icon-box {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.coreBusiness .content .business-box .icon-box:hover {
    background: #36B94B;
}

.coreBusiness .content .business-box .business-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: top;
    margin: 25px;
}

.business-box .ticket {
    background: url("../images/icon.png");
    background-position: -250px -6px;
}

.business-box .Cableway {
    background: url("../images/icon.png");
    background-position: -364px -12px;
}

.business-box .hotel {
    background: url("../images/icon.png");
    background-position: -461px -10px;
}

.business-box .tea {
    background: url("../images/icon.png");
    background-position: -547px -16px;
}

.business-box .data {
    background: url("../images/icon.png");
    background-position: -632px -7px;
}

.business-box .Art {
    background: url("../images/icon.png");
    background-position: -32px -91px;
}

/* 公司动态 */
.companyDynamics {
    text-align: left;
    width: 100%;
    padding-top: 50px;
    /* min-width: 1360px; */
}

.companyDynamics .warp {
    padding: 50px 10px;
    box-sizing: border-box;
    padding-top: 10px;
}

.companyDynamics .warp .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.readmore-box {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.readmore-box h1 {
    display: inline-block;
}

.readmore {
    font-size: 16px;
    color: #8e8e8e;
    margin: 20px 0;
    text-align: right;
    display: inline-block;
}

.readmore i {
    display: inline-block;
    background: url("../images/icon.png");
    background-position: -143px -88px;
    width: 25px;
    height: 30px;
    vertical-align: top;
}

.companyDynamics .warp .content .article-box {
    width: 30%;
    height: 400px;
    background: #EEEEEE;
    overflow: hidden;
}

.companyDynamics .warp .content .article-box img {
    width: 100%;
}

.companyDynamics .warp .content .article-box:hover .img-box {
    margin-top: -43px;

}

.companyDynamics .warp .content .article-box:hover .article-title {
    margin-bottom: 10px;
}

.companyDynamics .warp .content .article-box .img-box {
    height: 243px;
    transition: all 0.5s ease 0s;
}

.companyDynamics .warp .content .article-box .img-box img {
    height: 100%;
    width: 100%;
}

.companyDynamics .warp .content .article-box .time {
    color: #333333;
    font-size: 14px;
    margin: 20px;
}

.companyDynamics .warp .content .article-box .article-title {
    color: #333333;
    font-size: 16px;
    margin: 20px 20px 60px 20px;
}

.companyDynamics .warp .content .article-box .linkicon {
    display: inline-block;
    width: 160px;
    height: 50px;
    background: #ff3f3f;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    transition: all 0.5s ease 0s;
}

.companyDynamics .warp .content .article-box .linkicon a {
    display: block;
    width: 160px;
    height: 50px;
    color: #ffffff;
}

/* 投资者关系 */
.investorRelations {
    background: url("../images/investor.jpg") no-repeat center top/cover;
    text-align: center;
    width: 100%;
    /* min-width: 1360px; */
}

.investorRelations .warp {
    padding: 90px 40px;
    box-sizing: border-box;
    font-size: 0;
}

.investorRelations .warp .content-warp {
    margin: 50px auto;
}

.investorRelations .title {
    width: 50px;
    height: 100px;
    border-bottom: #ff3f3f 5px solid;
    white-space: nowrap;
    text-indent: -155px;
    margin: 0 auto;
    color: #ffffff;
}

.investorRelations .title h2 {
    text-indent: -48px;
}

.investorRelations .left {
    margin-right: 20px;

}

.investorRelations .left,
.investorRelations .right {
    display: inline-block;
    width: 45%;
}

.investorRelations .left a,
.investorRelations .right a {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    ;
}

.investorRelations .left a:hover,
.investorRelations .right a:hover {
    transform: scale(1.06);
}


.investorRelations .left a .list-box,
.investorRelations .right a .list-box {
    background: rgba(255, 255, 255, 0.7);
    height: 65px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.investorRelations .left .list-box:last-of-type,
.investorRelations .right .list-box:last-of-type {
    margin-bottom: 0;
}

.investorRelations .left .list-box .icon-box,
.investorRelations .left .list-box .list-content,
.investorRelations .left .list-box .list-time,
.investorRelations .right .list-box .icon-box,
.investorRelations .right .list-box .list-content,
.investorRelations .right .list-box .list-time {
    display: inline-block;
    vertical-align: top;
}

.investorRelations .left .list-box .icon-box i {
    display: inline-block;
    background: url("../images/icon.png");
    background-position: -175px -90px;
    width: 90px;
    height: 65px;
    vertical-align: top;
}

.investorRelations .right .list-box .icon-box i {
    display: inline-block;
    background: url("../images/icon.png");
    background-position: -280px -90px;
    width: 90px;
    height: 65px;
    vertical-align: top;
}

.investorRelations .left .list-box .icon-box span,
.investorRelations .right .list-box .icon-box span {
    display: block;
    width: 44px;
    margin: 8px 14px;
    color: #ffffff;
    font-size: 20px;
}

.investorRelations .left .list-box .list-content,
.investorRelations .right .list-box .list-content {
    width: 60%;
    line-height: 65px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    /* margin-right: 36px; */
    margin-left: 10px;
}

.investorRelations .left .list-box .list-time,
.investorRelations .right .list-box .list-time {
    width: 20%;
    line-height: 65px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-right: 20px;
}

/* 公示公告 */
.noticePublicity {
    width: 100%;
    padding-top: 50px;
    /* min-width: 1360px; */
}

.noticePublicity .warp {
    padding: 60px 10px;
    box-sizing: border-box;
    padding-top: 0px;
}

.noticePublicity .noticePublicity-content {
    margin: 30px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.noticePublicity .noticePublicity-content .left,
.noticePublicity .noticePublicity-content .right {
    display: inline-block;
}

.noticePublicity .noticePublicity-content .left {
    width: 49%;
    height: 400px;
    border: #EEEEEE 1px solid;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    box-sizing: border-box;
}

.noticePublicity-content-title {
    height: 50px;
}

.noticePublicity-content-title a {
    display: inline-block;
    width: 79%;
    text-align: right;
    vertical-align: middle;
}

.noticePublicity .noticePublicity-content .left .readmore {
    margin: 10px 0;
}

.noticePublicity .noticePublicity-content .left .noticePublicity-content-title .title-left {
    width: 20%;
    display: inline-block;
}

.noticePublicity .noticePublicity-content .left h3 {
    color: #ff3f3f;
    text-align: left;
    /* display: inline-block; */
}

.noticePublicity .noticePublicity-content .left .list-info {
    text-align: center;
}

.noticePublicity .noticePublicity-content .left .list-info a:hover {
    color: #ff3f3f;

}

.noticePublicity .noticePublicity-content .left .list-info li {
    height: 30px;
    line-height: 26px;
    display: flex;
    list-style: disc inside;
    font-size: 16px;
    line-height: 30px;
}


.noticePublicity .noticePublicity-content .left .list-info li a {
    display: inline-block;
    width: 70%;
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.noticePublicity .noticePublicity-content .left .list-info i {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    text-align: right;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
}

/* 
.noticePublicity .noticePublicity-content .right {
    width: 40%;
    height: 400px;
    border: #EEEEEE 1px solid;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
}

.noticePublicity .noticePublicity-content .right .a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 35px;
    background: url("../images/icon.png");
    background-position: -370px -90px;
    width: 74px;
    height: 90px;
    vertical-align: top;
}

.noticePublicity .noticePublicity-content .right .a span {
    color: #ffffff;
    font-size: 20px;
    display: block;
    width: 58px;
    margin: 9px;
}

.noticePublicity .noticePublicity-content .right .list-warp {
    position: relative;
    width: 400px;
    height: 220px;
    overflow: hidden;
    margin: 60px 50px 20px 50px;
}

.noticePublicity .noticePublicity-content .right .list-warp ul {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}

.noticePublicity .noticePublicity-content .right .list-warp ul .message-box {
    display: inline-block;
    width: 400px;
    height: 220px;
    text-align: left;
    vertical-align: top; 
}

.noticePublicity .noticePublicity-content .right .list-warp ul .message-box .content,
.noticePublicity .noticePublicity-content .right .list-warp ul .message-box .descript {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noticePublicity .noticePublicity-content .right .list-warp ul .message-box .descript {
    font-size: 14px;
}

.noticePublicity .noticePublicity-content .right .list-warp ul .message-box .message-info {
    height: 144px;
}

.noticePublicity .noticePublicity-content .right .list-warp ul .message-box p {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
}

.noticePublicity .noticePublicity-content .right .list-warp ul .message-box a {
    color: #ff3f3f;
    font-size: 18px;

}

.noticePublicity .noticePublicity-content .right .prev,
.noticePublicity .noticePublicity-content .right .next {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 43px;
    vertical-align: top;
    background: #EEEEEE;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.noticePublicity .noticePublicity-content .right .next {
    right: 0;
}

.noticePublicity .noticePublicity-content .right .prev i {
    display: inline-block;
    background: url("../images/icon.png");
    background-position: 267px -82px;
    width: 40px;
    height: 40px;
    vertical-align: top;
}

.noticePublicity .noticePublicity-content .right .next i {
    display: inline-block;
    background: url("../images/icon.png");
    background-position: 181px -82px;
    width: 40px;
    height: 40px;
    vertical-align: top;
} */

.videoCroup {
    /* text-align: left; */
    width: 100%;
    padding-bottom: 50px;
}

.videoCroup .warp {
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 55px;
}

.videoCroup .warp .img,
.videoCroup .warp .videoList {
    max-width: 1300px;
}

.videoCroup .warp .img {
    display: inline-block;
}

.videoCroup .warp .img img {
    width: 100%;
}

.videoCroup .warp .videoList {
    margin-top: 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.videoCroup .warp .videoList .video-box {
    display: inline-block;
    box-sizing: border-box;
    width: 23%;
    height: 230px;
    margin-left: 28px;
    z-index: 10;
    position: relative;
    cursor: pointer;
}

.videoCroup .warp .videoList .video-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.videoCroup .warp .videoList .video-box:first-of-type {
    margin-left: 0
}


.videoCroup .warp .videoList .video-box h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px
}

.videoCroup .mask {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoCroup .mask .videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
    z-index: 100;
}

.video-box .bgcover {
    width: 100%;
    height: 100%;
}

.videoed {
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: 99;
    width: 30px;
    height: 30px;
}

.vclose {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    background: url("../images//close.png") no-repeat 0 0/100%
}

.companyDynamics .warp .title {
    text-align: center;
}

.companyDynamics .warp .title .newsiconl,
.companyDynamics .warp .title .newsiconr {
    width: 150px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}

.companyDynamics .warp .title .newsiconl {
    background: url("../images/news-iconl.png") no-repeat 0 0/100%;
}

.companyDynamics .warp .title .newsiconr {
    background: url("../images/news-iconr.png") no-repeat 0 0/100%;
}

.companyDynamics .warp .title .titlegroup {
    display: inline-block;
    width: 340px;
    vertical-align: middle;
    margin: 0 15px;
}

.companyDynamics .warp .title .titlegroup h2 {
    font-size: 30px;
    margin-bottom: 0px;
}

.companyDynamics .warp .title .titlegroup h1 {
    font-size: 40px;
}

.companyDynamics .warp .title .titlegroup span {
    border-bottom: #ff3f3f 5px solid;
    display: block;
    width: 40px;
    margin: 0 auto;
}

.companyDynamics .warp .maincontent {
    margin-top: 40px;
    font-size: 0
}

.companyDynamics .warp .maincontent .left-box {
    display: inline-block;
    width: 37%;
    vertical-align: top
}

.companyDynamics .warp .maincontent .center-box {
    padding: 0 40px;
    display: inline-block;
    width: 32%;
    vertical-align: top
}

.companyDynamics .warp .maincontent .right-box {
    display: inline-block;
    width: 24%;
}

.companyDynamics .warp .maincontent .left-box .topslip {
    width: 100%;
}

.left-box .banner {
    position: relative;
    overflow: auto;
    text-align: center;
}

.left-box .banner ul {
    text-align: left;
}

.left-box .banner li {
    list-style: none;
    position: relative;
}

.left-box .banner li .imgpost {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px
}

.left-box .banner li .imgpost h1 {
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
}

.left-box .banner li .imgpost p {
    line-height: 20px;
}

.left-box .banner ul li {
    float: left;
}

#b03 {
    width: 100%;
}

#b03 .dots {
    position: absolute;
    right: 0;
    bottom: 3px;
}

#b03 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b03 .dots li.active {
    background: #fff;
    opacity: 1;
}

/* 投资者动态 */
.companyDynamics .warp .maincontent .left-box .sharePrice_box {
    text-align: left;
    margin: 20px 0 0 0;
}

.left-box .sharePrice_box .info {
    /* background: #f2f2f2; */
    color: #9d9d9d;
    box-sizing: border-box;
    padding: 11px 0 7px 0;
    border: #A5A5A5 1px solid;
}

.left-box .sharePrice_box .info:first-of-type {
    padding: 0px;
    border-bottom: none;
}

.left-box .sharePrice_box .info:last-of-type {
    padding: 0px;
    border-top: none;
}

.sharePrice_box .info .info-name,
.sharePrice_box .info .info-gain,
.sharePrice_box .info .info-more {
    display: inline-block;
    color: #333333;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

.sharePrice_box .info .info-name {
    width: 50%;
    cursor: pointer;
}

.sharePrice_box .info .info-name h5 {
    font-size: 30px;
    margin: 15px 10px 10px 10px;
}

.sharePrice_box .info .info-gain h6 {
    font-size: 30px;
    margin: 10px;
}

.sharePrice_box .info .info-gain h6 i {
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url("../images/icon.png") no-repeat -370px -220px;
    vertical-align: top;
    vertical-align: text-top;
    margin: 10px 5px;
}

.sharePrice_box .info .info-name p,
.sharePrice_box .info .info-gain p {
    font-size: 20px;
    margin: 10px 0;
}

.sharePrice_box .info .info-gain .nowtime {
    font-size: 14px;
}

.sharePrice_box .info .info-gain {
    width: 49%;
    border-left: #A5A5A5 1px solid;
}

.sharePrice_box .info .info-more {
    font-size: 0;
    text-align: left;
    padding: 5px 0;
}

.sharePrice_box .info .info-more li {
    display: inline-block;
    font-size: 14px;
    width: 33%;
    line-height: 34px;
}

.sharePrice_box .info .info-more li em {
    display: inline-block;
    width: 73px;
    font-size: 12px;
    text-indent: 5px;
}

.sharePrice_box .info .info-more li span {
    font-size: 14px;
}

/* 股票按钮列表 */
.sharePrice_box .share_btnlist {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.sharePrice_box .share_btnlist li {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px #cecece solid;
    border-radius: 15px;
    transition: all 0.5s ease 0s;
}

.sharePrice_box .share_btnlist li:hover {
    border: none;
    color: #ffffff;
    background-color: #ff3f3f;

}

/* 新闻动态 */
.companyDynamics .warp .maincontent .center-box .newslistbox {
    width: 100%;
    height: 220px;
    position: relative;
}

.companyDynamics .warp .maincontent .center-box .newslistbox h1 {
    font-size: 21px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist {
    width: 100%;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list {
    width: 100%;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 325px;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list a li span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #080808;
    vertical-align: middle;
    margin-right: 7px;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list a li {
    line-height: 40px;
    /* list-style: disc; */
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list p {
    float: right;
    font-size: 13px;
    display: inline-block;
    line-height: 40px;
}

.right-box .banner {
    position: relative;
    overflow: auto;
    text-align: center;
}

.right-box .banner li {
    list-style: none;
}

.right-box .banner ul li {
    float: left;
}

.right-box #b04 {
    width: 240px;
}

.right-box #b04 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.right-box #b04 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.right-box #b04 .dots li.active {
    background: #fff;
    opacity: 1;
}

li img:hover {
    transform: scale(1.4);
}

li img {
    cursor: pointer;
    transition: all 0.3s;
}

.img-box img:hover {
    transform: scale(0.9);
}

.img-box img {
    cursor: pointer;
    transition: all 0.3s;
}

.videoList img:hover {
    transform: scale(0.9);
}

.videoList img {
    cursor: pointer;
    transition: all 0.3s;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list a li:hover {
    color: #ff3f3f;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list:first-of-type li {
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
}

.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list:first-of-type span,
.companyDynamics .warp .maincontent .center-box .newslistbox .contentlist .list:first-of-type p {
    display: none;
}
.center-box .newslistbox .moreBtu{
    display: inline-block;
    width: 48px;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}
.center-box .newslistbox .moreBtu i{
    vertical-align: top;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.center-box .newslistbox .moreBtu span{
    vertical-align: top;
    display: inline-block;
}
.center-box .newslistbox .moreBtu i img{
    width: 100%;
    height: 100%;
}
/* 2022.8.31 四川省政府网站 */
.urlAteten{
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.urlAteten a{
  width: 49%;
  height: 80px;
  cursor: pointer;
}
.urlAteten a:last-of-type{
  margin-left: 2%;
}
.urlAteten a img{
  width: 100%;
  height: 100%;
}
/* 省政府信息动态 */
.cccc .newslistbox {
  margin: 20px 0;
}

.cccc .newslistbox h1 {
  font-size: 21px;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

.cccc .newslistbox .contentlist {
  width: 100%;
}

.cccc .newslistbox .contentlist .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cccc .newslistbox .contentlist .list a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  width: 80%;
}
.cccc .newslistbox .contentlist .list a li:hover {
  color: #ff3f3f;
}

.cccc .newslistbox .contentlist .list a li span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #080808;
  vertical-align: middle;
  margin-right: 7px;
}

.cccc .newslistbox .contentlist .list a li {
  line-height: 40px;
  /* list-style: disc; */
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.cccc .newslistbox .contentlist .list p {
  width: 20%;
  font-size: 13px;
  display: inline-block;
  line-height: 40px;
}
.cccc .title {
  margin-top: 20px;
  width: 40px;
  border-bottom: #ff3f3f 5px solid;
  white-space: nowrap;
}
