﻿@charset "utf-8";
/* 文章-父列表页 -----------------------------------------*/

.side {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.mainContent {
}

/* 侧栏导航 */
#sideMenu {
  background: #fff;
  margin-bottom: 20px;
}
#sideMenu .hd {
  height: 90px;
  background: #2963c1;
  color: #333;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 30px;
}
#sideMenu .hd h3 {
  font-size: 30px;
  font-weight: normal;
}
#sideMenu .hd h3 a {
  color: #fff;
  line-height: 90px;
}
#sideMenu .hd h3 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#sideMenu .bd {
  border-top: none;
}
#sideMenu .menuList {
  /* background: #f0f0f0; */
  padding-top: 20px;
}

#sideMenu .menuList li {
  vertical-align: top;
  text-align: left;
  position: relative;
}
#sideMenu .menuList a {
  display: block;
  transition: 0.3s;
  padding: 15px 10px 15px 10px;
  margin: 0 30px;
  font-size: 15px;
}
#sideMenu .menuList a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #d8e1ef;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.8s;
}
#sideMenu .menuList a:before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 5px;
  height: 0px;
  background: #2963c1;
  float: left;
  border-radius: 3px;
  position: absolute;
  left: 32px;
  top: 18px;
}

#sideMenu .menuList a:hover:after {
  content: "";
  display: block;
  width: 100%;
}
#sideMenu .menuList a:hover:before {
  content: "";
  display: block;
  width: 5px;
  height: 18px;
  background: #2963c1;
  float: left;
  border-radius: 3px;
  position: absolute;
  left: 32px;
  top: 18px;
}

#sideMenu .menuList a:hover,
#sideMenu .menuList .on a {
  text-decoration: none;
  text-indent: 10px;
  color: #2963c1;
  font-weight: bold;
  background: url(../img/jgarrow.png) no-repeat center right;
}
#sideMenu .menuList .on a:before {
  content: "";
  display: block;
  width: 5px;
  height: 18px;
  background: #2963c1;
  float: left;
  border-radius: 3px;
  position: absolute;
  left: 32px;
  top: 20px;
  transition: 0.3s;
}

.focusWrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.focusWrap .focusBox {
  margin-right: 20px;
  width: 390px;
  float: left;
}
.focusWrap .focusBox .bd .pic img {
  width: 390px;
  height: 300px;
}
.focusWrap .focusBox .bd {
  height: 300px;
}
.focusBox .hd {
  bottom: 58px;
  right: 3px;
}

.focusBox {
  position: relative;
  zoom: 1;
}
.focusBox .slideNav {
  position: absolute;
  height: 20px;
  overflow: hidden;
  bottom: 51px;
  right: 6px;
  z-index: 1;
}
.focusBox .slideNav li {
  background-color: #dadada;
  cursor: pointer;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 2px;
  text-align: center;
}
.focusBox .slideNav li .pe_u_thumb {
  width: 390px;
  height: 262px;
}
.focusBox .slideNav li a {
  color: #fff;
}
.focusBox .slideNav li a:hover {
  text-decoration: none;
}
.focusBox .slideNav li.on {
  background-color: #224b8e;
  color: #ffffff;
}
.focusBox .slideNav li.on a {
  color: #fff;
}
.focusBox .slideCon .title {
  text-align: center;
  padding-top: 10px;
}
.focusBox .slideCon .pic {
  width: 350px;
  height: 262px;
  background: #f1e4d1;
}
.focusBox .slideCon .pic img {
  width: 350px;
  height: 262px;
}
.focusBox .pe_u_thumb_title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f3f3f3;
}

