.main{
    width: 100%;

    margin: 0 auto;
    overflow: hidden;
    position: relative;}
a:hover{
    color: #0136bd;}

.main_left{
    font-size: 0.7rem;
    height:auto;}
.main_left ul{
    font-size: 0.8rem;
    margin-top:40px;
    margin-bottom: 13px;}

.main_left ul li:nth-last-child(n+2){
    width: 80%;
    margin-left:6%;
    border-bottom:1px solid rgba(0, 0, 0, .12);}
.main_left ul li:nth-last-child(n+2) a{
    letter-spacing: 5px;
    padding: 7px 10px 7px 15px;
    line-height:20px;
    display: inline-block;
    width: 90%;}
.main_left ul li:nth-last-child(n+2):before{
    content: ">";
    color: rgb(152, 152, 152);
    font-weight: bold;
    margin-right:5px ;}
.main_left ul .third{
    margin-left: 14% !important;}
.main_left ul li:first-child{
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 10px;}
.main_left ul li:last-child{
   background: #357dc5;
    height: 67px;
    font-size: 26px;
    text-align: center;

    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
    box-shadow:3px 6px 18px #ccc;}
.main_left ul li:last-child  a{
    background: url(../imgs/pattern_slashes_sl.png);
    width: 80%;
    color: #ffffff;
    font-size: 18px;
    line-height: 66px;
    display: inline-block;
    letter-spacing: 2px;}
.main_right{
        height: auto;}
.title{
    margin: 20px 0;
    border-bottom: 3px solid #357dc5;}
.title h3{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 0;
    color: #357dc5;}
.main_right .newsList{
    width: 100%;}
.main ul li:first-child{

    font-size: 120%;}
.newsList li{

    font-size:16px !important;
    line-height:22px;
    border-bottom:#999 1px dashed;
    padding:10px 10px 10px 0;
    width: 100%;}
.newsList li span{
float: right;}

.newsList li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 70%;
    background: url(../imgs/list_a.gif) 10px 5px no-repeat;
    padding: 0 0 0 25px;}
.newsList li a:hover{
    background: url(../imgs/list_l.gif) 10px 5px no-repeat;}


.page{
    overflow: hidden;
    position: absolute;
    bottom: -120px;
    left: 0;
    display: inline-block;
    width: 100%;

    margin:0 auto;
    text-align: center;}
.column_name{
    width: 4.4%;
    vertical-align: middle;
    font-size: 0.90rem;
    line-height: 160%;}
.column_content{
    width: 95.1%;
    font-size: 0.90rem;
    line-height: 160%;}



@media (max-width: 769px) {

    .main{
        height: 1100px;}

}
