p:has(> img) {
    text-indent: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.nav {
    width: 100%;
    margin-top: 20px;
    display: none;
}

#current-position { display: none; }

.nav-title {
    background-color: #9b0d14;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 20px;
    text-align: center;
}

a {
    text-decoration: none;
}

.nav-item {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: #86151a 1px solid;
    border-left: #86151a 1px solid;
    border-right: #86151a 1px solid;
    text-decoration: none;
    color: #333;
}

.nav-item:hover {
    background-color: #86151a1F;
}

.main-content {
    background-color: white;
    margin: 20px 0 20px 0;
    padding: 0;
    color: #333;
    width: 95%;
}

.content {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
}

.title {
    font-size: 20px;
}

.title-container {
    display: flex;
    border-bottom: #9b0d14 1px solid;
    padding-bottom: 10px;
}

.list-item {
    border-bottom: #333 1px dashed;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-item:hover {
    background-color: #e4e4e4;
}

.list-item:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #9b0d14;
    vertical-align: middle;
    margin: 10px;
}

.list-item-title {
    flex: 1;
    color: #333;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.list-item-date {
    padding-right: 15px;
    padding-left: 15px;
    color: grey;
    width: 100%;
    text-align: right;
    font-size: 14px;
}

.col {
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
}

.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: #9b0d14;
	color: #FFFFFF;
	float: left;
	line-height: 40px;
	font-size: 18px;
	padding-right: 25px;
	padding-left: 25px;
}

#tutor_block {
	background-image: url(../../img/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: 65px;
	list-style-type: none;

}
.clearfix {
       clear:both;
}