.focusWrap .topicList {
  overflow: hidden;
  zoom: 1;
}
.focusWrap .topicList .t {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.focusWrap .topicList .t .intro {
  line-height: 22px;
  height: 44px;
  text-indent: 2em;
}
.focusWrap .topicList .t .title {
  margin-bottom: 8px;
  text-align: center;
}

/* 内容区域 */
.box {
  overflow: hidden;
}
.box .hd {
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
.box .hd h3 {
  border-bottom: 3px solid #224b8e;
  height: 37px;
  line-height: 37px;
  float: left;
  color: #224b8e;
}
.box .hd h3 a {
  padding: 0 30px;
  color: #224b8e;
  font-size: 18px;
}
.box .hd h3 a:hover {
  color: #ff9600;
}
.box .hd .more {
  float: right;
}
.box .bd {
  padding-top: 15px;
}

/* 循环栏目 */
.pageBoxLoop {
  overflow: hidden;
  margin-right: -30px;
}
.pageBoxLoop .pageBox {
  width: 449px;
  border-top: 0;
  margin-bottom: 10px;
  float: left;
  margin-right: 30px;
}
.pageBoxLoop .pageBox .bd {
  height: 170px;
  padding: 10px 5px;
}
.pageBoxLoop1 .pageBox {
  width: 100%;
}
.pageBox {
}
.pageBox .hd {
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  overflow: hidden;
}
.pageBox .hd .more {
  float: right;
  margin-right: 10px;
  color: #999;
}
.pageBox .hd h3 {
  font-size: 16px;
  background: #224b8e;
  float: left;
  padding: 0 20px;
  color: #fff;
}
.pageBox .hd h3 a {
  color: #fff;
}
.pageBox .bd {
  padding: 15px 0;
  overflow: hidden;
}
.mainBox {
  background: #fff;
  padding-top: 15px;
}
.mainBox .mHd {
  height: 67px;
  line-height: 67px; /* border-bottom: 1px solid #dcdcdc; */
  position: relative;
  overflow: hidden;
  padding-top: 50p;
}
.mainBox .mHd h3 {
  float: left;
  font-size: 20px;
  color: #224b8e;
  padding: 0 25px;
  height: 64px;
  line-height: 64px;
}
.mainBox .mHd h3:after {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 0;
  background: #2963c1;
  border-radius: 3px;
}
.mainBox .mHd h3 a {
  /* color: #224b8e; */
}
.mainBox .mBd {
  padding: 30px 0 0;
  overflow: hidden;
}
.mainBox .mHd .path {
  font-size: 13px;
  float: right;
  padding-right: 15px;
  font-family: "宋体";
  color: #9c9c9c;
  background: url(../img/navIcon.png) no-repeat 0 -41px;
  padding-left: 30px;
}
.mainBox .mHd .path a {
  padding: 0 10px;
  font-family: microsoft yahei;
}
/* 文章子-列表页 -----------------------------------------*/

/* 图文列表 */
.pageTPList {
  margin-top: -12px;
}
.pageTPList li {
  padding: 10px 15px 15px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.pageTPList .pic {
  padding-top: 5px;
  float: left;
  margin-right: 15px;
  width: 140px;
}
.pageTPList .pic img {
  width: 100%;
  height: auto;
}
.pageTPList .con {
  overflow: hidden;
  zoom: 1;
}
.pageTPList .title {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
}
.pageTPList .title a {
  color: #333;
}
.pageTPList .intro {
  margin-bottom: 5px;
  line-height: 22px;
  color: #999;
  height: 44px;
  overflow: hidden;
  font-size: 12px;
}
.pageTPList .title a:hover {
  text-decoration: none;
}
.pageTPList .intro .more {
  display: none;
}
.pageTPList .others {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.pageTPList .others span {
  margin-right: 15px;
}
.pageTPList .node {
  color: #999;
  margin-right: 15px;
  display: none;
}
.pageTPList .last {
  border-bottom: 0;
  margin-bottom: 0;
}
.pageTPList .on {
  background: #f9f9f9;
}

/*机构设置*/
.nodeList {
  padding: 40px 0px;
  margin-right: -20px;
}
.nodeList li {
  width: 47%;
  float: left;
  border: 1px solid #f0f0f0;
  height: 80px;
  position: relative;
  line-height: 80px;
  margin-right: 20px;
  margin-bottom: 30px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.nodeList li img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.nodeList li a.tit {
  font-size: 16px;
  padding-left: 120px;
  display: block;
  background: url(../img/jgarrow.png) no-repeat 95% center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.nodeList li a.tit:hover {
  text-decoration: none;
  background: url(../img/jgarrow.png) no-repeat 90% center;
  color: #c00;
  transform: translateX(10px);
}
.nodeList li:hover {
  border: 1px solid #c00;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/* newsList */
.newsList li {
  overflow: hidden;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.newsList li a {
  padding-left: 10px;
  background: url(../img/jgarrow.png) 0 9px no-repeat;
}
.newsList .date {
  color: #999;
  float: right;
}
.newsList .split {
  border-bottom: 0;
  height: 20px;
}

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 10px 10px;
}
.friendLinkList li {
  width: 28%;
  height: 36px;
  line-height: 36px;
  padding: 0 3.5% 0 1.5%;
  background: url(../img/jgarrow.png) 0 16px no-repeat;
  float: left;
  overflow: hidden;
}

/* 文章内容页 -----------------------------------------*/
.articleCon {
  text-align: left;
  padding: 10px;
}
.printArea .title {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
}
.articleCon .printArea .title {
  color: #333333;
}
.printArea .subTitle {
  font-size: 20px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}
.printArea .property {
  font-size: 14px;
  margin-bottom: 25px;
  padding: 16px 10px;
  text-align: center;
  color: #777;
  border-bottom: 1px dashed #ddd;
}
.printArea .property span {
  padding: 0 5px;
}
.printArea .conTxt {
  color: #333;
  font-size: 14px;
  line-height: 2;
  padding: 0 0 20px 0;
  overflow: hidden;
  min-height: 300px;
}
.printArea .conTxt img {
  max-width: 800px;
  height: auto !important;
}
.printArea .conTxt p {
  margin-bottom: 14px;
  font-size: 16px;
}
.printArea .conTxt a {
  color: blue;
  text-decoration: underline;
}
.printArea .conTxt em {
  font-style: italic;
}
.printArea .conTxt ul,
.printArea .conTxt ol {
  padding-left: 2em;
}
.printArea .conTxt ul li {
  zoom: normal;
  list-style: square;
  text-indent: 0 !important;
}
.printArea .conTxt ol li {
  zoom: normal;
  list-style: decimal;
  text-indent: 0 !important;
}
.printArea .page {
  padding: 10px 0;
  text-align: center;
}
.printArea .vedioPlayer {
  background: #000;
  width: 800px;
  text-align: center;
  margin: 20px auto;
  height: 480px;
}
.articleCon .userControl {
  font-size: 14px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
  padding: 10px 0;
}
.articleCon .userControl .a {
  color: #777;
  margin: 10px 10px 0 0;
  float: left;
}
.articleCon .userControl .bdsharebuttonbox {
  float: right;
}
.articleCon .others {
  padding: 10px 0;
  margin-bottom: 15px;
}
.articleCon .others a {
  color: #ff9600;
}
.articleCon .others .prev,
.articleCon .others .next {
  padding: 3px 0;
}

/* 相关信息 */
#relativeInfo {
  border-bottom: 1px dashed #ddd;
}
#relativeInfo .hd h3 {
  font-size: 18px;
  color: #224b8e;
}
#relativeInfo .bd {
  padding: 10px 0 20px 0;
}
#relativeInfo ul {
  overflow: hidden;
}
#relativeInfo li {
  float: left;
  width: 50%;
}

/*领导列表*/
.leaderList {
}
.leaderList li {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}
.leaderList li.last {
  border: none;
}
.leaderList .pic {
  float: left;
  margin-right: 25px;
  overflow: hidden;
}
.leaderList .con p {
  display: inline;
}
.leaderList .con span {
  color: #999;
}
.leaderList .con .more {
  display: inline-block;
  background: #e4e4e4;
  color: #333;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  margin-top: 20px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.leaderList .con .more:hover {
  color: #fff;
  text-decoration: none;
  background: #ff9600;
  padding: 0 15px;
}

/*领导内容页*/

.leaderCont {
  padding: 30px 0;
  position: relative;
}
.leaderCont .pic {
  margin-right: 25px;
  width: 150px;
  position: absolute;
  left: 0;
}
.leaderCont .pic img {
  width: 100% !important;
  height: auto !important;
}
.leaderCont .con {
  margin-left: 180px;
}
.leaderCont .con .intro {
  padding-top: 30px;
}
.leaderCont .con p {
  text-align: justify;
  line-height: 24px;
  margin-bottom: 20px;
}
.leaderCont .con span {
  color: #999;
}

/* 图片-父列表页 ----------------------------------------- */
.picBoxLoop {
  overflow: hidden;
}
.picBoxLoop .pageBox {
  width: 100%;
}
.picBoxLoop .pageBox .bd {
  height: auto;
  padding: 15px 0px;
}
.picBoxLoop .picListFl {
  width: 900px;
}
.picBoxLoop .picListFl li {
  width: 205px;
  margin: 0 20px 0px 0px;
}
.picBoxLoop .picListFl li .pic,
.picBoxLoop .picListFl li .pic img {
  width: 205px;
  height: 154px;
}

/* 图片-列表页 ----------------------------------------- */
.picPageList {
  margin: 0 -10px;
  overflow: hidden;
  padding-bottom: 100px;
}
.picPageList li {
  float: left;
  width: 32.3%;
  margin-bottom: 0px;
  height: 250px;
}
.picPageList li .pic {
  margin: 0 20px;
  background-color: #fff;
}
.picPageList li .title {
  margin: 0 20px;
}
.picPageList li .pic img {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.picPageList li .pic a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.picPageList li .title {
  padding-top: 5px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}
.picPageList li.noData {
  margin-left: 10px;
}

.photoContent .mainContent {
  float: none;
  width: 100%;
}
/* 信息提示页 ---------------------------------------------- */
.Showms {
  background: #fff;
  padding: 30px 40px;
  overflow: hidden;
  margin: 30px auto;
  width: 600px;
}
.Showms .top,
.Showms .bottom,
.Showms .Shadow {
  display: none;
}
.Showms .MS {
  overflow: hidden;
  zoom: 1;
}
.Showms .titWrong {
  color: #c00;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.Showms .BUT {
  padding: 25px 0 15px 0;
}
.Showms .BUT a {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 15px;
  background: #eee;
  border: 1px solid #ccc;
  font-size: 14px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eee));
  background: -moz-linear-gradient(#ffffff, #eee);
  background: -ms-linear-gradient(#ffffff, #eee);
  background: -o-linear-gradient(#ffffff, #eee);
  background: linear-gradient(#ffffff, #eee);
}
.Showms .BUT a:hover {
  color: #c00;
  border: 1px solid #aaa;
  text-decoration: none;
}

/* 其它 */
#content.noSideContent {
}
#content.noSideContent .mainContent {
  float: none;
  width: auto;
}
.voteList li {
  padding-left: 25px;
  background: url(../img/icon.png) no-repeat 0px -275px;
}
.surveyList li {
  background: url(../img/icon.png) no-repeat 0px 13px !important;
  padding-left: 22px;
}
.surveyList li a {
  padding-left: 0;
  background: none;
}
#SurveyBox,
.surveyResult {
  padding: 40px 0 !important;
}
.graphPater .result-title {
  color: #333 !important;
}

/*留言列表*/
#content .writeMsg {
  padding: 5px 12px 5px 44px;
  float: right;
  border-radius: 4px;
  display: inline-block;
  background: url(../img/icon_msg.png) no-repeat 13px 5px #39b33d;
  color: #fff;
  margin-bottom: 20px;
}
#content .writeMsg:hover {
  text-decoration: none;
  opacity: 0.8;
}
#content .msgadv {
  background: #fff;
  padding-top: 15px;
}
#content .mainConIn {
  margin-top: 10px;
  overflow: hidden;
  padding: 0 0 20px 0;
}
#msgList {
  width: 95%;
  margin: 0 auto;
}
#msgList .currentNodeName .more {
  float: right;
  background: url(images/qa_sub.png) no-repeat 0px 0px;
  width: 92px;
  height: 24px;
  text-align: center;
  color: #f4ffe8;
  font-weight: normal;
  font-size: 12px;
}
#msgList .currentNodeName .more:hover {
  color: #fff;
}

