@media screen and (min-width: 981px) {
  .listpage_tittle {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dbdbdc;
  }
  .listpage_vertical_line {
    height: 60%;
    border-left: 7px solid #c6021a;
    display: inline-block;
    margin-top: 12px;
    float: left;
  }
  .listpage_tittle_word {
    display: inline;
  }
  .listpage_tittle_word img {
    width: 20px;
    margin: 20px 5px 0 10px;
    display: block;
    float: left;
  }
  .listpage_tittle_word a {
    display: inline-block;
    color: #686869;
  }
  .listpage_content {
    padding-top: 20px;
    overflow: hidden;
  }
  .listpage_left {
    float: left;
    width: 15%;
    border: 1px solid #dbdbdc;
    min-height: 400px;
    position: relative;
  }
  .listpage_left_tittle {
    text-align: center;
    background: #c6021a;
    color: #fff;
    padding: 20px 0;
    font-size: 1.3em;
  }
  .listpage_left_tittle a {
    color: #fff;
  }
  .listpage_left_ul {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
  }
  .listpage_left_ul li a {
    color: #686869;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
  }
  .listpage_left_ul li a:hover {
    color: #c6021a;
  }
  .listpage_left_line {
    height: 25px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    margin-top: 12px;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
  }
  .listpage_left_line_checked {
    height: 25px;
    border-left: 7px solid #c6021a;
    margin-top: 12px;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
  }
  .listpage_right {
    float: left;
    width: 84%;
  }
  .listpage_right_tittle {
    padding: 20px 0;
    font-size: 1.3em;
    margin-left: 20px;
    color: #686869;
  }
  .listpage_right_tittle a {
    color: #c6021a;
  }
  .listpage_right_ul {
    margin-left: 35px;
    color: #c6021a;
  }
  .listpage_right_ul li {
    list-style: disc;
    border-bottom: 1px dotted #dbdbdc;
    height: 50px;
    line-height: 50px;
    padding: 0 1%;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    list-style: none none lower-roman;
  }
  .listpage_right_ul li:hover {
    background: #ededed;
  }
  .listpage_right_ul li a {
    overflow: hidden;
    font-size: 0.9em;
    width: 100%;
    float: right;
    color: #686869;
  }
  .list_name {
    float: left;
    width: 79%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_time {
    float: right;
    width: 20%;
    text-align: right;
  }
  .pageing {
    width: 80%;
    float: left;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #686869;
    border: 1px solid #dbdbdc;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #c6021a;
    color: #fff;
  }
  .list_write_btn {
    float: right;
    width: 20%;
    margin-top: 3%;
    background: #c6021a;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
  }
  .list_write_btn:hover {
    background: #940012;
  }
  .list_write_btn img {
    width: 25px;
    vertical-align: top;
  }
  .list_write_btn span {
    display: inline-block;
    margin-top: 2px;
  }
}
@media screen and (max-width: 980px) {
  .listpage_tittle {
    line-height: 30px;
    border-bottom: 1px solid #dbdbdc;
  }
  .listpage_vertical_line {
    height: 60%;
    border-left: 7px solid #c6021a;
    display: inline-block;
    margin-top: 12px;
    float: left;
  }
  .listpage_tittle_word {
    display: inline;
  }
  .listpage_tittle_word img {
    width: 20px;
    margin: 5px 5px 0 10px;
    display: block;
    float: left;
  }
  .listpage_tittle_word a {
    display: inline-block;
    color: #686869;
  }
  .listpage_content {
    padding-top: 20px;
    overflow: hidden;
  }
  .listpage_left {
    float: none;
    width: 99.5%;
    border: 1px solid #dbdbdc;
    min-height: auto;
    position: relative;
  }
  .listpage_left_tittle {
    text-align: center;
    background: #c6021a;
    color: #fff;
    padding: 20px 0;
    font-size: 1.3em;
  }
  .listpage_left_tittle a {
    color: #fff;
  }
  .listpage_left_ul {
    height: auto;
    line-height: 40px;
    margin-left: 10px;
  }
  .listpage_left_ul li a {
    color: #686869;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
  }
  .listpage_left_ul li a:hover {
    color: #c6021a;
  }
  .listpage_left_line {
    height: 25px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    margin-top: 12px;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
  }
  .listpage_left_line_checked {
    height: 25px;
    border-left: 7px solid #c6021a;
    margin-top: 12px;
    float: left;
    margin-right: 8px;
    margin-top: 8px; 
  }
  .listpage_right {
    float: none;
    width: 95%;
  }
  .listpage_right_tittle {
    padding: 20px 0;
    font-size: 1.3em;
    margin-left: 20px;
    color: #686869;
  }
  .listpage_right_tittle a {
    color: #c6021a;
  }
  .listpage_right_ul {
    margin-left: 35px;
    color: #c6021a;
  }
  .listpage_right_ul li {
    list-style: disc;
    border-bottom: 1px dotted #dbdbdc;
    height: 50px;
    line-height: 50px;
    padding: 0 1%;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    list-style: none none lower-roman;
  }
  .listpage_right_ul li:hover {
    background: #ededed;
  }
  .listpage_right_ul li a {
    overflow: hidden;
    font-size: 0.9em;
    width: 100%;
    float: right;
    color: #686869;
  }
  .list_name {
    float: left;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_time {
    float: right;
    width: 30%;
    text-align: right;
  }
  .pageing {
    width: 100%;
    float: none;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #686869;
    border: 1px solid #dbdbdc;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #c6021a;
    color: #fff;
  }
  .list_write_btn {
    float: none;
    margin-left: 20px;
    width: 20%;
    margin-top: 3%;
    background: #c6021a;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
  }
  .list_write_btn:hover {
    background: #940012;
  }
  .list_write_btn img {
    width: 25px;
    vertical-align: top;
  }
  .list_write_btn span {
    display: inline-block;
    margin-top: 2px;
  }

  .inpage_top_img{ display: none;}
  .inpage_top{ height:auto;}
  .inpage_content{ margin-top: 70px;}









}
