@media screen and (min-width: 769px), print {
  .list {
    padding: 57px 69px 0;
    margin-bottom: 54px;
  }
  .list ul li {
    padding: 21px 25px 23px 0;
    border-bottom: 1px dotted #c0bfbf;
  }
  .list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    position: relative;
  }
  .list ul li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 13px;
    background: url("/images/arrow.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list ul li a:hover {
    opacity: 1;
  }
  .list ul li a:hover::after {
    right: -5px;
  }
  .list ul li a time {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 124px;
    padding-left: 20px;
    position: relative;
    color: #007c42;
  }
  .list ul li a time::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #007c42;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .list ul li a span {
    display: inline-block;
    width: -webkit-calc(100% - 124px);
    width: -moz-calc(100% - 124px);
    width: calc(100% - 124px);
    padding: 0 15px 0 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000;
  }
  .pagination {
    margin-bottom: 64px;
  }
  .pagination ul {
    font-size: 0;
    text-align: center;
    overflow: hidden;
  }
  .pagination ul li {
    display: inline-block;
    margin-right: 14px;
  }
  .pagination ul li:last-child {
    margin-right: 0;
    margin-left: 10px;
  }
  .pagination ul li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 3px solid #007c42;
    background: #fff;
    color: #007c42;
    font-size: 1.4rem;
    line-height: 32px;
    ont-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .pagination ul li a:hover {
    background: #007c42;
    color: #fff;
  }
  .pagination ul li.active a {
    background: #007c42;
    color: #fff;
  }
  .pagination ul li:first-child, .pagination ul li:last-child {
    vertical-align: middle;
  }
  .pagination ul li:first-child a, .pagination ul li:last-child a {
    text-indent: -9999px;
    width: 8px;
    height: 12px;
    border: none;
    -moz-border-radius: 0;
         border-radius: 0;
    background: url("../images/next.png") no-repeat 0 0;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pagination ul li:first-child {
    margin-right: 24px;
  }
  .pagination ul li:first-child a {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main_new article {
    padding: 63px 159px 88px;
  }
  .main_new article h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .main_new article time {
    display: block;
    position: relative;
    text-align: right;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #007c42;
  }
  .main_new article time::before {
    position: absolute;
    content: "";
    width: 39px;
    height: 6px;
    background: #007c42;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .main_new article .content {
    padding: 33px 0 52px;
  }
  .main_new article .content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .main_new article .content figure {
    text-align: center;
    margin-top: 42px;
  }
  .main_new article .content figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .main_new article .btn a {
    display: block;
    width: 100%;
    height: 69px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 2px solid #007c42;
    -moz-border-radius: 4px;
         border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 65px;
    color: #007c42;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main_new article .btn a:hover {
    opacity: 1;
    color: #fff;
    background: #007c42;
  }
  .main_new article .btn a:hover::before {
    background: url("../images/ic_next_hv.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .main_new article .btn a::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../images/btn.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 23px;
  }
}

@media screen and (max-width: 768px) {
  .list {
    padding: 12.63021% 3.90625% 0;
    margin-bottom: 9.89583%;
  }
  .list ul li {
    padding: 5.9322% 0 5.64972% 1.27119%;
    border-bottom: 1px dotted #c0bfbf;
  }
  .list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    position: relative;
  }
  .list ul li a::after {
    position: absolute;
    content: "";
    width: 2.25989%;
    height: 0;
    padding-top: 3.81356%;
    background: url("/images/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list ul li a time {
    font-size: 1.3rem;
    line-height: 2.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 104px;
    padding-left: 10px;
    position: relative;
    color: #007c42;
  }
  .list ul li a time::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #007c42;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .list ul li a span {
    display: inline-block;
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    padding: 0 15px 0 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #000;
  }
  .pagination {
    margin-bottom: 10.15625%;
  }
  .pagination ul {
    font-size: 0;
    text-align: center;
    overflow: hidden;
  }
  .pagination ul li {
    display: inline-block;
    margin-right: 16px;
  }
  .pagination ul li:last-child {
    margin-right: 0;
    margin-left: 12px;
  }
  .pagination ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 3px solid #007c42;
    background: #fff;
    color: #007c42;
    font-size: 1.7rem;
    line-height: 39px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .pagination ul li a:hover {
    background: #007c42;
    color: #fff;
  }
  .pagination ul li.active a {
    background: #007c42;
    color: #fff;
  }
  .pagination ul li:first-child, .pagination ul li:last-child {
    vertical-align: middle;
  }
  .pagination ul li:first-child a, .pagination ul li:last-child a {
    text-indent: -9999px;
    width: 9px;
    height: 13.5px;
    border: none;
    -moz-border-radius: 0;
         border-radius: 0;
    background: url("../images/next.png") no-repeat 0 0;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pagination ul li:first-child {
    margin-right: 28px;
  }
  .pagination ul li:first-child a {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main_new article {
    padding: 8.20312% 3.90625% 11.45833%;
  }
  .main_new article h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: normal;
    margin-bottom: 9.18079%;
  }
  .main_new article time {
    display: block;
    position: relative;
    text-align: right;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #007c42;
  }
  .main_new article time::before {
    position: absolute;
    content: "";
    width: 7.48588%;
    height: 0;
    padding-top: 1.12994%;
    background: #007c42;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .main_new article .content {
    padding: 9.46328% 0 13.27684%;
  }
  .main_new article .content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .main_new article .content figure {
    text-align: center;
    margin-top: 9.03955%;
  }
  .main_new article .content figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .main_new article .btn a {
    display: block;
    width: 100%;
    height: 54px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 2px solid #007c42;
    -moz-border-radius: 4px;
         border-radius: 4px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
    color: #007c42;
    background: #fff;
    position: relative;
  }
  .main_new article .btn a::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../images/btn.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