.msgMenu {
  overflow: hidden;
}
.msgMenu ul {
  overflow: hidden;
  height: 28px;
}
.msgMenu ul li {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  margin-right: 5px;
  display: inline;
}
.msgMenu ul li a {
  font-size: 12px;
}
.msgMenu ul li.on {
  background: #dcf1fa;
  font-weight: bold;
  border-bottom: none;
  border-top: 2px solid #add5ed;
}

.msgWrap {
  clear: both;
}
.msgTable {
  width: 100%;
  border: none;
}
.msgTable .tableTitle {
  background: #f3f3f3;
}
.msgTable .tableTitle td {
  padding: 8px;
  font-weight: bold;
  text-align: center;
}
.msgTable .tableCont td {
  padding: 10px 5px;
  border-bottom: 1px dotted #d8d8d8;
  text-align: center;
}
.msgTable .tableCont td.msgT {
  text-align: left;
  padding-left: 15px;
}
.msgTable .tableCont td.msgT a {
  background: url(../img/icon_msg.png) no-repeat 0px -63px;
  padding-left: 24px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.msgTable .tableCont td .msg_ok {
  color: #339900;
  font-weight: bold;
}
.msgTable .tableCont td .msg_wait {
  color: #f00;
}
.msgTable .tableCont:hover td {
  background: #f7f7f7;
}
.msgTable .last td {
  border: none;
}
.megimg {
  width: 215px;
  height: 128px;
  background: url(images/megimg.jpg) no-repeat 0px 15px #fff;
  display: block;
  padding-top: 15px;
}
.hdlist {
  width: 1135px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}
.hdlist h3 {
  background: #8a0000;
  float: left;
  color: #fff;
  padding: 0 30px;
  border-radius: 20px;
}

/*填写留言*/
#message_form {
  padding: 20px 20px 60px 20px;
}
#message_form .tdbgleft {
  text-align: right;
}
#message_form td {
  padding: 5px 5px;
}
#message_form td input {
  height: 25px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  line-height: 25px;
  text-indent: 5px;
  font-weight: bold;
}
#message_form td textarea {
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  text-indent: 5px;
  padding: 10px;
  font-family: microsoft yahei;
}
#message_form #EBtnSubmit {
  width: 90px;
  height: 30px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  background: #4caf50;
  color: #fff;
}
#message_form #BtnCancel {
  width: 90px;
  height: 30px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  background: #929292;
  color: #fff;
}
#message_form .xx_btn {
  padding-top: 30px;
}
#message_form .xx_btn input:hover {
  opacity: 0.8;
}
#message_form .no {
  display: none;
}
.VCode input {
  width: 165px !important;
  margin-right: 5px;
}

