﻿.top img {
    border:none
}
.go_top img {
     border:none
}
.go_top {
    *background-color:#fff;
    *+background-color:#fff;
}

/*主体*/
.main{width:100%; max-width:750px; margin:0 auto;overflow:hidden; box-sizing:border-box; background:#eff0f2;user-select:none }
/*日报标题*/
.main_tit {
			height: 52px;
			text-align: center;
			color: #0064b9;
			font-size: 20px;
			position: relative;
			line-height: 52px;
			font-weight: 600;
			background: #fff;
            top:3px;
			border-bottom: 1px solid #d9d9d9;
}

.main_tit span { color: #999999; font-weight: 500; position: absolute; right: 18px; font-size: 12px;}
/*搜索类别按钮*/
.Daily_type {text-align: center;margin: 15px 18px;height: 39px;border: 1px solid #0a95e1;border-radius: 18px;overflow: hidden;padding: 0px;}

.Daily_type a {display: inline-block;width: 50%;height: 39px;line-height: 39px;float: left;color: #000;font-size: 16px;background: #fff;-webkit-tap-highlight-color:transparent;}

.Daily_type a.type_on {background-color:#0a95e1;color:#ffffff; }
/*搜索框*/
.Daily_ss {
    margin: 0px 20px;
    padding: 2px 0px;
    position: relative;
}

.Daily_ss input[type="text"] {
    width: 98%;
    height: 42px;
    line-height:42px;
    border-radius: 5px;
    border: 1px solid #dcdcdd;
    padding-left: 10px;
    font-size:12px;
}
.ss_icon img {
    width: 20px;

}

span.ss_icon {
    position: absolute;
    right: 18px;
    top: 12px;
    padding-left: 10px;
    border-left: 1px solid #9da4b1;
    width: 15px;
}

/*日报列表*/
.Daily_con li {
    background-color: #fff;
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
	padding-bottom: 15px;
}
.Daily_con li:last-child {
    margin-bottom: 10px;
}
.pad-24{padding:0px 18px;}
p.Dai_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #ddd;}
p.Dai_type {
    margin-top: 5px;
}

p.Dai_type,.Dai_type,.Dai_mode,.Dai_item,.Dai_time {
    font-size: 13px;
    color: #333;
    line-height: 30px;
    vertical-align: top;
}
/*.Dai_time {position: relative;padding-left: 22%;color: #0a95e1;}*/
.Dai_time {
    position: relative;
    display: inline-block;
    color: #0a95e1;
    text-align: left;
    width: 80%;
}
