 

.checktaocan {
	color: #E15517 !important;
}

.content {
	width: 70%;
	margin: 0 auto;
   
}

.nav_small {
	height: 40px;
	padding-left: 0;
}

.nav_small>li {
	list-style: none;
	float: left;
	border: 2px solid #F87757;
	padding: 5px 20px;
	 
}
    .nav_small > li>a
    {
        
        color:gray;
        text-decoration:none;
    }

.nav_small>.noleftbd {
	border-left: 0;
}

.nav_small>.hover {
	background: #F87757 !important;
	color: white !important;
}

 
    .nav_small > .hover>a
    {
        color:white;
    }

.content>.weizhi {
	width: 70%;
	border: 1px solid darkgray;
	font-size: 0;
}

.content>.weizhi>img {
	margin-left: 20px;
}

.content>.weizhi>.now {
	font-size: 20px;
	margin-left: 0.5em;
	color: #BB676A;
	font-weight: bold;
}

.content>.parent {
	width: 100%;
	margin-top: 20px;
	color: gray;
}

.content>.parent>.child {
	overflow: hidden;
}

.content>.parent>.child>div {
	padding: 10px 0 15px;
}

.content>.parent>.child>.left {
	width: 10%;
	float: left;
	border-top: 1px solid lightgray;
	text-align: center;
	position: relative;
}
.content>.parent>.child>.left>img{
	position: absolute;
	left: 0;
	top:0;
}

.content>.parent>.child>.left>p {
	margin: 5px;
}

.content>.parent>.child>.left>.day {
	font-size: 25px;
}
.content>.parent>.child>.left>.month {
	font-size: 1.1vw;
}

.content>.parent>.child>.right {
	width: 85%;
	margin-left: 5%;
	float: left;
	border-top: 1px solid lightgray;
	position: relative;
}

    .content > .parent > .child > .right > .imgdiv
    {
       width:18%;
       /*max-width:300px;*/
       font-size:0;
       text-align:center;
       height:102px;

    }
     .content > .parent > .child > .right > .imgdiv>span
    {
       display:inline-block;
       line-height:102px;
       vertical-align:middle;

    }
      .content > .parent > .child > .right > .imgdiv>img
    {
     
       max-height:100%;
       vertical-align:middle;
       line-height:102px;
       max-width:100%;
     
    }
.content>.parent>.child>.right>.text_div {
	position: absolute;
	left: 22%;
	top: 10px;
	width: 78%;
    height:85%;
}

.content>.parent>.child>.right>.text_div>h3 {
	margin: 5px;
    height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    width:65%;
    white-space:nowrap;
    margin-top:0;
    color:#EA5504;

	
}
    .content > .parent > .child > .right > .text_div > h3>a
    {
        color: #EA5504;
        text-decoration:none;
    }
.content>.parent>.child>.right>.text_div>.fenxiang {
	position: absolute;
	right: 10px;
	width: 20%;
	height: 26px;
	top: 0px;
}

.content>.parent>.child>.right>.text_div>.fenxiang>.icon {
	background: gray;
	float: left;
	width: 19%;
	 height:100%;
	text-align: center;
	font-size: 0;
	margin-left: 1px;
}

.content>.parent>.child>.right>.text_div>.fenxiang>.icon:hover {
	background: #F67F61 !important;
}

.content>.parent>.child>.right>.text_div>.fenxiang>.icon>span {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

.content>.parent>.child>.right>.text_div>.fenxiang>.icon>a>img {
	line-height: 26px;
	vertical-align: middle;
}

.content>.parent>.child>.right>.text_div>.text_head {
	position: absolute;
	top: 30%;
	width: 100%;
	height: 20%;
    overflow:hidden;
}

.content>.parent>.child>.right>.text_div>.text_head>div {
	width: 30%;
	float: left;

}

.content>.parent>.child>.right>.text_div>.text_head>div>label {
	font-size: 14px;
	color: #000;
}

.content>.parent>.child>.right>.text_div>.text_head>div>span {
	font-size: 14px;
}

.content>.parent>.child>.right>.text_div>.text_body {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50%;
	overflow: hidden;
    text-indent:2em;
    font-size:14px;
}
    .content > .parent > .child > .right > .text_div > .text_body img
    {
        display:none;
    }

.content>.parent>.child>.right>.text_div>.text_body>p {
	margin: 0;
	text-indent: 2em;
	font-size: 14px;
}
 