#inside_banner {
  height: 300px;
  background: url(../images/index_banner.jpg) center no-repeat;
  margin-bottom: 20px;
}
.inside_menu_left {
  float: left;
  width: 249px;
  border: 1px solid #d9d9d9;
  margin-top: 14px;
}
.inside_menu_left > .hd {
  height: 60px;
  background-color: #15688a;
  line-height: 60px;
  text-align: center;
}
.inside_menu_left > .hd h3 {
  font-size: 22px;
  color: #FFFFFF;
}
.inside_menu_left > .bd {
  padding-top: 24px;
  padding-left: 19px;
}
.inside_menu_left > .bd a.list_item {
  display: block;
  width: 209px;
  height: 37px;
  border: 1px solid #15688a;
  background-color: #FFFFFF;
  border-radius: 3px;
  line-height: 37px;
  margin-bottom: 21px;
}
.inside_menu_left > .bd a.list_item span.tit {
  float: left;
  font-size: 14px;
  margin-left: 14px;
}
.inside_menu_left > .bd a.list_item span.icon {
  float: right;
  font-size: 14px;
  margin-right: 14px;
}
.inside_menu_left > .bd a.list_item.active {
  background-color: #15688a;
}
.inside_menu_left > .bd a.list_item.active span {
  color: #FFFFFF;
}
.inside_right {
  float: right;
  width: 890px;
  margin-right: 31px;
}
.inside_right .pic_content_rw1{padding-top: 15px;}
.inside_right .pic_content_rw1 ul{}
.inside_right .pic_content_rw1 ul li{
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.inside_right .pic_content_rw1 ul li a{
    display: block;
    padding: 10px;
}
.inside_right .pic_content_rw1 ul li a img{
    width: 140px;
    margin-right: 20px;
    float: left;
    border: 1px solid #d5d5d5;
}
.inside_right .pic_content_rw1 ul li a .p1{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #15688a;
    width: 700px;
    float: left;
}
.inside_right .pic_content_rw1 ul li a .p2{
    font-size: 14px;
    width: 700px;
    float: left;
    height: 158px;
    overflow: hidden;
}
.inside_right .pic_content_rw1 ul li:hover{
  box-shadow: 0 4px 4px #ccc;
}

.inside_right .title {
  height: 44px;
  border-bottom: 1px solid #ececec;
  line-height: 44px;
}
.inside_right .title p span.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/home.png) no-repeat;
  position: relative;
  top: 2px;
}
.inside_right .title p a:hover {
  text-decoration: underline;
  color: #ff0000;
}
/*art*/
#art {
  background-color: #FFFFFF;
}
#art .art_content h4 {
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 50px;
}
#art .art_content p.date {
  line-height: 40px;
  text-align: center;
  border-bottom: 1px dashed #d9d9d9;
  border-top: 1px dashed #d9d9d9;
}
#art .art_content .text {
  border-bottom: 1px dashed #d9d9d9;
}
#art .art_content .text table{margin-top: 10px; text-align: center;}
#art .art_content .text table tr{ height: auto !important;}
#art .art_content .text table tr td{padding: 6px 8px !important;}
/*#art .art_content .text p {
  line-height: 35px;
}*/
#art .art_content .sx {
  height: 50px;
  line-height: 50px;
}
#art .art_content .sx .prev span,
#art .art_content .sx .next span {
  color: #0077d1;
  font-weight: bold;
}
#art .art_content .sx .prev a:hover,
#art .art_content .sx .next a:hover {
  text-decoration: underline;
}
#art .art_content .sx .prev {
  float: left;
}
#art .art_content .sx .next {
  float: right;
}
/*list*/
#list {
  background-color: #FFFFFF;
}
#list .list_content > ul li {
  line-height: 46px;
  font-size: 14px;
  position: relative;
  list-style: disc;
  list-style-position: inside;
}
#list .list_content > ul li a:hover {
  text-decoration: underline;
  color: #f00;
}
#list .list_content > ul li span.date {
  position: absolute;
  right: 0;
  top: 0;
  color: #a09f9f;
}
/*pic*/
#pic {
  background-color: #FFFFFF;
}
#pic .pic_content ul {
  margin-left: -20px;
  zoom: 1;
}
#pic .pic_content ul li {
  float: left;
  width: 281px;
  height: 213px;
  border: 1px solid #e8e8e8;
  margin-left: 20px;
  margin-top: 22px;
}
#pic .pic_content ul li a p {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
#pic .pic_content ul li a:hover p {
  text-decoration: underline;
}
