@charset "utf-8";
.tj{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 0 217px 0;
    background: url(../../images/zt/zt_xiaoDeWenHua/tj_bg.jpg) center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.tj_main{
    width: 1300px;
    height: 464px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.tj_item{
    display: block;
    width: 310px;
    height: 100%;
    margin: 10px;
}
.tj_item:nth-child(1),
.tj_item:nth-child(3){
    margin-top: 40px;
}
.tj_img{
    width: 100%;
    height: 400px;
    position: relative;
    border: 4px solid var(--themes_color);
    overflow: hidden;
    box-sizing: border-box;
}
.tj_name{
    width: 260px;
    height: 40px;
    background: rgba(13, 70, 135, 0.5);
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.tj_author{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    overflow: hidden;
    transition: all 0.5s;
}
.tj_name p{
    font-weight: bold;
    color: #fff;
    margin-left: 70px;
    line-height: 40px;
    transition: all 0.5s;
}
.tj_title{
    width: 100%;
    height: 60px;
    background: var(--themes_color);
    color: #fff;
    border-bottom: 4px solid #cfa010;
    box-sizing: border-box;
}
.tj_title p{
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 10px;
    box-sizing: border-box;
}
.tj_item:hover .tj_author{
    left: 20px;
}
.tj_item:hover .tj_name p{
    margin-left: 90px;
}

.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0 200px 0;
    box-sizing: border-box;
    background: url(../../images/zt/zt_xiaoDeWenHua/list_bg.jpg) center bottom;
    background-size: cover;
}
.list_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.list_item{
    width: 100%;
    height: 210px;
    display: block;
    border-bottom: 1px solid rgba(13, 70, 135, 0.5);
    padding: 30px 0;
}
.list_item:last-of-type{
    border-bottom: none;
}
.list_img{
    width: 170px;
    height: 100%;
    float: left;
}
.list_item_msg{
    width: calc(100% - 190px);
    height: 100%;
    float: right;
}
.author_name{
    font-size: 18px;
    font-weight: bold;
    color: var(--themes_color);
}
.author_info{
    font-size: 16px;
    color: var(--themes_color);
}
.list_title{
    font-size: 18px;
    color: #333;
    margin-top: 40px;
    font-weight: bold;
    transition: all 0.5s;
}
.list_des{
    font-size: 16px;
    color: #666;
    line-height: 1.5em;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list_item:hover .list_title{
    color: var(--themes_color);
    background: url(../../images/zt/zt_xiaoDeWenHua/list_title.png) left center no-repeat;
    background-size: contain;
    padding-left: 60px;
    box-sizing: border-box;
}
.foot{
    margin-top: 0;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
.m_dynImg3{
    height: 7.1rem;
}
.m_dynImg3 span{
    display: block;
    width: 100%;
    height: 5.9rem;
}
.swiper3_title{
    position: initial !important;
    background: var(--themes_color);
    color: #fff;
    height: 1.3rem !important;
}
.swiper3_title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0.1rem;
    box-sizing: border-box;
}
.item_author_ph{
    position: absolute;
    left: 0.1rem;
    top:0.1rem;
}
.author_img_ph{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 1px solid #fff;
}
.author_name_ph{
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    float: left;
    margin-left: 0.2rem;
    line-height: 0.6rem;
}

.list{
    padding:0 0.2rem;
    background: none;
    margin-top: 0.6rem;
    padding-bottom: 1rem;
}
.list_main{
    width: 100%;
}
.list_item{
    height: 1.48rem;
    padding: 0.3rem 0;
}
.list_img{
    width: 1.2rem;
}
.list_item_msg{
    width: calc(100% - 1.4rem);
}
.author_name{
    font-size: 0.26rem;
    line-height: 1em;
}
.author_info{
    font-size: 0.24rem;
    line-height: 1.5em;
    margin-top: 0.17rem;
}
.list_title{
    display: none;
}
.list_des{
    display: none;
}
.list_item:hover .list_title{
    color: #fff;
    background: none;
    padding-left: 0;
}



}
	