
        body {
            font-size: 15px;
            line-height: 1.4em;
            font-family: sans-serif;
            color: #333;
        }

        a {
            color: #D6428C;
            text-decoration: none;
        }

        a:hover {
            color: #008ad1;
            text-decoration: underline;
        }

        .container {
            width: 940px;
            margin: 0 auto;
        }

        h1.logo a {
            display: block;
            width: 300px;
            height: 0px;
            background: url('../images/sakura.png') no-repeat;
            white-space: nowrap;
            text-indent: 110%;
            overflow: hidden;
        }

        .header .content {
            position: relative;
        }

        .header .slogan {
            position: absolute;
            top: 20px;
            right: 20%;
        }

        .slogan strong {
            font-size: 1.5em;
            color: #4A0D67 ;
        }

        .main-menu {
            margin-top: 0px;
            background:#2541B2;
            margin-bottom: 20px;
            overflow: auto;
        }

        .main-menu ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            text-align: center;
        }

        .main-menu ul li {
            float: left;
            width: 25%;
        }

        .main-menu ul li a {
            position: relative;
            display: block;
            padding: 10px 0;
            text-align: center;
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            border: none;
        }




        .main-menu ul li a:hover{
            background: #03256C;
        }

        
        .main{
        width:700px;
        float:left;
        padding-bottom: 30px;
        }
        .side{
            width: 220px;
            float:right;
            padding-bottom: 30px;
        }
        .footer{
            background: #333;
            color:#fff;
            text-align: center;
            padding:20px 0 40px;
            clear:both;
        }
        .headline{
            border:#ddd 1px solid;
            padding:10px 10px 10px 220px;
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.5em;
            position: relative;
            min-height:150px;
        }
        .headline img{
            position: absolute;
            left: 10px;
        }
        .headline h2{
            margin-top:0;
            font-size: 1.5em;
        }
        .headline .more{
            display:block;
            text-align: right;
        }
        ul.news-list {
            list-style:none;
            margin: 0;
            padding:0;
        }
        .news{
            box-sizing: border-box;
            width: 340px;
            height: 250px;
            overflow: hidden;
            border:1px #ddd solid;
            padding: 10px;
            margin-bottom: 20px;
            float: left;
        }
        .news:nth-child(odd){
            margin-right: 20px;
        }
        .news h2{
            margin-top:0;
            line-height: 1.2em;
        }
        .news .img{
            float: left;
            margin: 0 10px 10px 0;
        }
        .side-title{
            padding-bottom: 4px;
            border-bottom: 4px #2541B2 solid;
        }
        .top-news{
            padding-left: 30px;
        }
        .top-news li{
            line-height: 1.5em;
            padding-bottom: 5px;
        }
        .back-top{
            position: fixed;
            bottom: 150px;
            right: 0;
            background: #1768AC;
            padding: 10px 20px;
            font-size: 2em;
            color:#fff;
        }

        .main-menu ul li .first a {
            display: none;
        }

        .main-menu ul li:hover .first a {
            display: block; 
        }

        .first{
            display: none;
            z-index: 66;
        }

        .first a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }


        .main-menu ul li:hover .first {
            display: block;
        }

        .titleimg{
            width: 100%;
            
        }

        





