﻿/*通用样式*/
*{
	margin: 0px;
	padding: 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
img,
input,
button {
    border: none;
    outline: none;
}
a {
	color: #333333;
}
a:hover {
	color: #00589e;
    cursor: pointer;
    text-decoration: none;
}
/*a:visited {color: #333333;}
a:active {color: #333333;}*/
ul li,
ol li {
    list-style-type: none;
}
body {
    background-color: #ffffff;
    font-family: "microsoft Yahei";
}
.inner {
    width: 1220px;
    margin: 0 auto;
}

/*header start*/

/*header end*/

/*content start*/
.content {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 30px;
}
/* 当前位置 */
.contentT {
    width: 100%;
    height: 60px;
}
.contentT .inner {
    background: url(col_pic_01.png) no-repeat 20px center;
}
.contentT .now {
    height: 60px;
    line-height: 60px;
    color: #1a56a8;
    margin-left: 45px;
}
.contentT a {
    font-size: 13px;
    color: #1a56a8;
    padding: 0 4px;
}
.contentT a.current {
    color: #999999;
}
/* 栏目内容 */
.contentB {
    background-color: #ffffff;
    
}
.contentB h5 {
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
}
.contentB h3 {
    font-size: 28px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}
.contentB .msg,
.contentB .msg a {
    /* height: 40px; */
    font-size: 14px;
    /* text-align: center; */
    color: #808080;
    /* padding-bottom: 15px; */
    position: relative;
}
.contentB .msg {
	width:100%;
}
.article{
padding: 50px 115px 40px;
}
.contentB .msg a {
    color: #1a56a8;
}
.contentB .msg td{
    height: 40px;
    line-height: 40px;
	font-size:14px;
}
.contentB .msg .source {

}
.contentB p {
    line-height: 30px;
    /* font-size: 16px; */
    padding-bottom: 10px;
}
.contentB .con {
    margin-top: 20px;
    margin-bottom: 40px;
}
.contentB .con table {
	margin:0 auto;
}
.contentB .jiucuo {
    padding-bottom: 15px;
}
.contentB .jiucuo a {
    font-size: 16px;
    color: #1a56a8;
}
.contentB .file {
    padding-top: 20px;
    padding-left: 22px;
}
.contentB .erweima {
    width:150px;
    height:150px;
    margin:30px auto 10px;
}
.contentB .aaaa {
	position:relative;
}
.contentB .aaaa img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-25px;
	margin-left:-25px;
}
.contentB .tips {
    font-size: 16px;
    text-align: center;
    color: #595959;
	padding-top:10px;
}
/*content end*/
.column-item {
    font-size: 20px;
    line-height: 1.6;
    color: #0b67ba;
    display: none;
}
.information-item a {
    width: 93%;
}
.right_xgjd p {
    font-size: 20px;
    line-height: 1.6;
    color: #0b67ba;
}
/*footer start*/

/*footer end*/


/*******自适应*********/

@media (max-width: 700px) {
    body {
        min-width: 0;
        background-color: #fff;
    }
    .content {
        padding-bottom: 0px;
    }
    .contentT {
        height: 50px;
        line-height: 50px;
    }

    .contentT .inner {
        width: 100%;
        background: url(col_pic_01.png) no-repeat 10px center;
    }

    .contentT table {
        height: 50px;
        line-height: 50px;
        color: #1a56a8;
        /* margin-left: 45px; */
    }

    .contentB {
        width: 100%;
        overflow: hidden;
        padding: 10px;
    }
	.contentB .article {
        padding: 10px;
        border: 0px;
        width: 100%;
    }
    .contentB h3,
    .contentB h5 {
        padding-bottom: 10px;
    }
    /* 时间来源字号 */
    .print,
    .bdsharebuttonbox {
        display: none;
    }
    .contentB .msg {
        min-height: 50px;
        padding: 0 15px;
    }
    .contentB .msg td {
        height: 20px;
        line-height: 20px;
		text-align: center;
        padding-right: 0px;   
    }
    .time,
    .source,
    .zt {
        width: 100%;
        display: inline-block;
        padding-right: 0px;
    }
    .contentB .con {
        margin-top: 10px;
    }

    /* 隐藏二维码 */
    .contentB .erweima,
    .contentB .tips {
        display: none;
    }
	.contentB .article{
		width:100%;
		padding:10px;
		border:0px;
	}
.contentB .right_xgjd{
width:100%;
float:none;
border:0;
margin-top:20px;
}
}