.newstwoclass{
width: 100%; 
}

.newstwoclass .newstwoclass_top{ 
height: 50px;
color: #999999;
font:12px/23px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
cursor: pointer;
}

.newstwoclass .newstwoclass_top a{
color: #fff;
background: #152f76;
font:16px/23px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
/*background:url(../images/li.gif) 5px no-repeat;  */
padding-left:30px;
text-decoration: auto;
line-height: 50px;
height: 50px;
display: block;
position: relative;
}

.newstwoclass .newstwoclass_top a:visited{
color: #fff;
background: #152f76;
}

.newstwoclass .newstwoclass_top a:hover{ 
color: #fff;
background: #152f76;
}

.newstwoclass .newstwoclass_top a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 46%;
    right: 32px;
    margin-top: -4px;
    transform: rotate(135deg);
}

.newstwoclass .newstwoclass_top a:hover:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 46%;
    right: 32px;
    margin-top: -4px;
    transform: rotate(135deg);
}

.newstwoclass ul{ 
padding:1px 0px 1px 0px;
margin:0px;
}

.newstwoclass ul li{
background: #f4f4f4;
list-style-type: none;
height:45px;
font:12px/18px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
padding:0px; 
margin-bottom:5px;
color: #152f76;
}

.newstwoclass ul li a{
color: #152f76;
font:14px/18px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
padding-left:30px;
/*background:url(../images/li.gif) 18px no-repeat;  */
text-decoration: auto;
line-height: 45px;
height: 45px;
display: block;
position: relative;
}

.newstwoclass ul li a:visited{
color: #152f76;
}

.newstwoclass ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #152f76;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.newstwoclass ul li a:hover:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.newstwoclass ul li a:hover{ 
color: #fff;
background: #152f76;
}

