﻿.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.content{
	padding: 35px 34px 70px;
	text-align: left;
	overflow: hidden;
}
.content .othersmenu {
    width: 170px;
}
.content .other-titles {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dbd4cd;
    padding-bottom: 12px;
}
.content .other-titles h2 {
    float: left;
    color: #e60012;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
}
.content .fl h2{
    font-weight: bold;
}
 .content .menu {
    padding-top: 20px;
    font-size: 14px;
    color: #000;
}
 .content .menu li {
    border-bottom: 1px solid #dbd4cd;
    line-height: 35px;
}
.content .menu a {
    display: block;
    color: #000;
}
.content .menu .tit {
    background: url(2013_i12.gif) no-repeat 15px 16px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("2013_i12.gif");
    padding-left: 28px;
    font-size: 14px;
    cursor: pointer;
}
.content .menu .tit:hover, .menu .tit_on, .menu .on .tit {
    background-color: #e60012;
    background-image: url(2013_i12_h.gif);
    color: #fff;
}
.content .othersmain {
    width: 720px;
}
.content  .other-titles .location {
    padding-top: 17px;
}
.content  a {
    text-decoration: none;
    color: #333;
}
.content .newslist {
    width: 100%;
    padding: 5px 0;
}

.content .newslist li {
    overflow: hidden;
    width: 100%;
    padding: 7.5px 10px;
    padding-left: 15px;
    border-bottom: 1px dotted #dbd4cd;
}

.content .newslist .time {
    float: left;
    width: 85px;
}
.content .newslist .day {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 30px;
    background-color: #eae6e2;
    display: block;
    text-align: center;
    font-family: Arial;
}
.content .newslist .date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    background-color: #eae6e2;
	display: block;
	text-align: center;
	font-family: Arial;
}
.content .newslist .conts {
    float: right;
    width: 635px;
}
.content .newslist h3 {
    padding-bottom: 10px;
    margin-top: -2px;
    font-size: 14px;
    font-weight: bold;
    color: #e60012;
}
.content .newslist .more {
	color: #e60012;
	font-size: 16px;
    margin-left: 8px;
}