* {
	margin: 0;
	padding: 0;
}
.news_in {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    margin-top: 5px;
    padding-bottom: 15px;
}
.news_in a {
	text-decoration: none;
	color: #666;
}
.news_in ul {
	list-style: none;
	padding-left: 0px;
}
.news_l {
width: 38.7%;
    float: left;
    height: 300px;
    border-radius: 3px;
    margin-top: 9px;
}
.news_l img {
	height: 100%;
	width: 100%;
}
.news_r {
    width: 59%;
    float: right;
}
.t {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #bbbbbb;
}
.t_xwzx {
	float: left;
}
.t_ckgd {
	float: right;
}
.c {
	width: 100%;
}
.img_data {
	width: 100%;
    height: 107px;
    border-bottom: 1px dashed #dddddd;
}
.t_l {
	font-size: 18px;
	font-weight: bold;
}
.t_r {
	font-size: 12px;
	color: #bbbbbb;
	margin-left: 5px;
}
.t_c {
	font-size: 14px;
}
.t_c a {
	font-size: 14px;
}
.c_data {
	width: 12%;
	height: 70px;
	float: left;
	margin: 10px 0px;
	background-color: #dddddd;
}
.sn {
	height: 45px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	margin: 1px;
	margin-bottom: 0px;
	background-color: #fff;
}
.sr {
    background-color: #015198;
    height: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 29px;
    text-align: center;
}
.tc {
	width: 82%;
	float: left;
	margin: 10px 0px;
	margin-left: 4%;
}
.tc_tit {
	font-weight: bold;
	font-size: 16px;
	padding: 4px 0px;
}
.tc_con {
    font-size: 14px;
    padding: 7px 0px;
    line-height: 19px;
    text-indent: 2em;
}
.c li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dashed #dddddd;
	float: left;
}
.diamond {
width: 6px;
    height: 6px;
    margin: 7px 5px 0 0;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #015198;
    float: left;
}
.list_tit {
	font-size: 14px;
}
.list_l {
	width: 80%;
	float: left;
}
.list_r {
	float: right;
}
.list_style:hover, .list_style:hover .diamond {
	color: #e3c356;
	background: #e3c356;
}
