body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #e6e6e6;
    background-image:url(/images/back_math.png);background-size:100% auto;
}
img{max-width:100%;}
ul, li {
    font-size: 14px;
}

.news {
    color: #222;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: darkred;
}

.titlesytle {
    padding-left: 20px;
    color: #207cbc;
    float: left;
    font-size: 15px;
    font-family: 微软雅黑;
}

#top {
    background-color: #032907;
    background-image: url(/images/top.png);
    background-size: cover;
    background-position: center center;
    text-align: left;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    #top {
        min-width: 1200px;
        height: 250px;
    }

    #logo {
        text-align: left;
        width: 1200px;
        margin: 0px auto;
        height: 250px;
        line-height: 250px;
    }

    #logoimg {
        vertical-align: middle;
        height: 160px;
    }

    #mainmenu {
        text-align: center;
        width: 1200px;
    }

    .module {
        background-color: #ffffff;
        box-shadow: 0px 0px 5px #666666;
    }

    .navigationbar2 {
        margin-top: 20px;
        box-shadow: 0 0 3px #666666;
        background-color: #f3f3f3;
        width: 280px;
        display: inline-block;
        vertical-align: top;
    }
    .navigationbar2 .newslist {
        margin-top: 20px;
        padding:10px;
       
        vertical-align: top;
        text-align:left;
        line-height:2;
    }
     .navigationbar2 .newslist a{
       color:#333333;
    }
.navigationbar2 .newslist a:hover{
       color:#044d00;
    }
    .paper {
        box-shadow: 0 0 3px #666666;
        margin-top: 20px;
        margin-left: 20px;
        min-height:400px;
        background-color: #ffffff;
        width: 880px;
        display: inline-block;
        vertical-align: top;
        text-align:left;
    }
}

@media only screen and (max-width: 1200px) {
    #top {
    }

    #logo {
        text-align: left;
        width: 100%;
    }

    #logoimg {
        vertical-align: middle;
        width: 80%;
        max-width:500px;
        margin:10px 0px
    }

    #mainmenu {
        width: 1200px;
    }

    .navigationbar2 {
        text-align: left;
        margin-top: 20px;
        box-shadow: 0 0 3px #666666;
        background-color: #f3f3f3;
        width: 100%;
    }

    .newslist {
        display: none;
    }

    .navigationbar2 li {
        display: inline-block;
    }

    .navigationbar2 a {
        display: inline-block;
    }

    .paper {
        box-shadow: 0 0 3px #666666;
        margin-top: 20px;
        background-color: #ffffff;
        width: 100%;
        text-align:left;
    }
}


.imglist {
    height: 115px;
    width: 1200px;
    margin-top: -20px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 3px #787878;
    -moz-box-shadow: 1px 1px 3px #787878;
    box-shadow: 1px 1px 3px #787878;
    z-index: 2000;
}

.content_text {
    text-justify: auto;
    text-align: justify;
}

    .content_text td {
        border: solid 1px #000000;
    }


.align-right {
    width: 500px;
    height: 90px;
    padding-top: 30px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .align-right a {
        text-decoration: none;
    }

        .align-right a:hover {
            color: #ffa750;
        }

.imglist {
    height: 115px;
    width: 1200px;
    margin-top: -20px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 3px #787878;
    -moz-box-shadow: 1px 1px 3px #787878;
    box-shadow: 1px 1px 3px #787878;
    z-index: 2000;
}

.titlestyle {
    color: #5902d1;
    font-family: 微软雅黑;
    font-size: 16px;
    text-decoration: none;
}


    .titlestyle a {
        color: #5902d1;
        font-family: 微软雅黑;
        font-size: 16px;
        text-decoration: none;
    }

.gundonglan a {
    width: 1200px;
    list-style: none;
    text-decoration: none;
}



@media only screen and (max-width: 600px) {
.timestyle59403{display:none;}
}

.subcolumnstyle {
    border-collapse: collapse;
    height: 150px;
    width: 100%;
    margin-bottom: 10px;
}

    .subcolumnstyle:hover {
        background-color: #f5f5f5;
        -moz-box-shadow: 0px 0px 5px #999; /* For Firefox3.6+ */
        -webkit-box-shadow: 0px 0px 5px #999; /* For Chrome5+, Safari5+ */
        box-shadow: 0px 0px 5px #999; /* For Latest Opera */
    }

    .subcolumnstyle a {
        text-decoration: none;
    }

.event-pic img {
    moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.2s all ease;}

    .event-pic img:hover {
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);}