p:has(> img) {
    text-indent: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.list-item {
    border-bottom: #333 1px dashed;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: row;
}

.list-item:hover {
    background-color: #e4e4e4;
}

.list-item:before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #9b0d14;
    vertical-align: middle;
    margin: 10px;
}

.list-item-title {
    flex: 1;
    color: #333;
}

.list-item-date {
    padding-left: 15px;
    color: grey;
    width: auto;
    padding-right: 0;
}

.col {
    flex-direction: row;
    margin-left: 60px;
    margin-right: 60px;
}

.title-container div a:hover {
    color: #86151a
}

.title div svg {
    vertical-align: bottom;
}

#category_block_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0d14;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 20px;

}
#category_block_top_l {
	background-color: #85272B;
	color: #FFFFFF;
	float: left;
	line-height: 40px;
	font-size: 18px;
	padding-right: 25px;
	padding-left: 25px;
}

#tutor_block {
	background-image: url(dot.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
          padding-bottom:5px;
          line-height:32px;
}

#tutor_top {
    font-size: 18px;
    font-weight: bold;
    color: #0070c0;
}
#tutor_left {
	float: left;
	width: 80px;
          font-weight:bold;
}
#tutor_right {
	float: left;
	flex:1;
}

#tutor_right ul {
	flex:1;
}

#tutor_right ul li {
	padding: 0;
	margin: 0;
}


#tutor_right a {
	float: left;
	width: 75px;
	list-style-type: none;
font-size: 16px;
    line-height: 3;

}
.clearfix {
       clear:both;
}