﻿.lm_title
{
    margin-top:100px;
    font-family:微软雅黑;
    }
.lm_title span:first-of-type
{
    font-size:25px;
    font-weight:bold;
    color:rgb(24,87,190);
    margin:0;
    display: block;
    }
.lm_title span:last-of-type
{
    margin:5px 0 0 0;
    font-size:20px;
    font-weight:bold;
    color:rgb(24,87,190);
    }
.zy_lsit>ul
{
    list-style:none;
    padding:0;
    }
.zy_lsit>ul>li
{
    min-height:60px;
    width:100%;
}
.zy_lsit>ul:first-of-type >li>a
{
    margin-top:40px;
    }

.zy_lsit>ul>li>a
{
    font-family: 微软雅黑;
    font-size: 25px;
    color: rgb(0,77,187);
    display: block;
    background:rgb(209,221,242) url(../images/zyjs/zyjs_list_right.png) 25px 18px no-repeat;
    width: 70%;
    height: 60px;
    line-height: 60px;
    padding-left:60px;
    font-weight:bold;
    }
.zy_lsit>ul>li>a.down
{
    background:rgb(209,221,242) url(../images/zyjs/zyjs_list_down.png) 25px 24px no-repeat;
    }
.zy_lsit>ul ol
{
    list-style:none;
    padding-top: 10px;
    }
 .zy_lsit>ul ol li
 {
     line-height:75px;
     font-family:微软雅黑;
     padding-left:25px;
     background:url(../images/zyjs/zyjs_list_round.png) 0  no-repeat;
     }
 .zy_lsit>ul ol li a
 {
     font-size:18px;
     color:rgb(0,77,187);
     line-height:75px;
     opacity:0.9;
     display: block;
     }
     
 .zyjs h1
 {
     font-family:微软雅黑;
      width:100%;
      font-size:29px;
      color:rgb(0,77,187);
      font-weight:bold;
      margin:50px 0 60px 0;
     }
.zy_content
{
    font-family:微软雅黑;
    margin-bottom:120px;
    }
.zy_content div
{
    font-size:20px;
    line-height:40px;
    color:rgb(79,79,79);
    letter-spacing:1px;
    padding-left:40px;
    }
.zy_content div strong
{
    color:rgb(0,77,187);
    font-weight:bold;
    font-size:25px;
    margin: 10px 0;
    display: block;
    text-indent:-50px;
    }
.zy_lsit:nth-child(n+1) li ol
{
  /*  display:none;*/
}
.page
{
    min-height: 155px;
    }
.page a
{
    width:65px;
    height:65px;
    display:block;
    opacity:0.8;
    }
.page a:hover
{
    opacity:0.5;
    }
.page a:first-of-type
{
    background:rgb(0,77,197) url(../images/zyjs/zyjs_right.png) 26px 20px no-repeat;
    margin-left:20px;
    }
.page a:last-of-type
{
    background:rgb(0,77,197) url(../images/zyjs/zyjs_left.png) 26px 20px no-repeat;
    }
 @media screen and (max-width:768px)
 {
   .lm_title {
    margin-top: 30px;
    }   
    .zy_lsit>ul>li>a {
    width: 100%;
    }
    .zy_lsit>ul:first-of-type >li>a {
    margin-top: 20px;
    }
    .lm_title h1 {
    font-size: 20px;
    }
    .lm_title h2 {
    font-size:15px;
    }
    .zy_lsit>ul>li>a {
    font-size: 20px;
    }
    .zy_lsit>ul ol li {
    line-height: 40px;
    }
    .zyjs h1 {
    font-size: 20px;
    margin: 30px 0 30px 0;
    }
    .zy_content div strong {
    font-size: 20px;
    text-indent: -20px;
    }
    .zy_content {
    margin-bottom: 50px;
    }
    .zy_content div {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 10px;
    }
    .page {
    min-height: 120px;
    }
    .page a {
    width: 45px;
    height: 45px;
    }
    .page a:first-of-type
    {
    background:rgb(0,77,197) url(../images/zyjs/zyjs_right.png) 16px 10px no-repeat;
    margin-left:10px;
    }
    .page a:last-of-type
    {
    background:rgb(0,77,197) url(../images/zyjs/zyjs_left.png) 16px 10px no-repeat;
    }
}