@charset "gb2312";
/*重置样式*/
html,body,div,h2{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Microsoft Yahei";
    _background-image:url(about:blank);
    _background-attachment:fixed;
}



/*主要样式*/
.flag{ width: 100px; text-align: center;}

.flag-hd{
    width: 100px;
    height: 82px;
    padding-top: 8px;
    background: url(../images/flag-hd.png) no-repeat;
}
.flag-hd h2{  color: #ffffff; font-size: 21px;  line-height: 27px;}
.flag-hd i{ font-style: normal; color: #46140a; font-size: 14px; line-height: 24px;}

.flag-cont{ width:100px;}
.flag-li{
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #903a06;
}
.flag-li-last{ border-bottom: none;}
.flag-img1{ background: url(../images/flag-img1.png) no-repeat;}
.flag-img1:hover, .flag-img2{ background: url(../images/flag-img2.png) no-repeat;}




