.w {
  width: 1200px;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
.title_tail {
  text-align: center;
  height: 285px;
}

.title_tail .bt {
  text-align: center;
  font-size: 55px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  display: inline-block;
  color: #FDFDFD;
  text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
  margin-top: 64px;
}

.count {
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	opacity: 0.95;
	margin-top: 56px;
	line-height: 16px;
  margin-bottom: 20px;
  font-family: "Microsoft YaHei", "SimSun";
}
.count:before, .count:after {
	content: " ";
	display: inline-block;
	height: 1px;
	width: 160px;
	margin: 9px 16px 0;
	vertical-align: top;
}
.count:before {
	background-image: linear-gradient(to right, transparent, rgba(255,255,255,.6));
}
.count:after {
	background-image: linear-gradient(to left, transparent, rgba(255,255,255,.6));
}

body {
  background: url(../images/xxgk_bg.png) no-repeat center top;
}
/* 搜索 */
.search {
	height: 190px;
	background-color: #f5f5f5;
	margin-bottom: 33px;
}
.search-bar {
	margin: 0 auto;
	padding-top: 44px;
	text-align: center;
}
.search-wrap {
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #2d66a5;
	border-radius: 10px;
	overflow: hidden;
	width: 700px;
}
.search-wrap .search-input {
	vertical-align: top;
	float: left;
	width: calc(100% - 4em);
}
.search-wrap .search-submit {
	float: right;
	width: 56px;
	box-sizing: border-box;
  background-color: white;
  height: 42px;
}

.search-wrap .search-input>input {
	padding: 8px 12px;
  display: block;
    width: 100%;
    box-sizing: border-box;
    /* border: none; */
    /* background-color: white; */
    line-height: 42px;
    height: 42px;
    font-size: 20px;
    outline: none;
}
.search-wrap .search-submit>input {
	/* -webkit-appearance: none; */
	font-family: pip-common;
	/* cursor: pointer; */
	/* color: #2d66a5; */
}
.search-wrap .search-submit>input:hover {
	background-color: #f6f6f6;
}
.search-button {
  text-align: center;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 110px;
	height: 46px;
	line-height: 46px;
	margin-left: 20px;
	border: none;
	background-color: #2d66a5;
	border-radius: 10px;
	cursor: pointer;
	color: white;
	font-size: 18px;
	outline: none;
  font-family: "Microsoft YaHei", "SimSun";
}
.search-button:hover {
	opacity: 0.9;
}
.search-option {
	text-align: center;
	padding-top: 24px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "SimSun";
}
.search-option>span {
	color: #2d66a5;
}
.search-option input {
	margin: 0 6px 0 10px;
}


.main-list{
  margin: 0 auto;
  width: 1050px;
}
.body-list>.main-list {
	background-color: white;
	padding: 36px;
}
.list{
  display: table;
  width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}
.list>* {
  display: table-row;
}
.list>*>*{
  display:table-cell;
}
.list .list-hd>*{
  font-size: 20px;
	font-family: "方正小标宋简体", Simsun;
	line-height: 57px;
	border-bottom: 2px solid #2d66a5;
	text-align: center;
  font-weight: bold;
}

.list .list-hd .xh {
  width: 10%;
}

.list .list-hd .list-title {
  text-align: left;
  text-indent: 4em;
}

.list .list-hd .right {
  width: 240px;
}
.list .item>*{
  text-align: center;
    vertical-align: middle;
    font-family: Simsun;
}
.list .item {
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  min-height: 80px;
  width: 1050px;
  display: table-row;
}

.list .item:nth-child(2n-1) {
  background: #eeeeee;
}

.list .item .num {
  width: 10%;
  text-align: center;
  font-size: 16px;
  font-family: Songti SC;
  font-weight: 400;
  color: #333333;
  line-height: 80px;
}

.list .item  .nr {
  width: 705px;
  text-align: left;
  padding: 5px 0;
}

.list .item  .nr .it {
  font-size: 16px;
  font-family: Songti SC;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}

.list .item  .nr .zy {
  font-size: 14px;
  font-family: Songti SC;
  font-weight: 400;
  color: #5D89B6;
  line-height: 20px;
}

.list .item .i-r {
  width: 240px;
  font-size: 14px;
  font-family: Songti SC;
  font-weight: 400;
  color: #333333;
}

.title .websize {
  height: 73px;
  padding-top: 24px;
}

.title .websize img {
  height: 41px;
  width: 40px;
  margin-top: 16px;
  vertical-align: top;
}

.title .websize span {
  display: inline-block;
  margin-left: 24px;
  height: 73px;
  font: bold 35px/73px 'Microsoft YaHei';
  color: #fff;
}

.title .search-wrapper {
  position: relative;
  height: 50px;
  margin-bottom: 57px;
}

.title .search-wrapper .search {
  display: inline-block;
  width: 510px;
}

.title .search-wrapper>img {
  margin-top: 20px;
}

.title .search-wrapper .search input {
  box-sizing: border-box;
  width: 608px;
  height: 50px;
  line-height: 50px;
  margin: 0 13px;
  border: 2px solid #457DBD;
  border-radius: 9px;
  text-indent: 17px;
}

.title .search-wrapper .search .searchBtn {
  position: absolute;
  cursor: pointer;
  right: 313px;
  top: 12px;
}

.paging {margin-top: 20px;}

.oldinfo {
  float: right;
  display: flex;
  margin-top: 16px;
}

.oldinfo .right_wza {
  float: right;
}

.oldinfo .right_wza a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
  background: #fff;
  color: #F76B00;
  border: 1px solid #FC740D;
  border-radius: 2px 0px 0px 2px;
}

.oldinfo .right_slh a {
  background: #F79600;
  color: #fff;
  border: 1px solid #F79600;
  border-radius: 0px 2px 2px 0px;
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
}

/* 适老化css */
.oldModel .list .list-hd>* {
  font-size: 24px;
}

.oldModel .list .item  .nr .it,
.oldModel .list .item  .num,
.oldModel .list .item .i-r,
.oldModel .list .item  .nr .zy {
  font-size: 20px;
}

.oldModel .content7 .contentbox7 .net1 {
  font-size: 20px;
}

.oldModel .footer .footerbox .msg {
  font-size: 16px;
}

.oldModel .paging {
  font-size: 16px;
}

.oldModel .search-option{font-size: 18px;}
.oldModel .search-button,
.oldModel .search-wrap .search-input>input{font-size: 22px;}
.oldModel .count {font-size: 20px;}