*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.center{
    width: 1200px;
    margin: 0 auto;
}

.head1200{
    margin-top: 10px;
}
.head1200 img{
    width: 1200px;
    height: 500px;
    border-radius: 10px;
}


.headlines {
    width: 100%;
    height: 130px;
    line-height: 100px;
}

.headlines-flag {
    width: 84px;
    height: 100%;
    background: url(headlines-flag.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}
.headlines-content h1 {
    text-align: center;
    color: #5f959f;
    font-size: 40px;
    position: relative;
    font-weight: bold;
}
.headlines-content h1 a {
    color: #28918a;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #28918a;
    margin: -10px 0 0 0;
}

/*赏花指南*/
.threePic li{
    width: 360px;
    margin: 0 20px 40px;
    float: left;
}
.threePic li .aPic{
    display: block;
    overflow: hidden;

}
.threePic li .aPic img{
    width: 360px;
    height: 205px;
}
.threePic li .aTitle{
    line-height: 30px;
    font-size: 18px;
    width: 360px;
    height: 65px;
    text-align: left;
    margin: 20px 0;
    font-weight: bold;
}
.threePic li p{
    text-align: left;
    margin-top: 10px;
    color: #888;
    max-height: 80px;
    font-size: 15px;
}
.threePic li p span a{
    color: #b61d22;
}
.twoArt li{
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    width: 560px;
    margin: 0 20px 15px;
    float: left;
}
.twoArt li h3{
    height: inherit;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    text-indent: 20px;
    color: #333;
    font-weight: bold;
}
.twoArt li h3:after{
    content: '';
    display: block;
    width: 5px;
    height: 15px;
    background: #5f959f;
    position: absolute;
    left: 0;
    top: 7px;
}
.twoArt li p{
    height: 70px;
    line-height: 30px;
    margin-top: 10px;
    color: #888;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 15px;
}
.twoArt li p span a{
    color: #b61d22;
}



/*美图美景*/
.white {
    color: white;
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/tt_02.png) repeat-x;
    height: 48px;
    width: 1200px;
    margin: 100px auto 20px;
    position: relative;
    z-index: 100;
}
.white em {
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    background: #28918a;
    float: left;
    margin-top: -13px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.white i{
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}
.white a span{
    opacity: 0.1;
    font-style: oblique;
    font-size: 20px;
}