@charset "utf-8";

/*=================reset start=======================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tr,
td,
ul,
li,
ol,
dl,
dt,
dd,
span,
em,
i,
html,
input,
textarea,
button,
select,
option,
strong {
	margin: 0;
	padding: 0;
}

input {
	min-width: auto;
}

img {
	display: block;
	width: 100%;
}

input,
textarea,
button,
select,
option {
	border: none;
	background-color: transparent;
	outline: none;
}


a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

ul,
ul li,
ol li {
	list-style: none;
	list-style-type: none
}

body,
html {
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, sans-serif, "宋体", "微软雅黑", Microsoft YaHei, Arial, Tahoma;
	font-size: 14px;
	background-color: #fff;
	color: #3b3232;
	/* min-width: 1200px; */
	/* height: 100%; */
	margin: 0 auto;
}

.clearBoth::after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	*zoom: 1;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/*============================reset end================================*/

body * {
	box-sizing: border-box;
	flex-shrink: 0;
}

body {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
		Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
	background-color: transparent;
	border: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

button:active {
	opacity: 0.6;
}

.flex{
	display: flex;
}

/* .flex::after{
    content: "";
    display: block;
    clear: both;
} */

.fl {
	float: left;
}

.fr {
	float: right;
}
.center {
	margin: auto;
	text-align: center;
}
.overhide{
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}



/* list-show */
section .xinwen {
    width: 65%;
    display: flow-root;
    height: auto;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px;
    padding: 40px;
    border-top: 6px solid #0166a4;
}

.xinwen .zuo {
    width: 17%;
    float: left;
}

.xinwen .zuo .mingcheng {
    background: #0166a4;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.xinwen .zuo .xwtp {
    width: 100%;
    height: 200px;
    float: left;
    margin-top: 28px;
}

.xinwen .zuo .xwtp>a {
    display: inline-block;
    width: 290px;
    height: 200px;
    overflow: hidden;
}

.xinwen .zuo .xwtp>a img {
    width: 290px;
    height: 200px;
    float: left;
    transition: all ease-out 0.5s;
}

.xinwen .zuo .xwtp:hover>a img {
    transform: scale(1.1);
}

.xinwen .zuo .xwtp .tpxwxx {
    width: 270px;
    height: 200px;
    padding-left: 20px;
    float: right;
    background-color: #f7f7f7;
}

.xinwen .zuo .xwtp .tpxwxx p {
    font-size: 16px;
    color: #003262;
    font-weight: bold;
    margin-top: 32px;
}

.xinwen .zuo .xwtp .tpxwxx span {
    display: inline-block;
    width: 265px;
    line-height: 2;
    padding-right: 5px;
    font-size: 13px;
    color: #333333;
    margin-top: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.xinwen .zuo .xwtp .tpxwxx a {
    display: inline-block;
    font-size: 16px;
    color: #00356b;
    font-weight: bold;
    margin-top: 20px;
}

.xinwen .zuo .xwtp .tpxwxx a img {
    position: relative;
    top: 4px;
}

.xinwen .zuo .liebiao {
    width: 100%;
    float: left;
}

.xinwen .zuo .liebiao ul li {
    display: block;
    text-align: center;
    overflow: hidden;
    background: #f4f4f4;
}

.xinwen .zuo .liebiao ul li a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    text-align: center;
    color: #000;
    transition: all ease-out 0.5s;
    font-size: 16px;
}

.xinwen .zuo .liebiao ul .tit1 {
    background-color: #9cc1e4;
}

.xinwen .zuo .liebiao ul .tit1 a {
    color: #fff;
}


.xinwen .zuo .liebiao ul li a:hover {
    color: #0166a4;
}

.xinwen .zuo .liebiao ul li span {
    font-size: 16px;
    float: right;
    color: #a3a3a3;
}

section .router{
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: -20px;
}

/* ajax的翻页样式 */
.mypages a {
    display: none;
}

.mypages .first,
.mypages .next,
.mypages .last,
.mypages .active,
.mypages .active~a,
.mypages .next+a,
.mypages .prev {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.mypages a.hover {
    display: none;
}

.mypages {
    margin: 20px auto;
    display: table;
    padding-top: 20px;
}

.mypages a {
    margin-left: 10px;
    color: #000;
}

.mypages span {
    margin-left: 10px;
}

.mypages select {
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}