.rsscx{
    border:1px solid #dddddd;
    padding:0 50px 40px;
    margin-top: 30px;
}
.rsscx .rss-title{
    margin-top: -20px;
    font-size: 28px;
    font-weight: bold;
    color: #1a5284;
    text-align: center;
}
.rsscx .rss-title span{
    background: #fff;
    padding:0 30px;
}
.rsscx ul{
    margin-top: 20px;
}
.rsscx li{
    float: left;
    width: 33.333%;
    position: relative;
    height:45px;
}
.rsscx li span{
    float: left;
    font-size: 16px;
    font-weight: bold;
    height:45px;
    line-height: 45px;
    margin-right: 20px;
}
.rsscx li input{
    float: left;
    height:45px;
    line-height: 45px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #dddddd;
    color: #999999;
    width:240px;
}
.rsscx li em{
    float: left;
    height:45px;
    line-height: 45px;
    color: #d60000;
    font-size: 14px;
}
.rsscx li p.error{
    position: absolute;
    left:0;
    bottom:-25px;
    width:100%;
    font-size: 14px;
    color: #d60000;
}
.rsscx .btngroup{
    text-align: center;
}
.rsscx .btngroup input{
    display: inline-block;
    width:120px;
    height:35px;
    border:1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background: #fff;
    margin: 45px 20px 0;
    font-weight: bold;
    cursor: pointer;
}
.rsscx .btngroup input:first-child{
    background: #d60000;
    border-color: #d60000;
    color: #fff;
}
.btngroup input:first-child:hover{
    background: #be0000;
}
.btngroup input:last-child:hover{
    background: #dddddd;
}
.rssresult{
    margin-top: 20px;
    background: url("../images/rssbgpc.png") left top no-repeat;
    height:240px;
    overflow: hidden;
}
.rssresult strong{
    display: block;
    margin:50px 0 30px 50px;
    font-size: 16px;
    font-weight: bold;
}
.rssresult p{
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}
.rssresult p span{
    display: inline-block;
    margin:0 20px;
    padding:0 20px;
    font-size: 24px;
    font-weight:bold;
    color: #1a5284;
    border-bottom: 1px solid #ccc;
}
.rssresult p.nodata{
    font-size: 22px;
    font-weight: bold;
    color: #d60000;
    height:240px;
    line-height: 240px;
}