﻿/*通用样式*/
*{
	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(/uploads/image/i1003/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;
    padding: 50px 115px 40px;
}
.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%;
}
.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*/

/*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(/uploads/image/i1003/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 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;
    }
}