* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    line-height: 150%;
    font-size: 16px;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 500px;
    margin: auto;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

a {
    text-decoration: none;
}

.top {
    padding: 0px 15px;
}

.top img {
    width: 100%;
}

.menu_m {
    background: #0152c5;
    width: 100%;
    height: 42px;
    overflow: hidden;
    font-size: 16px;
}

.menu_m .nav a {
    color: #fff;
    float: left;
    width: 115px;
    text-align: center;
    display: block;
    line-height: 42px;
}

.menu_m .navdown {
    color: #fff;
    padding-top: 5px;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
}

.menu_m .nav .dropdown {
    display: none;
}

.menu {
    background: #0152c5;
    width: 100%;
    font-size: 16px;
    padding-bottom: 38px;
    position: absolute;
    z-index: 999;
    padding-top: 30px;
}

.menu .navdown {
    display: none;
}

.menu .nav a {
    color: #fff;
    width: 100%;
    display: block;
    line-height: 42px;
    padding-left: 50px;
}

.menu .nav .dropdown {
    display: none;
}

.menu .nav .dropdown a {
    padding-left: 68px;
}

.menu .so {
    width: 300px;
    margin: 5px auto;
    height: 42px;
    background: #fff;
    border-radius: 16px;
}

.menu .so input {
    border: 0;
    width: 226px;
    height: 42px;
    margin-left: 18px;
    outline: none;
    vertical-align: middle;
}

.menu .so button {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    border: 0;
    background: url(../images/so.jpg) no-repeat center right;
}

.map {
    height: 38px;
    line-height: 38px;
    background: #ffffff;
    background: url(../images/map.jpg) no-repeat;
    background-size: 20px;
    background-position: 10px 6px;
    padding-left: 38px;
}

.map a {
    padding-right: 15px;
    color: #0251c3;
}

.banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.banner img {
    position: absolute;
    width: 100%;
}

.bot {
    background: #333333;
    padding: 20px;
	font-size: 14px;
}

.bot .copyright {
    text-align: left;
    color: #8f8f90;
    line-height: 180%;
}

.bot .copyright a {
    color: #8f8f90;
}

.page .con {
    background: #fff;
    width: 100%;
    color: #333333;
}

.page .loc {
    color: #778193;
    font-size: 12px;
    padding: 13px 20px;
    border-bottom: 1px #eeeeee solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.page .loc a {
    color: #778193;
}

.page .con {
    min-height: 800px;
}

.page .con .ul p {
    text-align: center;
    padding: 50px;
    font-size: 16px;
}

.page .con ul {
    list-style: none;
}

.page .con ul li {
    min-height: 55px;
    font-size: 16px;
    border-bottom: 1px #eeeeee solid;
    padding: 10px 20px;
}

.page .con ul li:hover {
    background: #f2f7ff;
}

.page .con ul li:hover a {
    color: #1660d4;
}

.page .con ul a {
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.page .con ul li .time {
    color: #999999;
    font-size: 12px;
}

.page .con ul li div {
    margin-top: 8px;
}

.page .con ul li .tag {
    color: #666666;
    background: #eeeeee;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
}

.page .con ul li a .tag {
    color: #1660d4;
    background: #e3ecfa;
    font-weight: normal;

}

#fenye {
    clear: both;
    margin: 20px;
    line-height: 200%;
}

#fenye a {
    text-decoration: none;
    display: inline;
    height: 25px;
    line-height: 25px;
}

#fenye .prev,
#fenye .next {
    width: 52px;
    text-align: center;
    line-height: 25px;
}

#fenye a.curr {
    width: 22px;
    background: #0152c5;
    border: 1px solid #0152c5;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#fenye a.curr:visited {
    color: #fff;
}

#fenye a {
    color: #333333;
    background: #fff;
    margin: 0px 5px;
    border: 1px solid #dcdddd;
    float: left;
    text-align: center;
    height: 22px;
    line-height: 22px
}

#fenye a.num {
    width: 22px;
}

#fenye a:visited {
    color: #0152c5;
}

#fenye a:hover {
    float: left;
}

#fenye span {
    line-height: 30px;
    font-size: 13px;
    height: 30px;
}


.article {
    padding: 10px;
}

.article .title {
    text-align: center;
    line-height: 160%;
}

.article .info {
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    border-bottom: 1px #eeeeee solid;
}

.article .content {
    padding: 10px 0;
    line-height: 200%
}

.article .content * {
    max-width: 100% !important;
}

.link {
	background: #333333;
	line-height:300%;
	padding:20px;
	margin-bottom:-30px;
	color: #fff;
}

.link a {
	color: #fff;
	margin-right:20px;
}

.link hr {
	width: 688px;
	margin:10px auto;
	border: 0px;
	border-top: 1px #4c4c4c solid;
}