

.img-hover:hover {
    transition: all 0.6s;
    transform: scale(1.1);
}
.card-div-hover:hover {
    transition: all 0.6s;
    margin-top: -12px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.common-div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.top-div {
    /*background-color: #a52e1e;*/
    background-color: #fafafa;
    /*height: 405px;*/
}

.notice-title-div {
    line-height: 50px;
    font-size: 26px;
    /*color: #ffffff;*/
    text-align: center;
}

.notice-title {
    line-height: 50px;
    font-size: 26px;
    color: #a52e1e;
    text-align: center;
    font-weight: bold;
}

.notice-more {
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 24px;
}

.notice-content {
    width: 100%;
}

.left-banner {
    width: 30%;
}

.right-content {
    width: 67%;
}

.normal-li {
    overflow: hidden;
    display: block;
    border-bottom: 1px dotted #d8d8d8;
}

.top-content-title {
    width: 80%;
    font-size: 16px;
    /*color: #ffffff;*/
    color: #333333;
    display: block;
    float: left;
    line-height: 50px;
}

.p-hidden {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top-content-time {
    display: block;
    float: right;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    /*padding-top: 4px;*/
    padding-right: 20px;
}

.img-bg {
    position: relative;
    overflow: hidden;
}

.no-img {
    background-color: #cdcbcb;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    line-height: 241px;
    height: 255px;
}

.banner-content-img {
    max-width: 100%;
    height: 255px;
    overflow: hidden;
}

.content-banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}


.common-title-div {
    color: #333333;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    padding-bottom: 45px;
}

.common-content-title {
    line-height: 50px;
    font-size: 26px;
    padding-left: 70px;
    color: #a52e1e;
    font-weight: bold;
}
.common-content-title img{
    margin-right: 5px;
    margin-bottom: 8px;
}

.common-content-more {
    float: right;
    font-size: 16px;
    line-height: 60px;
}
.color-white{
    color: #ffffff;
}

.no-img-red {
    text-align: center;
    color: #ffffff;
}

.no-img-size {
    background-color: #a52e1e;
    line-height: 160px;
    height: 178px;
    font-size: 34px;
}


.content3-div {
    /*background-color: #fafafa;*/
    background-color: #a52e1e;
}

.content3-content-div {
    width: 25%;
    height: 180px;
    float: left;
    padding: 22px 18px;
    background: #ffffff;
}

.content3-content-bg {
    background-color: #fdf7f7;
}


.bottom-div {
    background-color: #a52e1e;
    padding-bottom: 75px;
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    /*height: 855px;*/
}

.span-pic-title {
    padding-left: 70px;
}

.pic1-img {
    height: 178px;
    width: 100%;
    margin-bottom: 10px;
}

.content-line-2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #333333;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-color{
    color: #a52e1e;
}
 .p-color:hover{
    color: #333333 !important;
}
 .span-color:hover{
    color: #a52e1e;
 }

.banner-content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.content-line-3 {
    width: 100%;
    float: left;
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pic2-img {
    height: 180px;
    width: 100%;
}

.content3-li {
    width: 24%;
    height: 310px;
    background-color: #fafafa;
}

.content-line-p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.culture-one-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #8e2618;
    margin: 15px 20px 20px 20px;
    -webkit-line-clamp: 3;
}

/*榜样力量*/
.example-div{

}

.example-a-div {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.example-div-1{
    /*width: 32.5%;*/
    width: 100%;
    height: 216px;
    background-color: #e6e4e4;
    display: block;
    float: left;
}
.example-div-2{
    /*width: 66.3%;*/
    width: 100%;
    height: 446px;
    background-color: #e6e4e4;
    display: block;
    float: right;
}
.example-div-3{
    height: 216px;
    background-color: #e6e4e4;
}

.example-img1 {
    width: 100%;
    height: 100%;
}

.example-a-div:hover .example-img-title{
    bottom: 0;
}

.example-img-title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;

    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
    bottom: -55px;
    padding: 0 20px;
    background-color: rgba(0,0,0,0.52);
    filter: alpha(opacity=52);
    transition: all 0.5s ease;
    font-size: 16px;
    text-align: center;
}
.no-example-img{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #8e2618;
    line-height: 160px;
    font-size: 34px;
}

/*微信 河金视界 */
.two-content-div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}

/*二维码*/
.bottom-left-div {
    margin-top: 25px;

}

.qrcode-img {
    margin-top: 15px;
    margin-right: 15px;
}

/*微信文章*/
.wechat-div {
    width: 35%;
}

.wechat-div ul {
    margin: 72px auto 0;
    width: 63%;
}

.wechat-div ul li a {
    color: #a52e1e;
    font-size: 16px;
    line-height: 46px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 14px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wechat-div ul li:hover a{
    color: #333333;
}

.wechat-div ul li a:before{
    position: absolute;
    top: 20px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #a52e1e;
    border-radius: 50px;
    content: ' ';
}

.wechat-top {
    margin-top: 50px;
}

.wechat-top-span {
    color: #a52e1e;
    font-size: 16px;
    margin-left: 8px;
}

.wechat-content-title {
    color: #a52e1e;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    -webkit-line-clamp: 1;

}

.wechat-content {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 4;
}

/*河金视界*/
.bottom-right-div {
    width: 41%;
    float: right;

}

.last-title-div {
    line-height: 100px;
    font-size: 26px;
}

.last-content-title {
    line-height: 100px;
    font-size: 26px;
    color: #a52e1e;
    font-weight: bold;

}
.last-content-title img{
    margin-right: 5px;
    margin-bottom: 5px;
}

.last-one-content-div {
    width: 47%;
    float: left;
}

.last-img-size {
    background-color: #a52e1e;
    line-height: 145px;
    height: 145px;
    font-size: 24px;
    width: 100%;
}


.notice-more, .banner-content-img, .p-hidden , .normal-li,
.common-content-more, .content-line-2, .content-line-3,
.pic1-img, .pic2-img , .content-line-p, .example-img1 ,.example-img-title, .logo img{
    cursor: pointer;
}
.example-a-div:hover {
    cursor: pointer;
}
.justcenter-between li a:hover{
    cursor: pointer !important;
}

.xymj-div{
    /*float: left;*/
    width: 32.5%;

}
.jphd-div{
    /*float: right;*/
    width: 66.3%;
}
.xywh-top{
    height: auto;
 }
.jphd-bottom{
    width: 100%;
}