/*留言内容页*/
#content .msgDetial {
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
}
#content .msgDetial .hd {
  line-height: 22px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 16px;
  font-weight: bold;
}
#content .msgDetial .hd span {
  float: right;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
#content .msgDetial {
  padding: 0 10px;
}
#content .msgDetial .cont {
  padding: 0 0 20px 0;
}
#content .msgDetial .cont .titlee {
  height: 50px;
  line-height: 50px;
}
#content .msgDetial .cont .titlee span {
  margin-right: 15px;
}
#content .msgDetial .cont .msgContHere {
  background: #f9f9f9;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 24px;
}
#content .msgDetial .cont .adminRep {
  border: none;
  margin-top: 20px;
}
#content .msgDetial .cont .adminRep hr {
  display: none;
}
#content .msgDetial .cont .adminRep .rcont {
  background: #f9f9f9;
  padding: 20px 20px 30px 20px;
  line-height: 24px;
  font-size: 14px;
}
#content .msgDetial .cont .adminRep .rcont p {
  margin-top: 10px;
}
#content .msgDetial .cont .adminRep .rcont .rtime {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  display: inline-block;
}

.tpList {
  margin-top: 30px;
}
.tpList li {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 30px;
}
.tpList .pic {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 10px;
}
.tpList .pic img {
  width: 100%;
}
.tpList .con {
}
.tpList .con .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
}
.tpList .con .intro {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}
.tpList .con .intro a {
  display: none;
}
.tpList .con .date {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}
.tpList li.hasPic .intro {
}
.tpList li.hasPic .con {
  min-height: 200px;
  margin-left: 330px;
}
.tpList li:last-child {
  border: none;
}
.tpList li.hasPic .date {
  display: none;
}

