body,html{
	margin: 0;
	padding: 0;
	background:#fff url("../images/bg.jpg") center 34px no-repeat;
}
ul, ol, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.main{
    width: 100%;
    height: 100%;
    font-size: 12px;
}
.tit{
	margin-left:auto;
	margin-top:25px;
	margin-right:auto;
	width:1000px;
	height:auto;
}
.tit_title{
	border-right: 0px #c3c9cd solid;
    height: 55px;
    width: auto;
    overflow: hidden;
    background-image: url("../images/tit-bg.jpg");
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 0px;
}
.tit_title td span {
    text-align: left;
    line-height: 55px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    font-family: microsoft yahei;
}

.news_list_ul {
    text-align: left;
}
.news_list_ul li {
    border-bottom: #8d8d8d 1px dashed;
    cursor: pointer;
    padding: 20px 0;
	display: flex;
}
.news_list_ul li .intermoren_right1 {
    float: right;
    width: 940px;
}
.news_list_ul li .news_title {
    font-size: 22px;
    font-family: microsoft yahei;
    color: #003689;
}
.news_list_ul li .news_title em {
    font-style: normal;
}
.news_list_ul li .news_title a {
    color: #373737;
    font-size: 22px;
    text-align: left;
    text-decoration: none;
    font-family: "微软雅黑";
}
.news_list_ul li .news_source {
    font-size: 12px;
    color: #8e8e8e;
    padding: 7px 0 0;
    height: 24px;
    line-height: 24px;
}

#page_bar_bg {
    height: 41px;
    display: block;
    width: inherit;
    margin: 0 auto;
    margin-top: 20px;
    background: url("../images/page_bar_bg.jpg") no-repeat center top;
}

.dd-footer table {
    width: 100%;
    background-color: #001ce2;
}