﻿.Min_left {
 float: left;
 width: 20%;
}

.Min_right {
 float: right;
 width: 78%;
}

ul.article_list_index li:nth-child(2n) {
 margin-right: 0;
}
   h2.title_header{margin-bottom: 15px;}
   ul.article_list_index li {
 /* padding: 30px; */
 /* background: #fff; */
 margin-bottom: 30px;
 width: 49%;
 float: left;
 margin-right: 18px;
 overflow: hidden;
 height: 480px;
 position: relative;
}

ul.article_list_index li .img_box {
 float: left;
 width: 100%;
 height: 250px;
 /* margin-right: 30px; */
}

ul.article_list_index li .img_box img {
 width: 100%;
 height: 100%;
}

ul.article_list_index li a.title_type {
 font-size: 26px;
 
 font-weight: bold;
 color: #333333;
 line-height: 34px;
 padding: 20px 0 15px;
 box-sizing: border-box;
 display: block;
 float: left;
 width: 100%;
}

ul.article_list_index li p {
 padding: 10px 0 20px;
 font-size: 16px;
 
 /* font-weight: bold; */
 color: #999999;
 line-height: 24px;
 /* position: relative; */
 float: left;
 width: 100%;
}
a.detail {
 position: absolute;
 bottom: 0;
 left: 0;
}
.lv1_tit {
 line-height: inherit;
 /* display: block; */
 font-size: 18px;
}
.lis-img img {
width: 100%;
height: 100%;
}

.lis-img {
width: 100%;
height: 300px;
}

h2.lis-title a {
font-size: 24px;
}

h2.lis-title {
margin: 15px 0;
}
.leftNavTitle{
text-indent: 0;
font: 100 18px/49px "Microsoft YaHei","微软雅黑";
font-size: 24px;
font-weight: bold;
line-height: 70px;
}
li.lv2_li a {display: block;line-height: 36px;text-align: center;background: #eee;font-size: 16px;}

li.lv2_li p.current a {
color: #1f60ad;
}
ul.menu_ul li a {line-height: 45px;text-align: center;display: block;font-size: 18px;display: block;border-bottom: 1px solid #ccc;}

ul.menu_ul {background: #eee;}

ul.menu_ul li.active a {background: #1f60ad;color: #fff;}

ul.menu_ul li a:hover {background: #1f60ad;color: #fff;}
.lv1_p.current a {
 color: #1f60ad;
}
span.hasChildren.lv1_p_div {
 display: inline-block;
 width: 100%;
 background: #fff url(/Content/Areas/Common/images/common/open.png) no-repeat 200px center;
 cursor: pointer;
}

span.lv1_p_div {
 line-height: 50px;
 width: 100%;
 /* display: block; */
 text-align: center;
 background: #fff;
 border-bottom: 1px solid #eee;
 font-size: 18px;
 display: block;
}
.lv1_p.hasChildren.show .lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/close.png) no-repeat 200px center;

}

.lv2_ul {
 /* display: none; */
}

@media only screen and (max-width:768px){
 .main{padding: 0 15px;}
 .Min_left {
 width: 100%;
 }
 
 .Min_right {
 width: 100%;
 }
 
 ul.article_list_index li {
 height: auto;
 width: 100%;
 }
 span.hasChildren.lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/open.png) no-repeat 700px center;
 }
 .lv1_p.hasChildren.show .lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/close.png) no-repeat 700px center;
 }
  }
  @media only screen and (max-width:425px){
 span.hasChildren.lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/open.png) no-repeat 360px center;
 }
 ul.article_list_index li .img_box{
 height: auto;
 }
 .lv1_p.hasChildren.show .lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/close.png) no-repeat 360px center;
 }
  }
  @media only screen and (max-width:375px){
 span.hasChildren.lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/open.png) no-repeat 320px center;
 }
 .lv1_p.hasChildren.show .lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/close.png) no-repeat 320px center;
 }
  }
  @media only screen and (max-width:320px){
 span.hasChildren.lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/open.png) no-repeat 280px center;
 }
 .lv1_p.hasChildren.show .lv1_p_div {
 background: #fff url(/Content/Areas/Common/images/common/close.png) no-repeat 280px center;
 }
  }


          