.tpList .pic .time {
  position: absolute;
  top: 60px;
  left: -10px;
  width: 75px;
  height: 75px;
  text-align: center;
  background: #224b8e;
  background-image: -moz-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  background-image: -webkit-radial-gradient(
    76% 69%,
    circle closest-side,
    rgb(62, 204, 255) 25%,
    rgb(34, 75, 142) 136%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  z-index: 1;
}
.tpList .pic a {
  overflow: hidden;
  width: 300px;
  height: 200px;
  display: block;
  z-index: 0;
}
.tpList .pic .time .dateRight {
  font-size: 42px;
  line-height: 48px;
  font-weight: 100;
  color: #fff;
}
.tpList .pic .time .date {
  font-size: 12px;
  height: 26px;
  overflow: hidden;
  display: block;
  width: 100%;
  color: #fff;
  line-height: 2;
}

.pagedateList {
  margin-top: 30px;
  margin-bottom: 60px;
}
.pagedateList li {
  position: relative;
  margin-bottom: 85px;
}
.pagedateList .time {
  width: 100px;
  height: 99px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.pagedateList .time .dateRight {
  font-size: 56px;
  margin-bottom: 9px;
  line-height: 65px;
  font-weight: 100;
}
.pagedateList .time .date {
  font-size: 12px;
  height: 26px;
  overflow: hidden;
  display: block;
  width: 100%;
  color: #fff;
  background: #224b8e;
  background-image: -moz-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  background-image: -webkit-radial-gradient(
    78% 50%,
    circle closest-side,
    rgb(102, 204, 255) 25%,
    rgb(34, 75, 142) 136%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  line-height: 2;
}
.pagedateList li:last-child {
  margin-bottom: 0;
}
.pagedateList .con {
  height: 73px;
  margin-left: 125px; /* padding-top: 15px; */
}
.pagedateList .con .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
}
.pagedateList .con .intro {
  font-size: 14px;
  color: #adadad;
}

.friendLinkspic {
  padding: 40px 0;
  overflow: hidden;
}
.friendLinkspic li {
  float: left;
  margin-right: 20px;
  transition: 0.3s;
  border: 1px solid #f0f0f0;
  width: 183px;
  height: 60px;
  margin-right: 14px;
  text-align: center;
  line-height: 30px;
}
.friendLinkspic li .pe_u_thumb_title {
  display: none;
}
.friendLinkspic li:hover {
  border: 1px solid #224b8e;
  box-shadow: 0px 5px 7px rgb(231, 231, 232);
  transform: translateY(-5px);
}

/*main page.css*/
