.ex_newslist_img {
transition: All 1s ease-in-out;
-webkit-transition: All 1s ease-in-out;
-moz-transition: All 1s ease-in-out;
-o-transition: All 1s ease-in-out;
}
.ex_newslistbox a:hover .ex_newslist_img{
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
/*.ex_newslist_text{position: relative;}*/
.ex_newslist_textbox:after{
content: '';
position: absolute;
left: 0px;
bottom: -3px;
width: 0px;
height: 2px;
background-color: #c0dff1;
transition: All 1s ease-in-out;
-webkit-transition: All 1s ease-in-out;
-moz-transition: All 1s ease-in-out;
-o-transition: All 1s ease-in-out;
opacity: 0;
}
.ex_newslist_textbox{
transition: All 1s ease-in-out;
-webkit-transition: All 1s ease-in-out;
-moz-transition: All 1s ease-in-out;
-o-transition: All 1s ease-in-out;
}
.ex_newslistbox a:hover .ex_newslist_textbox{
border-color: #cfe0ea00;
}
.ex_newslistbox a:hover .ex_newslist_textbox:after{
width: 100%;
opacity: 1
}
/*.ex_single_top:before{
position: absolute;
right: 0px;
top: 0px;
content: '';
width: 0px;
height: 3px;
background-color: #1563ad;
transition: All 1s ease-in-out;
-webkit-transition: All 1s ease-in-out;
-moz-transition: All 1s ease-in-out;
-o-transition: All 1s ease-in-out;
z-index: 2;
}
.ex_single_top:after{
width: 100%;
height: 100%;
background-color: #000000;
content: '';
position: absolute;
left: 0px;
top: 0px;
opacity: 0.3;
transition: width 1s ease-in-out,opacity 0.8s ease-in-out;
-webkit-transition: width 1s ease-in-out,opacity 0.8s ease-in-out;
-moz-transition: width 1s ease-in-out,opacity 0.8s ease-in-out;
-o-transition: width 1s ease-in-out,opacity 0.8s ease-in-out;
z-index: 1;
}
.ex_single a:hover .ex_single_top:after{
width: 0px;
opacity: 0;
}
.ex_single a:hover .ex_single_top:before{
width: 100%;
}*/
.ex_list_table tr{
cursor: pointer;
}
.ex_list_table tr:hover{
transition: All 1s ease-in-out;
-webkit-transition: All 1s ease-in-out;
-moz-transition: All 1s ease-in-out;
-o-transition: All 1s ease-in-out;
}
.ex_list_table tr:hover{
background-color: #d8d8d8;
}

ul.ex_type_list li{position: relative;}
ul.ex_type_list li:after,ul.ex_type_list li:before{position: absolute;bottom: 0px;width: 0px;height: 3px;background-color: #1563ad;content: '';transition: All 0.5s ease-in-out;opacity: 0;}
ul.ex_type_list li:after{right: 50%;}
ul.ex_type_list li:before{left: 50%;}

ul.ex_type_list li:hover:after,ul.ex_type_list li:hover:before{width: 20%;opacity: 1}


.round-image-2 {
    width: 100px;
    height: 100px;
    float: left;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 70px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 80px;
}

.ex_link a{
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}