.main{
  padding:30px 0;
  min-height: 582px;
}
.column{
  padding: 0 30px 0 30px;
  /* border-bottom: 1px solid #999; */
}
.column h2{
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #114798;
}
.column .location{
  float: right;
  line-height: 33px;
}
.column .location a{
  color: #666;
  font-size: 14px;
}
.column .location span{
  color: #666;
  font-size: 14px;
}
.main_left{
  width: 230px;
  display:inline-block;
  float: left;
  padding-left: 30px;
}
.main_right{
  width: 940px;
  margin-left: 20px;
  min-height: 800px;
  display:inline-block;
}
/* Ã¥â€ â€¦Ã¥Â®Â¹ */
.content{
  margin: 40px auto;
  min-height: 800px;
  padding: 0 30px;
}
.content h3{
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin: 10px auto;
}
.content .info{
  margin-top: 20px;
}
.content .wzxx{
  text-align: center;
}
.content .wzxx span{
  font-size: 14px;
  color: #666;
  margin: 0 20px;
}
.content .info p{
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  display: block;
  line-height: 30px;
}
.content .info img{
  display: block;
  margin: 10px auto;
}

/* list */
.sub_menu{
  /* padding:0 30px; */
}
.sub_menu h2{
  height: 60px;
  line-height: 60px;
  background:#114798;
  color:#fff;
  text-align:center;
}
.sub_menu ul{
  background: #f6f6f6;
}
.sub_menu ul li{
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
  border-left: 2px solid transparent;
}
.sub_menu ul li:hover,.sub_menu ul li.on{
  border-left:2px solid #114798;
  box-sizing:border-box;
  background: #e5e5e5;
}
.sub_menu ul li:hover a{
    color: #114798;
}
.list{
  padding: 20px 30px;
}
.list li .time{float: right;text-align: center;font-size: 14px;position: relative;color: #999;line-height: 50px;}
.list li .time:after{width: 1px;height: 16px;background: #999;content: '';position: absolute;left: -8px;top: 50%;margin-top: -8px;}
.list li h4{font-size: 16px;line-height: 50px;display: inline-block;width: 80%;}
.list li p{color: #777}
.list li .info{width: 100%;}
.list li{
  padding-left: 20px;
  background: url(../images/list_icon.png) no-repeat left center;
}
 /* Ã¥Ë†â€ Ã©Â¡Âµ */
 
 .pagination {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
}

.pagination a {
  display: inline-block!important;
  border: 1px solid #dcdcdc!important;
  padding: 0 12px!important;
  height: 35px!important;
  font-size: 14px!important;
  line-height: 35px!important;
  text-align: center!important;
  color: #666!important;
  margin: 0 7px!important;
}

.pagination a.active {
  background: #2463b6!important;
  color: #fff!important;
  border: 1px solid #2463b6!important;
}

.pagination a:hover {
  background: #0555ba!important;
  color: #fff!important;
  border: 1px solid #0555ba!important;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}
/* list2 */
.list2{
  padding:20px 0;
}

.list2 li{
  padding: 30px;
  border-bottom:1px solid #eeeeee;
}
.list2 li:last-child{
  border-bottom:0px solid #eeeeee;
}
.list2 li .date{
  display: inline-block;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
  width: 8%;
}
.list2 li .date p{text-align: center;display: block;line-height: 30px;padding: 0 15px;}
.list2 li .date .year{
  font-size: 14px;
  color: #999;
  border-top: 1px solid #e2e2e2;
}
.list2 li .date .yue{
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.list2 li .date .ri{
  font-size: 28px;
  color: #666;
  font-weight: bold;
  margin: 8px 0;
}
.list2 li .info{
  display: inline-block;
  width: 90%;
  float: right;
}
.list2 li .info h3{
  font-size:20px;
  color:#333;
  font-weight:bold;
  line-height: 45px;
}
.list2 li .info h3>span{
  padding-left:25px;
  font-size:14px;
  color:#999;
  line-height:45px;
  float:right;
  font-weight:normal;
  background:url(../images/yanjing.png) no-repeat left center;
  background-size:20px;
}
.list2 li .info p{
  height:70px;
  font-size:16px;
  color:#999;
  line-height:35px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list2 li:hover{
  -webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0px 6px rgba(0,0,0,.2);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}
.list2 li:hover .info h3{
color: #012a84;
}
.list2 li:hover .date{
  border:1px solid #2463b6;
}
.list2 li:hover .date .year{
    border-top: 1px solid #2463b6;
    color:#2463b6;
}
.list2 li:hover .date .yue{
    color:#2463b6;
}
.list2 li:hover .date .ri{
    color:#2463b6;
}
.list2 li:hover .info h3>span{
  color:#012a84;
  background:url(../images/yanjing1.png) no-repeat left center;
  background-size:20px;
}
/* Ã¥â€ºÂ¾Ã¦â€“â€¡ */
.m-list3{
  padding: 20px 30px;
}
.m-list3 li {
  overflow: hidden;
  padding: 10px 0 40px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.m-list3 li:last-child{
  border-bottom: 0px solid #e6e6e6;
}

.m-list3 .pic3 {
  float: left;
  overflow: hidden;
  width: 350px;
  height: 220px;
  position: relative;
}

.m-list3 .pic3 img {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  z-index: 1;
}

.m-list3 .pic3:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.m-list3 .txt44 {
  overflow: hidden;
  float:left;
  width: 65%;
  margin-left: 30px;
  margin-top: 20px;
}
.m-list3 .txt44 .time p{font-size: 20px;color: #666;font-weight: bold;font-style: italic;display: inline-block;width: 160px;height: 40px;line-height: 40px;border: 1px solid #e8e8e8;text-align: center;}
.m-list3 .txt44 .time p span{
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 5px;
}
.m-list3 .tit44 {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  margin:10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-list3 .tit44 a {
  color: #333;
  font-weight: bold;
}

.m-list3 .tit44 a:hover {
  color: #0051b6; font-weight:bold;
}

.m-list3 .txt44 p {
  height: 60px;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m-list3 .info {
  padding: 5px 0;
  line-height: 25px;
}

.m-list3 .info .time1 {
  padding-left: 24px;
  font-size: 12px;
  color: #999;
}
.m-list3 .clicknum{
  margin:10px 0;
}
.m-list3 .clicknum>span{
  font-size:12px;
  color:#999;
  padding-left:30px;
  background:url(../images/yanjing.png) no-repeat left center;
  background-size:20px;
}
.m-list3 li:hover .txt44 .time p{
  background: #2d6aba;
  color: #fff;
}
.m-list3 li:hover .txt44 .time p span{
  color: #fff;
}

.ssjg{
  padding:20px 30px;
}