#subads{
    margin:0;
    padding:0;
}
#subads li{
    list-style: none;
    display: inline;
}
#subads li img{
    width:134px;
    height:63px;
}
.newstitle{
    font-size:20px;
    font-weight: bold;
    text-align: center;
}

/* news_index */
h4{
    font-size:14px;
    font-weight: bold;
    padding:0;
    margin:8px 0;
}

.classtitle{
    list-style: url('/images/redsquare.gif');
}
.classtitle a{
    font-size:16px;
    font-weight:bold;       
}

.hotnewsdiv{
    margin-left:20px;
    border-top:3px solid #777;
    border-bottom: 2px solid #777;
}

.hotnewslist{
    margin:0;
    padding:0;
}
.hotnewslist li{
    list-style-type: none;
    border-bottom:1px dotted #777;
    margin:0;
    padding:0;
    min-height: 75px;
}
.hotnewslist li:last-child{
    border-bottom:0px dotted #777;
}

.picnewslist{
    margin:0;
    padding:0;
    list-style-type: none;
    display:inline-block;
}

.picnewslist li{
    margin-bottom:10px;
    display:inline-block;
}

.picnewsimg{
    width:30%;
    float:left;
}

.picnewstitle{
    width:70%;
    float:left;
    padding:0 10px;
}

.picnewstitle h4{
    margin-top:5px;
    margin-bottom:5px;
    padding:0;
}

.normalnewsdiv{}

.normalnewslist{
    margin:0;
    padding:0;
}

.normalnewslist li{
    list-style-type: none;
}

.carousel-caption{
    position: absolute;
    right: 0%;
    left: 0%;
    height:40px;
    bottom:0px;
    z-index: 10;
    padding-top:0px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    background:rgba(0,0,0,0.4);
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    padding-bottom: 10px;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 14px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #fff;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    /* height:256px; */
    height: 314px;
    width: 400px;
    line-height: 1;
    /*added by larry on Nov. 3, 2013*/
    margin-left:auto;
    margin-right:auto;
}   

/*added by Christy on Dec. 1, 2014*/
.carousel-inner-2 > .item > a > img {
    display: block;
    height: 314px;
    width: 400px;
    line-height: 1;
    margin-left:auto;
    margin-right:auto;
} 

@media (max-width: 767px) {
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        max-height: 100%;
        width: 100%;
    }
    .hotnewsdiv{
        margin-left:0px;
        margin-top:10px;
    }   
}

/*lxb*/
.pagenation{
  list-style-type:none;
  margin:0;
}

.pagenation li{
  display:inline; 
  margin:3px;
}

.author{
  font-size:12px;
  font-weight:bold;
}
.otherinfo{
   font-size:12px;
}
.eventr{
  background:rgba(243,243,243,1);
}
.oddtr{
  background:#fff;
}
.trdivider{
  width:100%;
  height:1px;
  border-top: 1px solid #ccc;
}
.pagenationlist{
  background-color:rgba(17,136,221,0.1);
  padding:10px;
  margin:0 0 10px 0;
}
.topList{
  font-weight:bold;
}

@media (min-width: 767px) {
  .topiccontent{
    background-color:rgba(17,136,221,0.1);
    /*border-radius:10px;*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    padding:10px 10px 0 10px;
    margin:0 0 10px 0;
  }
}

.topicform{
  background-color:rgba(17,136,221,0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  padding:10px;
  margin:0 0 10px 0;
}
.curPage {
    color: orange;
}
.headads{
  list-type:none;
  margin:0;
  padding:0;
}
.headads li{
  display:inline;
}
.copyrightmsg{
  display:none;
}

#medialist{
  margin:0;
  padding:0;
  list-style-type: none;
  width:100%;
}
#medialist li{
  display:inline-block;
  margin:0 10px 10px 0;
  width:154px;
  height:150px;      
  padding:5px;
  overflow: hidden;
  border:1px solid #ddd;
}
#medialist li:hover{
  background: #eeeeff;
}
.imgthumb{
  width:140px;
  height:110px;
  margin:0;
}
.mycheckbox{
    width:20px; 
    height:30px;
}

.div-responsive,
.div-responsive p,
.div-responsive iframe,
.div-responsive a,
.div-responsive img {
  <!--height: auto;-->
  display: block;
  max-width: 100%;
}

.green-link {color:#583636;}
.green-link:hover {color:#F7931E;}

#mce_34-open, #mce_35-open, #mce_36-open, #mce_37-open{
  width: 60px;
}
