.partner-content {
    padding: 12px;
    border: 1px solid #E5E5E5;
}

.partner-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.partner-title .title-text {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    position: relative;
    z-index: 1;
}

.partner-title .title-text:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 5px;
    left: 0px;
    background: #D6262E;
    z-index: -1;
}

.partner-title .title-right {
    position: relative;
    display: flex;
}

.partner-title .title-right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #d9d9d9;
}

.partner-title .title-right .the-text {
    display: block;
    height: 22px;
    background: #F0F2F3;
    line-height: 22px;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #999;
    transition: all 0.5s;
    margin-right: 5px;
}

.partner-title .title-right .the-text:hover {
    background: #003352;
    color: #fff;
}

.partner-title .title-right .the-text:last-child {
    margin-right: 0px;
}

/*partner-item-row*/
.partner-item-row {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 9px;
}

.partner-item-row:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.partner-item-row .thePicBg {
    position: relative;
    overflow: hidden;
}

.partner-item-row .thePicBg .thePic {
    width: 100%;
    height: 73px;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
}

.partner-item-row .thePicBg .thePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.partner-item-row .thePicBg .theTag {
    height: 18px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    color: #fff;
    font-size: 12px;
}

.partner-item-row .thePicBg .theTag a {
    color: #fff;
    padding: 0px 6px;
}

.partner-item-row:last-child {
    margin-bottom: 0px;
}

.partner-item-row:hover .thePic {
    transform: scale(1.05);
}

.partner-item-row .thePicBg {
    width: 76px;
}

.partner-item-row .thePicBg .thePic {
    height: 50px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.partner-item-row .thePicBg .thePic img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.partner-item-row .the-title {
    flex: 1;
    padding-left: 12px;
}

.partner-item-row .the-title a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
}

.partner-item-row .the-title a:hover {
    color: #D6262E;
}


.partner-content-article {
    margin: 20px auto;
    line-height: normal;
}

.partner-content-article .partner-title {
    padding: 9px 0px;
    border-top: 2px solid #003352;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.partner-content-article .partner-title .title-text {
    font-size: 20px;
}

.partner-content-article .partner-title .title-right:before {
    width: 100px;
    left: -110px;
}

.partner-content-article .partner-title .title-right .the-text {
    height: 24px;
    font-size: 13px;
    padding: 0px 8px;
    line-height: 24px;
}

.partner-content-article .partner-list {
    padding-bottom: 20px;
    border-bottom: 2px solid #003352;
}

.partner-content-article .partner-list .row {
    margin-right: -10px;
    margin-left: -10px;
}

.partner-content-article .partner-list .col-item-bg {
    padding-right: 10px;
    padding-left: 10px;
}

.partner-content-article .partner-list .partner-item {
    display: flex;
}

.partner-content-article .partner-list .partner-item .thePicBg {
    position: relative;
    overflow: hidden;
}

.partner-content-article .partner-list .partner-item .thePicBg .thePic {
    width: 100%;
    height: 73px;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.partner-content-article .partner-list .partner-item .thePicBg .thePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-content-article .partner-list .partner-item .thePicBg .theTag {
    height: 18px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    color: #fff;
    font-size: 12px;
}

.partner-content-article .partner-list .partner-item .thePicBg .theTag a {
    color: #fff;
    padding: 0px 6px;
}

.partner-content-article .partner-list .partner-item:hover .thePic {
    transform: scale(1.05);
}

.partner-content-article .partner-list .partner-item:hover .right-text {
    border-bottom: 1px solid #D6262E;
}


.partner-content-article .partner-list .partner-item .thePicBg {
    width: 76px;
}

.partner-content-article .partner-list .partner-item .thePicBg .thePic {
    height: 50px;
    border-radius: 0px;
}

.partner-content-article .partner-list .partner-item .thePicBg .thePic img {
    margin: 0 !important;
    max-width: none;
    border-radius: 2px;
}

.partner-content-article .partner-list .partner-item .right-text {
    flex: 1;
    margin-left: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.partner-content-article .partner-list .partner-item .right-text .the-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}
.partner-content-article .partner-list .partner-item .right-text .the-title a:hover{
	color: #D6262E;
}

.partner-content-article .partner-list .partner-item .right-text .the-other {
    margin-top: 8px;
    display: flex;
    align-items: baseline;
    line-height: normal;
}

.partner-content-article .partner-list .partner-item .right-text .the-other .the-author {
    font-size: 12px;
    font-weight: bold;
    color: #666;
	margin-right: 12px;
	position: relative;
	display: block;
	max-width: 50%;

}

.partner-content-article .partner-list .partner-item .right-text .the-other .the-author:hover {
    color: #003352;
}

.partner-content-article .partner-list .partner-item .right-text .the-other .the-author:before {
	content: '';
	width: 2px;
	height: 2px;
	position: absolute;
	top: 8px;
	right: -7px;
	background: #8D92A2;
}

.partner-content-article .partner-list .partner-item .right-text .the-other .the-time {
    font-size: 12px;
    color: #999;
}



/*详情页右侧*/
.sidebar-partner-con {
    background: #fff;
    padding: 12px;
    border: 1px solid #ededed;
    margin-top: 5px;
}

@media(max-width: 767px){
	.partner-content-article .partner-list .partner-item{
		margin-bottom: 15px;
	}
	.partner-content-article .partner-list{
		padding-bottom: 0px;
	}
	.partner-title .title-right:before{
		background: none;
	}
	.partner-content-article .partner-title .title-text{
		font-size: 18px;
	}
}