/* container */
h2{}

.container {
    margin-top: 20px;
    /* background: #fff; */
    /* height: 500px; */
    width: 990px;
    /* padding:0 10px; */

}
.container-left {
    width:736px;
    float: left;
    padding-top:10px;
    padding-left: 10px;
    background: #fff;
    /* border-right:5px solid #f5f4f4 ; */
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);

}
.container-right {
    width: 229px;
    padding-top:10px;
    float: right;
    margin-left: 5px ;
    padding-right: 10px;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    
}
.container-left .title {
    height: 28px;
    line-height: 28px;
    background: url(../images/banner_bg.png) 0 0 no-repeat;
    border-bottom: 1px solid #d8d8d8;
    color: #fff;
    text-indent: 18px;
    font-size: 14px;
    font-weight: normal;
}
.list {
    width: 348px;
    margin-right: 20px;
    float: left;
}
.list ul {
    margin-top: 10px;
}
.list li {
    height: 30px;
    line-height: 30px;
    color: #282627;
}
.list li a {
    color: #282627;
}
.list li a:hover {
    text-decoration: underline;
    color: #FF7F00;
}
.list li .left-icon {
    float: left;
    width: 24px;
    height: 30px;
    background: url(../images/left-icon.png) center center no-repeat;
    background-size: 8px;
}
.list li .text {
    float: left;
    width: 255px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li .time {
    float: right;
}
.list .more {
    float: right;
    color: #34332f;
}
.more:hover,
.roll-header .roll-more:hover {
    color: #183883;
    /* text-decoration: underline; */
}
.roll-box {
    margin-top: 10px;
    margin-right:21px;
}
.roll-header {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.roll-header .roll-title {
    color: #565457;
    float: left;
    font-size: 14px;
    font-weight: 500;
    width: 84px;
    text-align: center;
    border-bottom: 2px solid #0f5298;

}
.roll-header .roll-more {
    float: right;
    margin-right: 5px;
    color: #34332f;
    font-size: 12px;
    font-weight: normal;
}
.roll-content-box {
    position: relative;
}
.roll-content {
    /* margin-top:15px; */
    position: absolute;
    left: 0px;
    top: 15px;
}
.roll-content li {
    float: left;
    width: 160px;
    margin-right: 10px;
}
.img-box {
    border: 1px solid #dcdcdc;
    width: 158px;
    height: 114px;
    display: block;
    text-align: center;
}
.img-box img {
    margin-top: 2px;
    width: 150px;
    height: 110px;
}
.txt-box {
    color: #282627;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    display: block;
    text-align: center;
}
.txt-box:hover {
    text-decoration: underline;
}
.roll-content-box {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.tixi{
    position: relative;
    height: 150px;
}
.tixi li{
    position: absolute;
    top:0;
    left: 0;
}
.tixi-img{
    width: 202px;
    height: 150px;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}