
.column_box{
    width: 350px;
    height: 200px;
    background-color: #8f0f3d;
    opacity: 0.9;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}
.column_title{
    font-family: MicrosoftYaHei-Bold;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}
.column_tab{
    width: 200px;
	height: 51px;
	background-color: #f4f238;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    line-height: 51px;
    cursor:pointer;
    margin-top: 10px;
}
.column_tab span{
    margin-right: 15px;
}
.news{
    width: 100%;
    /* padding: 120px 0; */
}
.main_title{
    font-family: MicrosoftYaHei;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.list-item{
    width: 100%;
    height: 329px;
    display: flex;
    margin: 50px 0;
}
.list-item .item_left{
    width: 50%;
    height: 100%;
    position: relative;
}
.list-item .item_right{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #a3a3a3;
}
.pic_show{
    width: 347px;
    height: 329px;
    background: #e9e9e9;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    
}
.pic_show img{
    width: 100%;
    height: 100%;
}
.item_right .title{
    font-family: MicrosoftYaHei;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #282828;
    margin-top: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.item_right .date{
    font-family: MyriadPro-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #616161;
}
.item_right .description{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #2f2f2f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 108px;
}
.more_card_btn{
    font-family: MyriadPro-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
    color: #00c2e5;
    border-bottom: 2px solid #00c2e5;
    width: 80px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    text-indent: 10px;
}
.more_arrow{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
