* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

ul, li {
    list-style-type: none;
}

img {
    border: none;
}

.c1 {
    clear: both;
}

a {
    text-decoration: none;
    color: #000;
}

.warp{
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.header{
width: 100%;
background-image: url(../images/top_bg.jpg);
}
.top{
		width: 1000px;
	margin: 0 auto;
}
#nav {
    width: 1000px;
    height: 40px;
    background: url("../images/nav_bg.gif") top left no-repeat;
    background-size: 100% 50px;
margin: 0 auto;
}

#nav .nav_item {
    border-right: 1px solid #005e89;
    border-left: 1px solid #4d9fd6;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;

}

#nav .nav_item:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004f98', endColorstr='#3ebbfc', GradientType=0); /*IE 6 7 8*/

    background: -ms-linear-gradient(bottom, #3ebbfc, #004f98); /* IE 10 */

    background: -moz-linear-gradient(bottom, #3ebbfc, #004f98); /*火狐*/

    background: -webkit-linear-gradient(bottom, #3ebbfc, #004f98); /*Safari5.1 Chrome 10+*/

    background: -o-linear-gradient(bottom, #3ebbfc, #004f98); /*Opera 11.10+*/
}

#nav .nav_item a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
}

#nav .nav_item_last {
    border-right: 0;
}

.nav_hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004f98', endColorstr='#3ebbfc', GradientType=0); /*IE 6 7 8*/

    background: -ms-linear-gradient(bottom, #3ebbfc, #004f98); /* IE 10 */

    background: -moz-linear-gradient(bottom, #3ebbfc, #004f98); /*火狐*/

    background: -webkit-linear-gradient(bottom, #3ebbfc, #004f98); /*Safari5.1 Chrome 10+*/
    background: linear-gradient(bottom, #3ebbfc, #004f98);

    background: -o-linear-gradient(bottom, #3ebbfc, #004f98);

}
.gdtp{
	
}
.tt_news {
	width: 528px;
	height: 280px;
}
.tt_news .tt{
	width: 528px;
	height: 149px;
	border-bottom: 2px solid #0075d7;
}
.tt_news .tt h3 {
	text-align: center;
	height: 30px;
}
.tt_news .tt h3 a{
	font-weight: bold;
	color: #0054a1;
	font-size: 16px;
}
.tt_news .tt p{
	color: #696969;
	font-size: 14px;
	line-height: 30px;
}
.tt_news ul{
	padding-top: 10px;
}
.tt_news ul li{
	list-style-type: square;
	color: #0054a1;
	height: 35px;
}
.news_list {
    width: 320px;
    height: 350px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4); /*兼容ie*/
    -moz-box-shadow: 2px 2px 10px #909090; /*兼容firefox*/
    -webkit-box-shadow: 2px 2px 10px #909090; /*兼容safari或chrome*/
    box-shadow: 2px 2px 10px #909090; /*兼容opera或ie9*/
}

.news_list .news_list_head {
    height: 32px;
    width: 100%;

    border-top: 3px solid #1662af;

}

.news_list .news_list_head .cnt_more {
	height: 37px;
    width: 215px;
    background: #efefef;
    border-bottom: 2px solid #c8c8c8;
    border-left: 2px solid #c8c8c8;
    line-height: 37px;
}

.news_list .news_list_head .news_title {
    width: 100px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    color: #005389;
    font-weight: bold;
    background: #fff;
}

.news_list .news_list_items {
    margin-top: 20px;
}

.news_list .news_list_items ul {
   padding:0px 10px;
}


.news_list .news_list_items li {
    width: 100%;
    height: 35px;
    line-height: 35px;

}

.news_list .news_list_items li .list-style {
    width: 10px;
    display: inline;
    margin: 0 5px;
    font-weight: 900;
    color: #005389;
}

.news_list .news_list_items li a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .news_list_items li a:hover {
    color: #005389;
}
