.white-text p{
color: #FFFFFF !important;
font-size: 12pt;
}
.white-text h3 {
color: #FFFFFF !important;
font-weight: 900 !important;
font-size: 20px !important;
}
.black-text p{
color: #000 !important;
font-size: 12pt;
}
.black-text h3 {
color: #31a529 !important;
font-weight: 900 !important;
font-size: 20px !important;
}
.yellow-background {
background-color: yellow;
}
.red-background {
background-color: #fc0219;
}
.blue-background {
background-color: #3399CC;
}
.green-background {
background-color: #31A529;
}
.white-background {
background-color: #FFFFFF;
}
.beige-background {
background-color: #F1F0E2;
}
.darkblue-background {
background-color: #1A368D;
}
.heads {
margin-top: -50px;
margin-right: -20px;
width: 180px;
height: 180px;
float: right;
background-repeat: no-repeat;
right: 0px;
opacity: 1;
top: -20px;
z-index: 1;
}
.linline {
display: inline;
}
#duo-sjwz-widget {
display: flex;
}
.sjwz_link  {
text-decoration: none;
font-family: Roboto, 'Helvetica Neue', sans-serif;
}
.sjwz_link span {
text-decoration: none;
}
.sjwz_link span:after{
width: 20;
height: 20;
position: relative;
top: 5px;
display: inline-block;
content: "";
}
.black-text .sjwz_link {
color: #0000ff;
}
.black-text .sjwz_link span:after{
background-image: url("images/arrow-blue.png");
}
.black-text .sjwz_link span:hover:after{
background-image: url("images/arrow-light-blue.png");
}
.white-text .sjwz_link {
color: #FFFFFF;
}
.white-text .sjwz_link span:after{
background-image: url("images/arrow-white.png");
}
.white-text .sjwz_link span:hover:after{
background-image: url("images/arrow-yellow.png");
}
.left-widget {
width: 45%;
margin-right: 10px;
}
.right-widget {
width: 45%;
margin-left: 10px;
}
.widget_sjwz_widget {
text-align: left;
}
.widget_sjwz_widget_duo {
text-align: left;
}
@media only screen and (max-width: 450px) {
#duo-sjwz-widget {
display: initial;
}
.right-widget {
width: 90%;
margin: initial;
}
.left-widget {
width: 90%;
margin: initial;
}
}
